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

Add pub "-v" macros for inline expression logging #316

Closed
wants to merge 15 commits into from

Commits on Jan 19, 2019

  1. Add pub debugv and tracev macros for inline expression logging

    The `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.
    dekellum committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    6b32433 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    792ab13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    740c729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b30803f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Add tuple tests for logv

    dekellum committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    ed34689 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    ea8173c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ccebf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Fix prior format comment

    dekellum committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    fadc541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fccd5d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598b405 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    638fb19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5f7ee2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Improve log_v test output

    dekellum committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    dc81a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eebeb74 View commit details
    Browse the repository at this point in the history
  3. Drop unused unstable

    dekellum committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    733461d View commit details
    Browse the repository at this point in the history