Summary
importing sequences prints () to stdout
Metadata
- Id: 8815cf46cda3cf0f3f70f248406ecb9a510116ba
- Trac id: 1653
- Type: defect
- Reporter: rkitover
- Owner: felix
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 5.1.0
- Changetime: 2019-10-06 23:56:03 UTC
- Created: 2019-10-06 20:55:49 UTC
- Keywords: sequences
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).