Skip to content

[Color 4] Require case-sensitivity for all channel names#3851

Merged
nex3 merged 1 commit intofeature.color-4from
channel-case-sensitive
Apr 25, 2024
Merged

[Color 4] Require case-sensitivity for all channel names#3851
nex3 merged 1 commit intofeature.color-4from
channel-case-sensitive

Conversation

@nex3
Copy link
Contributor

@nex3 nex3 commented Apr 25, 2024

This was already implicit in most cases, because all string
comparisons are case-sensitive by default, but a few alpha comparisons
were explicitly case-insensitive. This makes it more consistent as
well as more explicit, and adds a design decision section discussing
the reasoning.

@nex3 nex3 requested review from Goodwine and mirisuzanne April 25, 2024 00:15
This was already implicit in most cases, because all string
comparisons are case-sensitive by default, but a few alpha comparisons
were explicitly case-insensitive. This makes it more consistent as
well as more explicit, and adds a design decision section discussing
the reasoning.
@nex3 nex3 force-pushed the channel-case-sensitive branch from f322757 to 3b08c19 Compare April 25, 2024 00:19
nex3 added a commit to sass/sass-spec that referenced this pull request Apr 25, 2024
This also adds a missing case-sensitivity test for `is-powerless()`.

See sass/sass#3851
nex3 added a commit to sass/dart-sass that referenced this pull request Apr 25, 2024
@nex3 nex3 merged commit baffce1 into feature.color-4 Apr 25, 2024
@nex3 nex3 deleted the channel-case-sensitive branch April 25, 2024 20:14
nex3 added a commit that referenced this pull request Apr 25, 2024
This was already implicit in most cases, because all string
comparisons are case-sensitive by default, but a few alpha comparisons
were explicitly case-insensitive. This makes it more consistent as
well as more explicit, and adds a design decision section discussing
the reasoning.
nex3 added a commit to sass/sass-spec that referenced this pull request Apr 26, 2024
This also adds a missing case-sensitivity test for `is-powerless()`.

See sass/sass#3851
nex3 added a commit to sass/dart-sass that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants