Opened 14 years ago
Last modified 2 years 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 14 years ago by
| Milestone: | 4.8.0 |
|---|
comment:2 Changed 8 years ago by
comment:3 Changed 2 years ago by
| Milestone: | → someday |
|---|
Note: See
TracTickets for help on using
tickets.

Side note, the
portargument is not the port where the warning message should be printed to