Opened 8 years ago

Closed 6 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)

no-warnings.patch (336 bytes) - added by Vasilij Schneidermann 8 years ago.

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by Vasilij Schneidermann

Attachment: no-warnings.patch added

comment:1 Changed 8 years ago by sjamaan

Estimated difficulty: easy

comment:2 Changed 6 years ago by sjamaan

Fixed with r35454

comment:3 Changed 6 years ago by sjamaan

Resolution: fixed
Status: newclosed

Forgot to update the ticket status

Note: See TracTickets for help on using tickets.