mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-09-24 19:25:54 +03:00
Ветка ibcmd молча игнорировала список и загружала все расширения целиком. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ANXwbMUhuRFSCsq2RgmTTm
41 lines
984 B
JSON
41 lines
984 B
JSON
{
|
|
"name": "Ошибка: -AllExtensions с загрузкой частями и на ibcmd — не полный импорт всех расширений (fake platform)",
|
|
"preRun": [
|
|
{
|
|
"writeFile": {
|
|
"path": "ibcmd.cmd",
|
|
"content": "@echo off\r\necho ARGS: %*\r\nexit /b 0\r\n"
|
|
}
|
|
},
|
|
{
|
|
"writeFile": {
|
|
"path": "ib/1Cv8.1CD",
|
|
"content": "stub"
|
|
}
|
|
},
|
|
{
|
|
"writeFile": {
|
|
"path": "src/CommonModules/Модуль.xml",
|
|
"content": "<?xml version=\"1.0\"?><MetaDataObject/>"
|
|
}
|
|
}
|
|
],
|
|
"args_extra": [
|
|
"-V8Path",
|
|
"{workDir}\\ibcmd.cmd",
|
|
"-InfoBasePath",
|
|
"{workDir}\\ib",
|
|
"-ConfigDir",
|
|
"{workDir}\\src",
|
|
"-Files",
|
|
"CommonModules/Модуль.xml",
|
|
"-AllExtensions"
|
|
],
|
|
"expectError": true,
|
|
"expect": {
|
|
"stdoutContains": "-AllExtensions cannot be combined with a partial load",
|
|
"stdoutNotContains": "ARGS:"
|
|
},
|
|
"osOnly": "win32"
|
|
}
|