microsoft / microsoft/SymCrypt
Pin Aeneus in `lakefile.lean` in SymCRust
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 890
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Currently, aeneas is expected to be in a sibling directory and pinned to d71d2e3f.
However, aeneas can be explicitly pinned in the lakefile.lean by doing
require aeneas from git
"https://github.com/AeneasVerif/aeneas" @ "d71d2e3f2cb763f7faf15ab606ac9cf32da8dead" / "backends/lean"
Disclosure: I am interested in using this repository to mine Lean4 proving challenges for evaluating and training LLMs, which I would like to publish to HuggingFace as open source. This change will make running these evaluations a little more turnkey.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The dependency setup is in SymCRust/lean/lakefile.lean at the linked line; start there and compare the sibling-directory arrangement with the explicit Aeneas git requirement shown in the issue. Use commit d71d2e3f and the backends/lean path, then verify that the Lean project resolves Aeneas from the declaration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100