-
Notifications
You must be signed in to change notification settings - Fork 337
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
Refactor/use format #1084
Refactor/use format #1084
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Looks great overall, the error messages are much more readable now.
Sonarcloud is complaining about not using raw string literals to avoid escaping, but I don't know how this plays along with std::format
?
It looks like I have to rewrite them as:
and
Let me push a commit... |
Thanks for the changes, looks all good to me. The only weird thing is we'll have to wait to merge since our compiler versions in CI will error on |
We should now be able to let this run through the CI checks after upgrading compiler versions in #1113. @SebMilardo could you pull the latest master on your fork and |
It should be ok now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, CI builds are OK now! \o/
Issue
Fixes #1081
Tasks