Summary

ssax's `ssax:warn' ignores its first argument (port)

Metadata

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.

[2023-11-06 22:01:02 UTC] felix set milestone to someday