mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 12:21:02 -08:00
Sometimes the compiler messages are useful in RT. Let the calling routine set the values of *compile-{verbose,print}*.
This commit is contained in:
parent
3be09c41b2
commit
433c8fe385
1 changed files with 7 additions and 9 deletions
|
|
@ -162,15 +162,13 @@
|
|||
(flet ((%do
|
||||
()
|
||||
(if *compile-tests*
|
||||
(let ((*compile-verbose* nil)
|
||||
(*compile-print* nil))
|
||||
(multiple-value-list
|
||||
(funcall (compile
|
||||
nil
|
||||
`(lambda ()
|
||||
(declare
|
||||
(optimize ,@*optimization-settings*))
|
||||
,(form entry))))))
|
||||
(multiple-value-list
|
||||
(funcall (compile
|
||||
nil
|
||||
`(lambda ()
|
||||
(declare
|
||||
(optimize ,@*optimization-settings*))
|
||||
,(form entry)))))
|
||||
(multiple-value-list
|
||||
(eval (form entry))))))
|
||||
(if *catch-errors*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue