File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -372,9 +372,9 @@ analysis.
372372
373373### 4. Stage 0 Too Old
374374If 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
380380The 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
You can’t perform that action at this time.
0 commit comments