Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/agents/FStarDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ analysis.

### 4. Stage 0 Too Old
If stage 0 cannot check current `src/` due to new language features,
you need to 1) add support for the new language feature to `src`
2) bump stage0 using `./.scripts/bump-stage0-from-stage1.sh`
so that 3) you can use the new feature in `src`.
you need to 1) add support for the new language feature to `src`
2) bump stage0 using `./.scripts/bump-stage0-from-stage1.sh`
so that 3) you can use the new feature in `src`.

### 5. OCaml Environment Issues
The build expects an opam environment with the right packages. Use:
Expand Down Expand Up @@ -436,7 +436,7 @@ git submodule update --init karamel
- **Run `make boot-diff`** before committing major changes to verify
the compiler is a fixed point.
- **Do not edit files in `stage0/` directly** — it is a generated
snapshot. Use `make bump-stage0` to update it.
snapshot. Use `make bump-stage0` to update it.
- **Do not edit extracted `.ml` files** in `stage1/`, `stage2/`, or
`stage3/` — they are generated by extraction.
- **Test with `--proof_recovery`** when testing against downstream
Expand Down
Loading