Geomol / World

World Programming Language
http://world-lang.org
22 stars 7 forks source link

Cortex prints startup information even in quiet mode #14

Closed earl closed 12 years ago

earl commented 12 years ago
$ ./world_linux -q hello.w 
Loading Cortex... Done
hello, world!

In quiet mode, the "Loading Cortex... Done" output should be suppressed.

I guess that would require exposing the information that World was started in quiet mode somewhere. REBOL's system/options/quiet would be one possibility. (A script-local argument passed from the interpreter to cortex, another.)

Geomol commented 12 years ago

Fixed.

earl commented 12 years ago

Bug still present in 6b9c6389f3c40c42799072fb211a9cd7371e99a7. Perhaps you forgot to add the updated cortex.w?

Geomol commented 12 years ago

Yeah, that's it! :) Try again.

earl commented 12 years ago

Fixecd in f0b40e970d6eacd156b7305d93968f26ab5bba2a.