Opened 4 years ago

Closed 4 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 4 years ago by Mario Domenech Goulart

Owner: set to felix winkelmann
Status: newassigned

comment:2 Changed 4 years ago by felix winkelmann

Resolution: fixed
Status: assignedclosed

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.