-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add pub "-v" macros for inline expression logging #316
Closed
Commits on Jan 19, 2019
-
Add pub
debugv
andtracev
macros for inline expression loggingThe `std::dbg!` macro from which this was inpsured, was only just introduced in rust 1.32, but this just relies upon the `core` or `std` `stringify` macro, which is "since 1.0.0" Includes doctests and an external no-harness test. Works with or without _std_, per testing.
Configuration menu - View commit details
-
Copy full SHA for 6b32433 - Browse repository at this point
Copy the full SHA 6b32433View commit details
Commits on Jan 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 792ab13 - Browse repository at this point
Copy the full SHA 792ab13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 740c729 - Browse repository at this point
Copy the full SHA 740c729View commit details -
Configuration menu - View commit details
-
Copy full SHA for b30803f - Browse repository at this point
Copy the full SHA b30803fView commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ed34689 - Browse repository at this point
Copy the full SHA ed34689View commit details
Commits on Feb 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ea8173c - Browse repository at this point
Copy the full SHA ea8173cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ccebf - Browse repository at this point
Copy the full SHA 13ccebfView commit details
Commits on Feb 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fadc541 - Browse repository at this point
Copy the full SHA fadc541View commit details -
Configuration menu - View commit details
-
Copy full SHA for fccd5d6 - Browse repository at this point
Copy the full SHA fccd5d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 598b405 - Browse repository at this point
Copy the full SHA 598b405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 638fb19 - Browse repository at this point
Copy the full SHA 638fb19View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f7ee2 - Browse repository at this point
Copy the full SHA f5f7ee2View commit details
Commits on Feb 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dc81a8a - Browse repository at this point
Copy the full SHA dc81a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eebeb74 - Browse repository at this point
Copy the full SHA eebeb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 733461d - Browse repository at this point
Copy the full SHA 733461dView 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.