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 debug mode to tempdir() #5581

Merged
merged 4 commits into from
May 15, 2020
Merged

Commits on May 12, 2020

  1. Add debug mode to tempdir().

     * This helps in debugging temporary objects created during compile
     time.
     * Only consult DEBUG_MODE once at TempDirectory create time.
    areusch committed May 12, 2020
    Configuration menu
    Copy the full SHA
    f5c2f36 View commit details
    Browse the repository at this point in the history
  2. Fix pylint.

    areusch committed May 12, 2020
    Configuration menu
    Copy the full SHA
    f1219cf View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    7b3b5e3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. api changes for tqchen

     * Introduce keep_for_debug() context manager.
     * Add more tests for keep_for_debug
    areusch committed May 15, 2020
    Configuration menu
    Copy the full SHA
    68e32fb View commit details
    Browse the repository at this point in the history