bootstrap/stage1: Turn off parser-quiet? flag sooner so the files loaded in the USING: list in stage2 print a loading message.
parent
e9809a67e8
commit
ad8a1c3905
|
@ -2,8 +2,8 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays assocs continuations debugger generic hashtables
|
USING: arrays assocs continuations debugger generic hashtables
|
||||||
init io io.files kernel kernel.private make math memory
|
init io io.files kernel kernel.private make math memory
|
||||||
namespaces parser prettyprint sequences splitting system
|
namespaces parser parser.notes prettyprint sequences splitting
|
||||||
vectors vocabs vocabs.loader words destructors ;
|
system vectors vocabs vocabs.loader words destructors ;
|
||||||
QUALIFIED: bootstrap.image.private
|
QUALIFIED: bootstrap.image.private
|
||||||
IN: bootstrap.stage1
|
IN: bootstrap.stage1
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@ load-help? off
|
||||||
"bootstrap.layouts" require
|
"bootstrap.layouts" require
|
||||||
|
|
||||||
[
|
[
|
||||||
|
f parser-quiet? set-global
|
||||||
|
|
||||||
"resource:basis/bootstrap/stage2.factor"
|
"resource:basis/bootstrap/stage2.factor"
|
||||||
dup exists? [
|
dup exists? [
|
||||||
run-file
|
run-file
|
||||||
|
|
Loading…
Reference in New Issue