﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1316	Avoid define-macro warning in sxpath egg	Vasilij Schneidermann		"{{{
;#> (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."	enhancement	closed	minor	someday	extensions	4.11.0	fixed	sxpath		easy
