docs: add MIR13 mode doc and set PHI-off as default; bridge lowering split (if/loop/try); llvmlite resolver stabilization; curated runner default PHI-off; refresh CURRENT_TASK.md
This commit is contained in:
12
.github/mlc_config.json
vendored
Normal file
12
.github/mlc_config.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"ignorePatterns": [
|
||||
{ "pattern": "^mailto:" },
|
||||
{ "pattern": "^vscode:" },
|
||||
{ "pattern": "^file://" }
|
||||
],
|
||||
"timeout": "10s",
|
||||
"retryOn429": true,
|
||||
"retryCount": 2,
|
||||
"aliveStatusCodes": [200, 206, 429]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user