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

Adapt SnoopPrecompile & snoopi_deep to work for new julia API. #313

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2022

  1. Adapt SnoopPrecompile to work for new julia API.

    Starting in JuliaLang/julia#47615, we are
    changing the API for snoopi_deep, to allow for thread safe snooping
    in one thread while compiling in another.
    
    This commit changes SnoopPrecompile to work with the new API if it's
    available.
    
    Co-Authored-By: Pete Vilter <[email protected]>
    vilterp authored and NHDaly committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    40a9f6c View commit details
    Browse the repository at this point in the history
  2. fixup

    NHDaly authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ec14f35 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Adapt snoopi_deep for backwards compatibility with old API

    Create a dummy ROOT node, and return the tree with that node.
    NHDaly committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    876e808 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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