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

Avoid caching compilation data and use value equality for SyntaxNodes #79051

Merged
merged 7 commits into from
Jan 3, 2023

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    454646a View commit details
    Browse the repository at this point in the history
  2. PR Feedback:

    - Add type doc comments for new types
    - Don't use SyntaxNode in GetHashCode implementation
    - Add comment on Dictionary equality check
    jtschuster committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    02d3d1a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

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

Commits on Dec 13, 2022

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

Commits on Dec 20, 2022

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

Commits on Dec 22, 2022

  1. Add null check

    jtschuster committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    6f0acc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553d8be View commit details
    Browse the repository at this point in the history