Opened 5 years ago
Closed 5 years ago
#1653 closed defect (fixed)
importing sequences prints () to stdout
Reported by: | Rafael Kitover | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | 5.1.0 |
Keywords: | sequences | Cc: | |
Estimated difficulty: |
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.
Change History (2)
comment:1 Changed 5 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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).
Note: See
TracTickets for help on using
tickets.
Indeed. Funny. Apparently a debug leftover: https://bugs.call-cc.org/browser/project/release/5/sequences/tags/0.6/sequences.scm#L103