Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frondeus/test-case Loading
base: v3.2.1
Choose a base ref
...
head repository: frondeus/test-case Loading
compare: v3.3.0
Choose a head ref
  • 8 commits
  • 26 files changed
  • 4 contributors

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

  1. deps: disable proc-macro-error default features (#134)

    * .github: add scheduled build
    
    This will help PR authors determine if CI failures are caused by their
    changes or by e.g. Rust releases.
    
    * deps: disable proc-macro-error default features
    
    proc-macro-error has an optional dependency on syn@1 whereas much of the
    ecosystem has migrated to syn@2, resulting in dependents of test-case
    having to compile syn twice. This avoids that by removing the optional
    dependency.
    tamird committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bf3ee27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97bcfc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

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

Commits on Nov 17, 2023

  1. Remove proc-macro-error dependency (#136)

    * Don't blindly discard errors
    
    This prevents syn::Error from propagating.
    
    Updates #135.
    
    * Use syn::ParseStream::error
    
    This fails tests.
    
    #135
    
    * Use proc-macro2-diagnostics
    
    Bump MSRV to 1.63 for the new yansi dependency (through
    proc-macro2-diagnostics). See
    https://github.com/SergioBenitez/yansi/blob/e8247a492e1b/Cargo.toml#L12.
    tamird committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d32127b View commit details
    Browse the repository at this point in the history
  2. .github: replace actions-rs with dtolnay/rust-toolchain, add caching (#…

    …137)
    
    * .github: bump actions/checkout to v4
    
    * .github: do not fail fast
    
    * .github: replace actions-rs with dtolnay/rust-toolchain
    
    actions-rs is no longer maintained.
    
    * .github: add rust cache action
    
    This should reduce CI time.
    tamird committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b0a764f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21212e2 View commit details
    Browse the repository at this point in the history
  4. Bump version to 3.3.0

    luke-biel committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f7b6691 View commit details
    Browse the repository at this point in the history
Loading