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 slang warning message with square brackets #427

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

RickLuiken
Copy link
Contributor

Fixes #426. Changed the regex so instead of searching for the longest string without "[" or "]", it will search for the smallest string which ends with the warning indicator (e.g. [-Wrange-oob]) or the end of the string (in the case of an error)

@mshr-h
Copy link
Owner

mshr-h commented Jun 12, 2023

Ok.

@mshr-h mshr-h merged commit 3a45605 into mshr-h:main Jun 12, 2023
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.

[BUG] Slang warnings with square brackets in the message
2 participants