Summary

importing sequences prints () to stdout

Metadata

Description

Given file try.scm having the contents:

(import sequences)

(print "Hello, World!")

The output is:

() Hello, World!

Importing the sequences extension seems to always print "()\n" to stdout.

Changes and comments

[2019-10-06 21:09:40 UTC] mario changed status from new to assigned

[2019-10-06 21:09:40 UTC] mario set owner to felix

[2019-10-06 21:09:40 UTC] mario wrote:

Indeed. Funny. Apparently a debug leftover: https://bugs.call-cc.org/browser/project/release/5/sequences/tags/0.6/sequences.scm#L103

[2019-10-06 23:56:03 UTC] felix changed status from assigned to closed

[2019-10-06 23:56:03 UTC] felix set resolution to fixed

[2019-10-06 23:56:03 UTC] felix wrote:

More debris from Ivan's WIP changes that I incorrectly tagged as 0.6 a while ago. I removed the expression and tagged a new version (0.6.1).