Summary

Avoid define-macro warning in sxpath egg

Metadata

Attachments

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.

Changes and comments

[2016-08-17 23:30:12 UTC] wasamasa attached no-warnings.patch (description=#f)

[2016-08-25 20:52:21 UTC] sjamaan set difficulty to easy

[2018-04-27 22:04:30 UTC] sjamaan wrote:

Fixed with r35454

[2018-04-29 12:53:27 UTC] sjamaan changed status from new to closed

[2018-04-29 12:53:27 UTC] sjamaan set resolution to fixed

[2018-04-29 12:53:27 UTC] sjamaan wrote:

Forgot to update the ticket status