Skip to content
Snippets Groups Projects

Fetch analysis crate directly from the upstream git

Merged Vincent Lafeychine requested to merge cargo/analysis-git into main
All threads resolved!

Instead of keeping a copy of analysis, we can fetch it directly from the upstream git repository.

Note that to improve network use, a shallow copy is explicitly used (see .cargo/config.toml).

The latest version of analysis (with a small change to the Cargo.toml) makes cargo a bit buggy due to a weird dependency hole, which may be fixed in a newer version of cargo.

Furthermore, due to the cargo configuration of prusti, cargo must be configured with the -Zbindeps flags (see flake.nix).

Edited by Vincent Lafeychine

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Lennard Gäher resolved all threads

    resolved all threads

  • Please register or sign in to reply
    Loading