[Openmcl-devel] save-application to show warning messages?

Florian Dietz Florian.Dietz2 at gmx.de
Thu Mar 13 09:13:30 PDT 2014


thanks, that fixed it.
Any idea why this was not necessary before clozure 1.9?
That's probably not important, but maybe it does have some useful reason.

Best regards,
Florian Dietz

On 13.03.2014 14:49, Pascal J. Bourguignon wrote:
> Florian Dietz <Florian.Dietz2 at gmx.de> writes:
>
>> To compile my project, I run a lisp file that loads all other lisp
>> files and then calls CCL:save-application to save it. It used to be
>> that the console would show me all warnings that occured while loading
>> the various files, so that I could look over them before calling
>> save-application. It seems that since I updated to clozure 1.9, this
>> is no longer the case. Instead, the warnings are displayed right after
>> save-application is called, and the console closes immediately
>> afterwards, so that I can't look at it. How can I fix this?
> I would try:
>
> (progn (finish-output *standard-output*)
>         (finish-output *error-output*)
>         (finish-output *trace-output*))
>
> before save-application…
>




More information about the Openmcl-devel mailing list