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 #1133, поведение конструкторов ОписанияТипов сделано совместимо. Скорректированы тесты. #1144

Merged
merged 5 commits into from Nov 22, 2021

Commits on Nov 19, 2021

  1. Copy the full SHA
    88c7a1a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cab4327 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Copy the full SHA
    b9d803b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    670757a View commit details
    Browse the repository at this point in the history
  3. Устанавливать квалификаторы по умолчанию для отсутствующих типов

    В конструкторах `ОписанияТипов` квалификаторы для типов, которых нет в первом параметре, либо которые в есть списке вычитаемых, сбрасываются в значение по умолчанию. Квалификаторы, указанные в конструкторе не применяются.
    Mr-Rm committed Nov 20, 2021
    Copy the full SHA
    98094b2 View commit details
    Browse the repository at this point in the history