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

Experiment: restrict allowed trees in annotations #21840

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    da97deb View commit details
    Browse the repository at this point in the history
  2. Fix betasty unpickling error with invalid annotations

    Throw away erroneous trees to avoid unpickling issues in best-effort mode.
    
    Co-Authored-By: Kacper Korban <[email protected]>
    mbovel and KacperFKorban committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d9ba132 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Allow New, Select, Block, ValDef, DefDef, Closure and EmptyTree

    And use a TreeMap for the annotation check
    mbovel committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    872459d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d668e6 View commit details
    Browse the repository at this point in the history
  3. Allow Quote and If

    mbovel committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    040ec39 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    dd3b668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    924ea08 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

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