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

Fixes for recent Julia versions #54

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Dec 20, 2023

  1. Use current_exceptions() on Julia >= v1.7

    Base.catch_stack() was deprecated in 1.7.
    JamesWrigley committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1f5d44a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Fix stats feature on 1.9 and later

    In v1.9, Base.cumulative_compile_time_ns() was changed to return a tuple of
    `(compile_time, recompile_time)`. We now use the sum of the two to show the
    total compilation time.
    JamesWrigley committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b6c073a View commit details
    Browse the repository at this point in the history