Commit ecfec85
authored
Reinstate PrecompileTools-esque caching for REPL (#59850)
REPL precompile scripts runs a workload and might thus encounter code in
other standard libraries that needs to be precompiled. Before #54899 we
had a bespoke variant of PrecompileTools.jl. PrecompileTools was fixed
with #57828 so we can now re-instate the support in REPL.
Noticed by @tecosaur, while looking at #518111 parent 9cddfda commit ecfec85
1 file changed
+12
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
0 commit comments