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: Mark H Weaver
Subject: bug#20645: sxml xpath exports "filter"
Date: Thu, 23 Jun 2016 12:42:55 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux)

Mark H Weaver <address@hidden> writes:

> Matt Wette <address@hidden> writes:
>
>> This is a very annoying "bug".  The (sxml xpath) “filter” procedure 
>> overrides the builtin guile “filter”.
>>
>> I believe the fix can be implemented with the following changes to (sxml 
>> xpath):
>> 1) (define node-filter filter)
>> 2) In the #:export list, replace “filter” with “node-filter”
>
> We can't do this because it would break existing code that uses 'filter'
> from (sxml xpath), and also introduce a Guile-specific change to the API
> of a portable library.
>
> However, you can rename 'filter' at import time as follows:
>
>   (use-modules ((sxml xpath) #:select ((filter . node-filter))))
>
> Does this work for you?

Having not heard back for 19 weeks, I'm closing this bug now.

      Mark





reply via email to

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