Fixed PS-COMPILE-STREAM breakage (was trying to compile forms one at a
commit48de7bb52676c13a93ff375272a6b29d63b6b7da
authorVladimir Sedach <vsedach@gmail.com>
Sat, 27 Feb 2010 02:39:06 +0000 (26 21:39 -0500)
committerVladimir Sedach <vsedach@gmail.com>
Sat, 27 Feb 2010 02:39:06 +0000 (26 21:39 -0500)
tree6e8dfea6d2cbaf3f94cda60df37846a0054f4e22
parent6de6cc9fb42568ce1ca99366d91b1171e9fdb1ad
Fixed PS-COMPILE-STREAM breakage (was trying to compile forms one at a
time as they were read, which would make sense for an interpreter, but
the desired behavior is to read all the forms in first and then
compile them at once - that caused some problems with printing).

Thanks to Yong <senatorzergling@gmail.com> for the bug report.
src/compilation-interface.lisp
src/special-forms.lisp
t/ps-tests.lisp