Summary
Avoid define-macro warning in sxpath egg
Metadata
- Id: 8dfe7c4a9ac0db09aaf7e55a58071092f37f099f
- Trac id: 1316
- Type: enhancement
- Reporter: wasamasa
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: easy
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 4.11.0
- Changetime: 2018-04-29 12:53:27 UTC
- Created: 2016-08-17 23:22:03 UTC
- Keywords: sxpath
Attachments
- 8dfe7c4a9ac0db09aaf7e55a58071092f37f099f/attachments/no-warnings.patch
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