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

Allocation error on Windows and Linux #69

Closed
wants to merge 4 commits into from
Closed

Allocation error on Windows and Linux #69

wants to merge 4 commits into from

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    1fcf5ee View commit details
    Browse the repository at this point in the history
  2. test(depinfo): current cargo unable to parse v0 or v1

    We're going to add the magic marker in the next commit.
    The v0 test is to ensure that we don't change anything unexpected.
    weihanglo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6f2b5d9 View commit details
    Browse the repository at this point in the history
  3. fix: track version in fingerprint dep-info files

    Encodes the version information into Cargo's fingerprint dep-info files,
    so that when the format encoding changes in the future,
    Cargo understands a dep-info file was outdated and doesn't bother parsing it.
    
    Since there was no version info encoded in the old format (call it v0),
    to be compatible with older cargoes,
    this PR works around it with a horrible hack.
    It is explained in the doc comment of `EncodedDepInfo`.
    weihanglo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2643d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c508b79 View commit details
    Browse the repository at this point in the history