Hello!
I built today’s ‘master’ on a ppc64 box and there are many
regexp-related errors and a surprisingly high number of unresolved
regexp-related tests:
http://autobuild.josefsson.org/guile/log-200909100539539848000.txt
This machine only has the following locales:
C
en_US.utf8
POSIX
On Thu, 2009-09-10 at 12:27 +0200, Ludovic Courtès wrote:
> Hello!
>
> I built today’s ‘master’ on a ppc64 box and there are many
> regexp-related errors and a surprisingly high number of unresolved
> regexp-related tests:
>
> http://autobuild.josefsson.org/guile/log-200909100539539848000.txt
>
Mike Gran writes:
> I could fix the test by testing only characters 0 to 127 in a C locale
> if a Latin-1 locale can't be found.
Yes, that'd be nice.
> I can also fix the test by using the 'setbinary' function
--8<---cut here---start->8---
scheme@(guile-user
Hey,
Now that we have Unicode, let’s not put it to good use!
(define-syntax λ
(syntax-rules ()
((_ formals body ...)
(lambda formals body ...
Should ‘boot-9.scm’ provide this macro?
Ludo’.
l...@gnu.org (Ludovic Courtès) writes:
> Now that we have Unicode, let’s not put it to good use!
Someone must have tampered with my message. Of course, it should read
“let’s put it to good use”.
Ludo’.
l...@gnu.org (Ludovic Courtès) writes:
> Hey,
>
> Now that we have Unicode, let’s not put it to good use!
>
> (define-syntax λ
> (syntax-rules ()
> ((_ formals body ...)
>(lambda formals body ...
Can it be overridden? Just in case someone writes an algorithm where
they'd
Mike Gran writes:
> I'm not much of a regex guy, but, here's a couple of examples. First
> one that sort of works as expected.
>
> guile> (string-match "sé" "José")
> ==> #("José" (2 . 5))
>
> Regex properly matches the word, but, the match struct (2 . 5) is
> referring to the bytes of the stri
l...@gnu.org (Ludovic Courtès) writes:
>>> So now is a good time to test it and report back! It requires libgc 7.1
>>> or later, which isn't packaged in Debian, although it was released in
>>> May 2008.
>>>
>> It's in experimental since recently; I assume its maintainer will upload
>> to unstable
> From: Neil Jerram
> Mike Gran writes:
> > Here's one that doesn't work as expected.
> >
> > guile> (string-match "[:lower:]" "Hi, mom")
> > ==> #("Hi, mom" (5 . 6))
> > guile> (string-match "[:lower:]" "Hí, móm")
> > ==> #f
> >
> > Once you add accents on the vowels, nothing matches.
Doh! Thi
Hi Neil,
Neil Jerram writes:
> I just installed libgc1c2 and libgc-dev (both 1:7.1-3) on my Debian
> stable/testing machine. Apparently no problem there.
>
> But there's still no pkgconfig for libgc, and so
>
> PKG_CHECK_MODULES([BDW_GC], [bdw-gc])
>
> fails:
I checked the upstream tarballs a
Neil Jerram writes:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> Hey,
>>
>> Now that we have Unicode, let’s not put it to good use!
>>
>> (define-syntax λ
>> (syntax-rules ()
>> ((_ formals body ...)
>>(lambda formals body ...
>
> Can it be overridden?
Yes. In the end i
On Thu, 2009-09-10 at 17:33 +0200, Ludovic Courtès wrote:
> Do you think it would work to just leave `regexp.test' as it is in 1.8?
It would probably work, but, it offends my sense of aesthetics that the
names of the tests would be displayed in the wrong locale for the
terminal. I'm uploading ye
12 matches
Mail list logo