mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-09-25 03:35:52 +03:00
Ветка ibcmd молча игнорировала список и загружала все расширения целиком. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ANXwbMUhuRFSCsq2RgmTTm
34 lines
784 B
JSON
34 lines
784 B
JSON
{
|
|
"name": "Ошибка: -AllExtensions вместе с загрузкой частями",
|
|
"fakePlatform": {
|
|
"log": ""
|
|
},
|
|
"preRun": [
|
|
{
|
|
"writeFile": {
|
|
"path": "src/CommonModules/Модуль.xml",
|
|
"content": "<?xml version=\"1.0\"?><MetaDataObject/>"
|
|
}
|
|
}
|
|
],
|
|
"args_extra": [
|
|
"-V8Path",
|
|
"{fakePlatform}",
|
|
"-InfoBasePath",
|
|
"{workDir}/ib",
|
|
"-ConfigDir",
|
|
"{workDir}/src",
|
|
"-Files",
|
|
"CommonModules/Модуль.xml",
|
|
"-AllExtensions"
|
|
],
|
|
"expectError": true,
|
|
"expect": {
|
|
"stdoutContains": [
|
|
"-AllExtensions cannot be combined with a partial load",
|
|
"Загружайте расширения по одному: -Extension <имя>"
|
|
],
|
|
"stdoutNotContains": "Running:"
|
|
}
|
|
}
|