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 build and update to syn v2 #518

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Commits on Apr 18, 2024

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

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    948b717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8daa4b5 View commit details
    Browse the repository at this point in the history
  3. Migrate to syn v2 to fix crashes when parsing Rust 1.77 code with C…

    …-string literals `c""` https://doc.rust-lang.org/edition-guide/rust-2021/c-string-literals.html : thread '<unnamed>' panicked at /Users/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lit.rs:1020:13: Unrecognized literal: `c""`
    mleonhard committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e39aad6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bdd75e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef7cb8f View commit details
    Browse the repository at this point in the history
  6. Switch tests from itertools 0.8.0 to 0.12.1, to fix crash: Failed to …

    …parse file: /Users/user/.cargo/git/checkouts/itertools-eb89fd56766bcf43/8761fbe/src/format.rs, Syn(Error("expected ','").
    mleonhard committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4bd6312 View commit details
    Browse the repository at this point in the history