GNU bug report logs - #69857
ports.c, "scm-set-current-output-port" vs "set-current-output-port"

Previous Next

Package: guile;

Reported by: Matt Wette <matt.wette <at> gmail.com>

Date: Sun, 17 Mar 2024 14:23:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Matt Wette <matt.wette <at> gmail.com>
To: 69857 <at> debbugs.gnu.org
Subject: bug#69857: ports.c, "scm-set-current-output-port" vs "set-current-output-port"
Date: Sun, 17 Mar 2024 07:21:16 -0700
In guile-3.0.9, in ports.c I believe scheme name for setting the error 
output is
inappropriately named "scm-set-current-output-port".   It does not show 
in guile
because set-current-output-port is defined using the parameter 
current-output-port.

SCM
scm_set_current_input_port (SCM port)
#define FUNC_NAME "set-current-input-port"
{
  ...
}
#undef FUNC_NAME

SCM
scm_set_current_output_port (SCM port)
#define FUNC_NAME "scm-set-current-output-port"
{
  ...
}
#undef FUNC_NAME







This bug report was last modified 1 year and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.