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 filename collision in the monorepo structure #118

Merged
merged 1 commit into from
Nov 10, 2023

Commits on Nov 10, 2023

  1. Avoid filename collision in the monorepo structure

    Warning: output filename collision appears in both stable and nightly builds.
    
    It's slightly more impactful than just a warning. Running cargo +nightly
    test, cargo test, cargo +nightly test in windows produces a linker error
    where color-spantrace tries to use eyre's usage.exe, see error 2 below.
    It's worked around pretty easily with cargo clean, but it's a problem
    that might get worse as the monorepo effort expands!
    
    This patch renames `usage.rs` to `CRATENAME-usage.rs`.
    
    Issue eyre-rs#115
    thenorili committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1fc5c56 View commit details
    Browse the repository at this point in the history