Slava Pestov
|
a316998d21
|
Use debugger to print an error if startup hook fails; fixes #39
|
2011-09-11 23:38:26 -07:00 |
Doug Coleman
|
a37b70b7d9
|
parser.notes sets parser-quiet? to t in the global namespace. stage2.factor runs its code in the global namespace, so 1) make it more clear that we're setting the global parser-quiet? and 2) change it back before finishing bootstrap to match parser.notes top-level form
|
2011-09-07 13:41:18 -05:00 |
Slava Pestov
|
cac5228828
|
command-line: move some stuff to command-line.startup so that deployed images don't pull in prettyprinter and debugger
|
2011-09-01 22:31:44 -07:00 |
Joe Groff
|
84b109404a
|
command-line: interpret "-help" or "--help" and print a brief usage message with the most common options
|
2011-08-18 19:10:51 -07:00 |
Slava Pestov
|
1615614a93
|
command-line: if -e= is passed, don't run main vocab after evaluation ends
|
2010-01-25 21:05:42 +13:00 |
Slava Pestov
|
49abe313a3
|
Clean up startup/shutdown hook code
|
2009-11-20 00:57:49 -06:00 |
Doug Coleman
|
42cc38010a
|
run bootstrap and startup hooks inside a with-destructors. use &dispose instead of setting shutdown hooks in a couple of places
|
2009-10-20 18:26:10 -04:00 |
Doug Coleman
|
6fa23d7ea4
|
change add-init-hook to add-startup-hook, new add-shutdown-hook word
|
2009-10-19 22:17:02 -04:00 |
Slava Pestov
|
cd97d3f590
|
Fix -e switch
|
2009-04-17 15:49:36 -05:00 |
Slava Pestov
|
93b7215f1b
|
Returning from boot quotation wouldn't exit Factor if run loop MX was in use
|
2008-12-13 04:10:39 -06:00 |
Slava Pestov
|
4f0a9f311e
|
Untangling some dependencies
|
2008-12-08 14:58:00 -06:00 |