bug-guile
[Top][All Lists]
Advanced

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

bug#20645: sxml xpath exports "filter"


From: Matt Wette
Subject: bug#20645: sxml xpath exports "filter"
Date: Sun, 24 May 2015 08:34:21 -0700

sxml xpath exports "filter" which is incompatible with the common procedure of 
the same name.

I suggest renaming unless it breaks a lot of code.

I use

  #:use-module ((sxml xpath)
                #:renamer (lambda (s) (if (eq? s 'filter) 'xp-filter s)))

but would rather other agree that renaming in sxml/xpath.scm is better.

Matt






reply via email to

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