chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1316: Avoid define-macro warning in sxpath egg


From: Chicken Trac
Subject: [Chicken-janitors] #1316: Avoid define-macro warning in sxpath egg
Date: Wed, 17 Aug 2016 21:22:05 -0000

#1316: Avoid define-macro warning in sxpath egg
-------------------------+---------------------
 Reporter:  wasamasa     |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  minor        |  Milestone:  someday
Component:  extensions   |    Version:  4.11.0
 Keywords:  sxpath       |
-------------------------+---------------------
 {{{
 ;#> (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.

--
Ticket URL: <http://bugs.call-cc.org/ticket/1316>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]