-
Notifications
You must be signed in to change notification settings - Fork 444
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 error_helper and around #4686
Merged
Merged
Commits on Jun 2, 2024
-
- Use universal references - Consistently forward the packs - Ensure we move things passed by value - Use C++17 constructs
Configuration menu - View commit details
-
Copy full SHA for f4d21a6 - Browse repository at this point
Copy the full SHA f4d21a6View commit details -
Simplify parser_error: switch for variadic functions to variadic temp…
…lates. Removes some layers of indirection.
Configuration menu - View commit details
-
Copy full SHA for 5a8e969 - Browse repository at this point
Copy the full SHA 5a8e969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1afe532 - Browse repository at this point
Copy the full SHA 1afe532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8d227 - Browse repository at this point
Copy the full SHA 9e8d227View commit details -
Configuration menu - View commit details
-
Copy full SHA for f052206 - Browse repository at this point
Copy the full SHA f052206View commit details -
Consolidate all => string conversions in a single place:
- prefer dbprint() method for operator<<(ostream&) when present - otherwise, fallback to toString(), if present
Configuration menu - View commit details
-
Copy full SHA for 1c2c36a - Browse repository at this point
Copy the full SHA 1c2c36aView commit details -
Simplify bug_helper more, hide stuff into dedicated namespace to redu…
…ce amount of visible overload variants
Configuration menu - View commit details
-
Copy full SHA for 0d86561 - Browse repository at this point
Copy the full SHA 0d86561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b2b3f - Browse repository at this point
Copy the full SHA 34b2b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a60e9d8 - Browse repository at this point
Copy the full SHA a60e9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a9295 - Browse repository at this point
Copy the full SHA e3a9295View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c8042 - Browse repository at this point
Copy the full SHA e7c8042View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54b93b - Browse repository at this point
Copy the full SHA b54b93bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.