[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
followup to the script patch.
The patch does one thing that isn't right in src/eval/main.goo:
(post "%=" (read-script (elt args 1) 'goo/user)))
It probably shouldn't post the output of evaluating the script. That
makes goo useless for, say, cgis.
The code in c/grt.c:YPinit_world() ends with an exit(0); what if you
want to do exit(1)? Should there be a global integer defined that you
can (set ...) inside goo? Will that work?
Faried.