[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtextstyle 0.8: confused with classes that are suffixes of others
From: |
Akim Demaille |
Subject: |
Re: libtextstyle 0.8: confused with classes that are suffixes of others |
Date: |
Wed, 22 Jan 2020 06:43:55 +0100 |
Hi Bruno,
> Le 21 janv. 2020 à 21:58, Bruno Haible <address@hidden> a écrit :
>
> Hi Akim,
>
>> libtextstyle confuses class names when one is a suffix of another.
>>
>> To reproduce it, take the hello example from libtextstyle 0.8, and replace
>> with the attached files that use classes bar and foobar. And see that
>> Maria and Fred are printed in blue.
>>
>> Note that it matters that the class foobar is defined before the class bar.
>> In the other sense,
I guess "in the other order" would have been the right way to say it.
>> the problem does not appear. So libcroco seems to be the
>> culprit.
>
> I reproduce the issue with libtextstyle-0.8, but not with the current git
> HEAD.
>
> Therefore I've created a new release at
> https://alpha.gnu.org/gnu/gettext/libtextstyle-0.20.5.tar.gz
I confirm my real case is fixed. Thanks a lot!