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.

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

2021-07-03 Thread Linus Björnstam
Isn't eof-object? available in the default environment? -- Linus Björnstam On Sat, 3 Jul 2021, at 22:24, Maxime Devos wrote: > According to the manual: > > 6.12.2 Binary I/O > - > > [...] >To use these routines, first include the binary I/O module: > > (use-modules

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

2021-07-03 Thread Maxime Devos
According to the manual: 6.12.2 Binary I/O - [...] To use these routines, first include the binary I/O module: (use-modules (ice-9 binary-ports)) [...] The end-of-file object is unlike any other kind of object: it’s not a pair, a symbol, or anything else. To check if