-
Notifications
You must be signed in to change notification settings - Fork 94
Исправление привнесенных ошибок #89
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
Conversation
This reverts commit 5024366.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 Нужны небольшие исправления.
2 Почему так много коммитов??
Для Каждого Строка Из ТаблицаХранилища Цикл | ||
|
||
СтрокаПользователя = ТаблицаСопоставления.Найти(строка.Автор, "Автор"); | ||
Если СтрокаПользователя = Неопределено Тогда | ||
|
||
СтрокаСообщения = СтрШаблон("Пользователю хранилища <%1> не сопоставлен пользователь git.",строка.Автор); | ||
Если ПроверитьАвторовХранилища Тогда | ||
МассивСообщенийОбОшибочныхАвторах.Добавить(СтрокаСообщения); | ||
Если МассивСообщенийОбОшибочныхАвторах.Найти(строка.Автор) = Неопределено Тогда |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если мы все равно ищем в массив, и добавляем, если не найдено, то проще вместо массива юзать Соответствие
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Сделал
@@ -38,7 +38,7 @@ | |||
// | |||
Функция ВерсияПродукта() Экспорт | |||
|
|||
Возврат "2.2.1"; | |||
Возврат "2.3.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Неверно менять версию в девелоп-ветке :(
Менять нужно при выпуске релиза
Откатывай строку
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это не мои строчки... Это то что отсутвует в develop - прямые изменения в master
@artbear - Надо поскорее влить.