[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1653: importing sequences prints () to stdout
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1653: importing sequences prints () to stdout |
Date: |
Sun, 06 Oct 2019 18:55:49 -0000 |
#1653: importing sequences prints () to stdout
---------------------------------------+------------------------
Reporter: Rafael Kitover | Type: defect
Status: new | Priority: minor
Milestone: someday | Component: extensions
Version: 5.1.0 | Keywords: sequences
Estimated difficulty: |
---------------------------------------+------------------------
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.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1653>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1653: importing sequences prints () to stdout,
Chicken Trac <=