Summary
ssax's `ssax:warn' ignores its first argument (port)
Metadata
- Id: 0887754eba3cdb50e01cfff13011874dd761f322
- Trac id: 784
- Type: defect
- Reporter: mario
- Owner:
- Cc:
- Status: new
- Component: extensions
- Estimated difficulty:
- Resolution:
- Priority: minor
- Milestone: someday
- Version: 4.7.x
- Changetime: 2023-11-06 22:01:02 UTC
- Created: 2012-02-09 12:11:30 UTC
- Keywords: ssax, ssax:warn
Description
From ssax-chicken.scm:
(define (ssax:warn port msg . other-msg) (apply cerr (cons* nl "Warning: " msg other-msg)))
Changes and comments
[2012-04-16 15:14:13 UTC] felix removed milestone 4.8.0
[2017-08-25 15:42:56 UTC] LemonBoy removed difficulty
[2017-08-25 15:42:56 UTC] LemonBoy wrote:
Side note, the `port` argument is not the port where the warning message should be printed to
> The first argument is a port, which typically points to the offending character or its neighborhood.