Skip to content

Conversation

@HertzDevil
Copy link
Contributor

@HertzDevil HertzDevil commented Oct 24, 2025

Resolves #14782. Closes #14824.

This does not deprecate uppercase names yet.

warnings.should eq([] of String), file: file, line: line
end

VALID_SIGILS = ['i', 'q', 'r', 'w', 'x', 'Q']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought: We're using a collection with the same values in #16266. Perhaps it makes sense to declare them as a common constant somewhere? Possibly directly in the parser? (even though its only use is in specs).

@straight-shoota straight-shoota added this to the 1.19.0 milestone Oct 24, 2025
@straight-shoota straight-shoota merged commit cd3b454 into crystal-lang:master Oct 27, 2025
41 checks passed
@HertzDevil HertzDevil deleted the deprecate/sigil-single-letter branch October 27, 2025 19:36
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.

Ambiguity between sigils and macro fresh variables

2 participants