Opened 12 years ago

Last modified 5 months ago

#784 new defect

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

Reported by: Mario Domenech Goulart Owned by:
Priority: minor Milestone: someday
Component: extensions Version: 4.7.x
Keywords: ssax, ssax:warn Cc:
Estimated difficulty:

Description

From ssax-chicken.scm:

(define (ssax:warn port msg . other-msg)
  (apply cerr (cons* nl "Warning: " msg other-msg)))

port doesn't seem to be used anywhere.

Change History (3)

comment:1 Changed 12 years ago by felix winkelmann

Milestone: 4.8.0

comment:2 Changed 7 years ago by LemonBoy

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.

comment:3 Changed 5 months ago by felix winkelmann

Milestone: someday
Note: See TracTickets for help on using tickets.