stage2: remove debugging
parent
ef0fe3f61a
commit
30905e9aa8
|
@ -75,12 +75,10 @@ CONSTANT: default-components
|
|||
|
||||
(command-line) parse-command-line
|
||||
|
||||
"here0" print
|
||||
{
|
||||
{ [ os windows? ] [ "alien.libraries.windows" ] }
|
||||
{ [ os unix? ] [ "alien.libraries.unix" ] }
|
||||
} cond require
|
||||
"here1" print
|
||||
|
||||
! { "hashtables.identity" "prettyprint" } "hashtables.identity.prettyprint" require-when
|
||||
! { "hashtables.identity" "mirrors" } "hashtables.identity.mirrors" require-when
|
||||
|
@ -90,25 +88,16 @@ CONSTANT: default-components
|
|||
! { "typed" "compiler.cfg.debugger" } "typed.debugger" require-when
|
||||
|
||||
{ "hashtables.identity" "prettyprint" } "hashtables.identity.prettyprint" require-when
|
||||
"here2" print
|
||||
{ "hashtables.identity" "mirrors" } "hashtables.identity.mirrors" require-when
|
||||
"here3" print
|
||||
{ "hashtables.wrapped" "prettyprint" } "hashtables.wrapped.prettyprint" require-when
|
||||
"here3.1" print
|
||||
"summary" require
|
||||
"here3.2" print
|
||||
"eval" require
|
||||
! "deques" require
|
||||
! "command-line.startup" require
|
||||
! "here5" print
|
||||
{ "locals" "prettyprint" } "locals.prettyprint" require-when
|
||||
"here6" print
|
||||
{ "typed" "prettyprint" } "typed.prettyprint" require-when
|
||||
"here7" print
|
||||
{ "typed" "compiler.cfg.debugger" } "typed.debugger" require-when
|
||||
"here8" print
|
||||
"stack-checker.row-polymorphism" reload
|
||||
"here9" print
|
||||
|
||||
! Set dll paths
|
||||
os windows? [ "windows" require ] when
|
||||
|
|
Loading…
Reference in New Issue