Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #38 Запуска команды и получения процесса выполнения #39

Merged
merged 3 commits into from
Mar 1, 2019

Conversation

khorevaa
Copy link
Collaborator

@khorevaa khorevaa commented Jan 29, 2019

@khorevaa
Copy link
Collaborator Author

/ping @artbear

Copy link
Owner

@artbear artbear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

есть предложения и дополнения

src/Команда.os Outdated Show resolved Hide resolved
src/Команда.os Outdated Show resolved Hide resolved
// Выполнение произвольной команды
//
// Возвращаемое значение:
// Число - код возврата команды
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в описании возвращается Число - код возврата команды
а в коде возвращается Процесс :(

Copy link
Collaborator Author

@khorevaa khorevaa Feb 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Косяк! ))) Поправлю

Copy link
Owner

@artbear artbear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

еще остались замечания

packagedef Outdated
@@ -4,6 +4,7 @@
.ВерсияСреды("1.0.17")
.ЗависитОт("logos")
.ЗависитОт("asserts")
.ЗависитОт("semver")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зависимость от semver теперь же не нужна!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Убрал зависимость

// строку. Добавляются после исполняемого файла.
//
// Возвращаемое значение:
// Число - Код возврата приложения
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

число вместо процесса так и осталось :(

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Поправил

@artbear
Copy link
Owner

artbear commented Feb 19, 2019

Тесты вроде как упали
https://ci.appveyor.com/project/artbear/1commands/builds/22461658

@khorevaa
Copy link
Collaborator Author

@artbear упали т.к. и не работали (наверное) я хз как починить странный тест

@artbear artbear merged commit 9c8c523 into artbear:develop Mar 1, 2019
@@ -375,14 +397,14 @@

Если ИспользуемКомандныйПроцессор Тогда
Если ЭтоWindows Тогда
ШаблонЗапуска = "cmd /c ""%1""";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@khorevaa А вот с удаленной тобой строкой "cmd /c ""%1"""; что-то важное было связано.

сначала вроде бы не было кавычек, а затем они понадобились.

@nixel2007 @EvilBeaver не помните, почему они стояли?

@artbear artbear added this to the 1.4 milestone Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants