File tree Expand file tree Collapse file tree 3 files changed +72
-70
lines changed Expand file tree Collapse file tree 3 files changed +72
-70
lines changed Original file line number Diff line number Diff line change 1- * .lgp
2- * .lgf
3- tests /testSrc /
4-
5- # Byte-compiled / optimized / DLL files
6- __pycache__ /
7- * .py [cod ]
8- * $py.class
9-
10- # C extensions
11- * .so
12-
13- # Distribution / packaging
14- .Python
15- env /
16- build /
17- develop-eggs /
18- dist /
19- downloads /
20- eggs /
21- .eggs /
22- lib /
23- lib64 /
24- parts /
25- sdist /
26- var /
27- * .egg-info /
28- .installed.cfg
29- * .egg
30-
31- # PyInstaller
32- # Usually these files are written by a python script from a template
33- # before PyInstaller builds the exe, so as to inject date/other infos into it.
34- * .manifest
35- * .spec
36-
37- # Installer logs
38- pip-log.txt
39- pip-delete-this-directory.txt
40-
41- # Unit test / coverage reports
42- htmlcov /
43- .tox /
44- .coverage
45- .coverage. *
46- .cache
47- nosetests.xml
48- coverage.xml
49- * ,cover
50-
51- # Translations
52- * .mo
53- * .pot
54-
55- # Django stuff:
56- * .log
57-
58- # Sphinx documentation
59- docs /_build /
60-
61- # PyBuilder
62- target /
63-
64- * .ospx
1+ * .lgp
2+ * .lgf
3+ tests /testSrc /
4+
5+ # Byte-compiled / optimized / DLL files
6+ __pycache__ /
7+ * .py [cod ]
8+ * $py.class
9+
10+ # C extensions
11+ * .so
12+
13+ # Distribution / packaging
14+ .Python
15+ env /
16+ build /
17+ develop-eggs /
18+ dist /
19+ downloads /
20+ eggs /
21+ .eggs /
22+ lib /
23+ lib64 /
24+ parts /
25+ sdist /
26+ var /
27+ * .egg-info /
28+ .installed.cfg
29+ * .egg
30+
31+ # PyInstaller
32+ # Usually these files are written by a python script from a template
33+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
34+ * .manifest
35+ * .spec
36+
37+ # Installer logs
38+ pip-log.txt
39+ pip-delete-this-directory.txt
40+
41+ # Unit test / coverage reports
42+ htmlcov /
43+ .tox /
44+ .coverage
45+ .coverage. *
46+ .cache
47+ nosetests.xml
48+ coverage.xml
49+ * ,cover
50+
51+ # Translations
52+ * .mo
53+ * .pot
54+
55+ # Django stuff:
56+ * .log
57+
58+ # Sphinx documentation
59+ docs /_build /
60+
61+ # PyBuilder
62+ target /
63+
64+ * .ospx
65+ oscript_modules /
Original file line number Diff line number Diff line change 11
22Описание.Имя("precommit1c")
3- .Версия("2.1.1 ")
3+ .Версия("2.1.2 ")
44 .ЗависитОт("asserts", "0.4.0")
5- .ЗависитОт("cmdline", "0.6.2 ")
6- .ЗависитОт("logos", "0.6.2 ")
5+ .ЗависитОт("cmdline", "1.0.0 ")
6+ .ЗависитОт("logos", "1.1.1 ")
77 .ЗависитОт("strings", "0.4.1")
88 .ЗависитОт("tempfiles", "0.2.2")
9- .ЗависитОт("v8runner", "0.13.0")
9+ .ЗависитОт("v8runner", "1.1.3")
10+ .ЗависитОт("1commands", "1.3.5")
1011 .ИсполняемыйФайл("v8files-extractor.os");
1112
1213ФайлыКаталога = НайтиФайлы(ТекущийСценарий().Каталог, ПолучитьМаскуВсеФайлы());
Original file line number Diff line number Diff line change 599599
600600КонецПроцедуры
601601
602- Функция Компилировать (Знач Путь , Знач КаталогВыгрузки , Знач Рекурсивно = Ложь ) Экспорт
602+ Процедура Компилировать (Знач Путь , Знач КаталогВыгрузки , Знач Рекурсивно = Ложь ) Экспорт
603603
604604 ПутьКИсходникам = ОбъединитьПути(ТекущийКаталог(), Путь);
605605
614614 СобратьФайл(ПутьКИсходникам, КаталогВыгрузки);
615615 КонецЕсли ;
616616
617- КонецФункции
617+ КонецПроцедуры
618618
619619Процедура СобратьКаталог (Знач ПутьКИсходникам , КаталогВыгрузки )
620620
You can’t perform that action at this time.
0 commit comments