Upgraded inliner from 0.54. There is still a bug as a call to error must not be the last expression of a procedure. No fix for now, use (if #t (error ...)) as a workaround
This commit is contained in:
parent
0b00ab0380
commit
5d4b66daf4
|
@ -293,7 +293,7 @@
|
|||
|
||||
(define-structure analysis (export analyze-forms)
|
||||
(open scheme-level-2
|
||||
meta-types bindings nodes
|
||||
meta-types bindings nodes primops
|
||||
packages-internal ;package-add-static!
|
||||
inline
|
||||
usages
|
||||
|
|
Loading…
Reference in New Issue