-
Notifications
You must be signed in to change notification settings - Fork 110
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
Data-set-* and Data-suggest-* #4044
base: master
Are you sure you want to change the base?
Conversation
data-set-bc-account-other: 'other_account_python27', | ||
data-set-bc-account: 'python27' | ||
data-suggest-bc-account-other: 'other_account_python27', | ||
data-suggest-bc-account: 'python27' |
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.
You changed all these data-set
to data-suggest
. This implies to me that there's some compatibility issue with data-set
, is there?
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.
data-set-
was behaving how data-suggest-
behaves now in some tests. So data-set-
was not disabling the set select option before. This does make it a breaking change.
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.
I guess I'll have to look over the implementation, but I don't think we should break data-set
directives. We definitely can't in 4.0, but I wouldn't want to in future versions either really.
Fixes #2817
Screen.Recording.2025-01-02.at.9.29.43.AM.mov