bug#49404: Cross module inlining causes unbound make-struct/no-tail ref

2021-07-04 Thread Rob Browning
This commit casuses lokke's compilation to fail: commit fd5cb457fb3a450b4b14eb89c8dbd764ba8df52e Date: Mon Apr 5 20:58:03 2021 +0200 Implement cross-module inlining * module/language/tree-il/optimize.scm (make-optimizer): Pass cross-module-inlining? to peval. *

bug#49363: eof-object? is not exported from (ice-9 binary-ports)

2021-07-04 Thread Maxime Devos
Linus Björnstam schreef op zo 04-07-2021 om 07:54 [+0200]: > Isn't eof-object? available in the default environment? Yes, but I use (define-library ...) and (library ...) forms instead of (define-module (...) ...) forms. When using define-library or library, the ‘default’ environment is ignored.