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

Fix callTrace of inlined methods #18738

Commits on Nov 1, 2023

  1. Fix callTrace if inlined methods

    We need to keep the reference to the called method, not only the symbol
    of the to level class. This is important for the traces of the `assert`
    method that is defined in a different file. This might also be useful
    for macro annotations.
    
    This is also a solution to the awkward Select vs. Ident distinction to
    identify macros in `YCheckPositions`.
    nicolasstucki committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ec75826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0c408 View commit details
    Browse the repository at this point in the history