mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
When type propagation errors happen, show the function context.
This commit is contained in:
parent
d6218547a1
commit
5bbb85fd7f
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
(return-from p1propagate (values 'null assumptions)))
|
||||
(when (c1form-p form)
|
||||
(let* ((*cmp-env* (c1form-env form))
|
||||
(*compile-file-pathname* (c1form-file form))
|
||||
(*compile-file-position* (c1form-file-position form))
|
||||
(*current-form* (c1form-form form))
|
||||
(*current-toplevel-form* (c1form-toplevel-form form))
|
||||
(name (c1form-name form))
|
||||
(propagator (gethash name *p1-dispatch-table*)))
|
||||
(when propagator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue