oscript-library / oscript-library/v8runner
Очищается папка перед выполнением функции СоздатьФайловуюБазу()
Nobody has claimed this yet.
- Dominant language
- 1C Enterprise
- Stars
- 130
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
Здравствуйте. В процессе написания с помощью v8runner скрипта создания начального образа наткнулся на неприятное поведение. В порядке упрощения для себя указал каталог сборки текущий каталог скрипта. Вызываю СоздатьФайловуюБазу() и у меня удаляется обработка.
Мне не совсем ясно, это я затупил или нужно это учитывать всегда? Может быть такой случай обработать? Я так понимаю, что если КаталогБазы указать как какой-то диск, есть риск потерять все, что внутри и во вложенных папках. Сейчас там вызывается УдалитьФайлы(КаталогБазы, ".");.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing СоздатьФайловуюБазу() to the reported УдалитьФайлы(КаталогБазы, ".") call and inspect how КаталогБазы is validated. Clarify the intended behavior for a build directory or disk root; done means the accidental deletion case is addressed and the resulting behavior is covered by a regression check.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100