Skip to content

Commit eb4006b

Browse files
AGENTS.md: expand Revise example (#59746)
1 parent 8aa57a2 commit eb4006b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ and need to run code with these changes included, you can use `Revise`.
4040
To do so, run `using Revise; Revise.track(Base)` (or Revise.track with the stdlib you modified).
4141
The test system supports doing this automatically (see below).
4242

43+
For instance testing Base changes without rebuilding, using failfast, you can run:
44+
```
45+
JULIA_TEST_FAILFAST=1 ./julia -e 'using Revise; Revise.track(Base); include("test.jl")'
46+
```
47+
4348
## Specific instructions for particular changes
4449

4550
### Doctests

0 commit comments

Comments
 (0)