Opened 13 years ago
Last modified 11 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
Milestone: | 4.8.0 |
---|
comment:2 Changed 7 years ago by
comment:3 Changed 11 months ago by
Milestone: | → someday |
---|
Note: See
TracTickets for help on using
tickets.
Side note, the
port
argument is not the port where the warning message should be printed to