Skip to content

Commit

Permalink
CALL in bootstrap build waits by default
Browse files Browse the repository at this point in the history
Also errors if exit code is not zero unless /RELAX.

No longer need bootstrap shim.
  • Loading branch information
hostilefork committed Aug 17, 2024
1 parent 1300ce9 commit cbe187a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/bootstrap-shim.r
Original file line number Diff line number Diff line change
Expand Up @@ -755,11 +755,6 @@ method: func3 [] [
fail/where "METHOD deprecated temporarily, use METH" 'return
]

call*: adapt 'call [
if block? command [command: compose command]
]
call: specialize :call* [wait: true]

mold: adapt :lib/mold [ ; update so MOLD SPREAD works
if all [
block? value
Expand Down

0 comments on commit cbe187a

Please sign in to comment.