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

Data-set-* and Data-suggest-* #4044

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

HazelGrant
Copy link
Contributor

@HazelGrant HazelGrant commented Jan 2, 2025

Fixes #2817

Screen.Recording.2025-01-02.at.9.29.43.AM.mov

@HazelGrant HazelGrant requested a review from johrstrom January 6, 2025 17:13
@HazelGrant HazelGrant marked this pull request as ready for review January 6, 2025 17:13
Comment on lines -130 to +131
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'
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support data-suggest- or data-default- with data-set-
3 participants