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

Bump to LoweredCodeUtils 2.4 #591

Closed
wants to merge 7 commits into from
Closed

Bump to LoweredCodeUtils 2.4 #591

wants to merge 7 commits into from

Commits on Jan 10, 2024

  1. Bump to LoweredCodeUtils 2.4

    Control-flow analysis changed considerably  in LoweredCodeUtils 2.4
    (xref JuliaDebug/LoweredCodeUtils.jl#87).
    This updates to the new version. The overall trend is less
    reliance on `norequire` as a way of blocking certain "bad"
    statements, instead attempting to discover minimal statements
    purely by their dependencies.
    timholy committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    323f3bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf5ec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Bump to LoweredCodeUtils 2.4

    Control-flow analysis changed considerably  in LoweredCodeUtils 2.4
    (xref JuliaDebug/LoweredCodeUtils.jl#87).
    This updates to the new version. The overall trend is less
    reliance on `norequire` as a way of blocking certain "bad"
    statements, instead attempting to discover minimal statements
    purely by their dependencies.
    timholy authored and aviatesk committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    533b4c5 View commit details
    Browse the repository at this point in the history
  2. re-resolve benchmarks Project.toml

    timholy authored and aviatesk committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c36b06c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 21, 2024

  1. Update to use domtree

    timholy committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7719a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7afb1 View commit details
    Browse the repository at this point in the history