Skip to content

Commit 6f3894d

Browse files
committed
FStarDev.md: LF line endings
1 parent 136096b commit 6f3894d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/agents/FStarDev.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ analysis.
372372

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

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

0 commit comments

Comments
 (0)