Opened 9 years ago
Closed 8 years ago
#1316 closed enhancement (fixed)
Avoid define-macro warning in sxpath egg
| Reported by: | Vasilij Schneidermann | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | someday |
| Component: | extensions | Version: | 4.11.0 |
| Keywords: | sxpath | Cc: | |
| Estimated difficulty: | easy |
Description
;#> (use sxpath) ; loading /home/wasa/.chickens/4.11/lib/chicken/8/sxpath.import.so ... ; loading /home/wasa/.chickens/4.11/lib/chicken/8/sxpath-lolevel.import.so ... Warning: excluded identifier doesn't exist in module chicken: define-macro ; loading /home/wasa/.chickens/4.11/lib/chicken/8/txpath.import.so ... ; loading /home/wasa/.chickens/4.11/lib/chicken/8/xpath-parser.import.so ... ; loading /home/wasa/.chickens/4.11/lib/chicken/8/sxpath.so ... ; loading /home/wasa/.chickens/4.11/lib/chicken/8/sxpath-lolevel.so ... ; loading /home/wasa/.chickens/4.11/lib/chicken/8/txpath.so ... ; loading /home/wasa/.chickens/4.11/lib/chicken/8/xpath-parser.so ...
I'd like to avoid the define-macro warning. It stems from the sxpath-lolevel.scm file which avoids importing define-macro to define its own.
Attachments (1)
Change History (4)
Changed 9 years ago by
| Attachment: | no-warnings.patch added |
|---|
comment:1 Changed 9 years ago by
| Estimated difficulty: | → easy |
|---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Forgot to update the ticket status
Note: See
TracTickets for help on using
tickets.

Fixed with r35454