Bugs item #408134, was opened at 2001-03-12 20:11
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408134&group_id=10493
Category: scheme-48
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Olin Shivers (olin-shivers)
Summary: Gagging s48
Initial Comment:
Resent-Date: Fri, 2 Jan 1998 20:50:05 -0500
Resent-From: Brian D. Carlstrom
<bdc@martigny.ai.mit.edu>
Resent-To: scsh-list@martigny.ai.mit.edu
From: Rolf-Thomas Happe <rthappe@mathematik.uni-
freiburg.de>
To: scsh@martigny.ai.mit.edu
Subject: Gagging s48
Date: Mon, 29 Dec 1997 16:43:11 +0100 (MET)
Is there a way to prevent the Scheme system from
printing messages
on stdout (and thus mixing up the intended output e.g.
of a filter
written in Scsh)? That is, what can I do not to get
this:
The program:
> cat filtest.scm
#! /usr/people/rthappe/bin/scsh \
-o big-scheme -e main -s
!#
(define (main args)
(format (current-output-port) "~a~%" args))
and its output:
> ./filtest.scm
Analyzing...
Calls will be compiled in line: (queue-tail set-queue-
tail! queue-head set-queu\
e-head! queue-uid queue-empty? on-queue? queue-length)
(./filtest.scm)
rthappe
----------------------------------------------------------------------
>Comment By: Martin Gasbichler (mainzelm)
Date: 2001-10-03 02:03
Message:
Logged In: YES
user_id=17553
0.6 also had this problem but this is fixed now by setting
$current-noise-port to null-output-port during switch
evaluation.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408134&group_id=10493
|