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

Fix labels that look like hex erroring #31

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Fix labels that look like hex erroring #31

merged 1 commit into from
Sep 20, 2024

Conversation

rozukke
Copy link
Owner

@rozukke rozukke commented Sep 20, 2024

Hex parsing was assuming that everything starting with an X is a literal and erroring based on that.
Closes #26

@rozukke rozukke added behaviour This doesn't seem right fix Fixes errors or bugs labels Sep 20, 2024
@rozukke rozukke merged commit e598bdf into main Sep 20, 2024
3 checks passed
@rozukke rozukke deleted the fix/hexlike-labels branch September 20, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
behaviour This doesn't seem right fix Fixes errors or bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Labels starting with 'x' or 'X' cause a parsing error
1 participant