Skip to content

Conversation

@sebastienros
Copy link
Owner

No description provided.

@sebastienros sebastienros enabled auto-merge (squash) October 29, 2025 16:26
@sebastienros sebastienros merged commit 82b3310 into main Oct 29, 2025
1 check passed
@sebastienros sebastienros deleted the sebros/cleanup branch October 29, 2025 16:27
[Obsolete("Should not be part of the Scanner")]
public bool ReadIdentifier() => ReadIdentifier(out _);

[Obsolete("Should not be part of the Scanner")]
Copy link

Choose a reason for hiding this comment

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

What should be used instead? A note on that would be useful here.

Copy link
Owner Author

Choose a reason for hiding this comment

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

The parsers already expose Identifier methods.

Copy link

Choose a reason for hiding this comment

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

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yeah, that's a weird thing to do. This should be provided by the shortcode library. To fix this I would suggest to build an actual shortcode out of the provided name and try to parse it "successfully". My sarcastic mind is glad it exposed bad usages of this ;)

Copy link

Choose a reason for hiding this comment

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

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