-
Notifications
You must be signed in to change notification settings - Fork 606
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
Freeze event spaces ids #7151
Freeze event spaces ids #7151
Conversation
@@ -1,14 +1,15 @@ | |||
#pragma once | |||
|
|||
#include <ydb/core/base/events.h> |
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.
Не должно быть зависимостей из library в core. Скорее всего именно по этой причине ниже номера дублировали. Edit: впрочем похоже это правило уже очень давно нарушилось. :-/
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.
Ну мне кажется тут явно какая-то проблема есть: точка правды очевидно там где енум EEventSpaceKikimr и все остальные должны на него ссылаться
Если сейчас какие-то другие правила противоречат этому, то надо как мне кажется распутывать этот клубок
Но я предлагаю просто здесь изменения откатить и ассерт мне добавить что значения совпадают
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
It intended to prevent situations like
f173d0f#diff-34086e3887870dc241014e054279e9e08bba32472b00e4952866315fea4793db
(enums has different values in 24-2 and 24-3)
Real enum values was generated by the following code
#7152
Changelog category
Additional information
...