[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luerl
- From: Miles Bader <miles@...>
- Date: Thu, 23 Feb 2012 14:52:57 +0900
Henning Diedrich <hd2010@eonblast.com> writes:
>>> One example of this is utf8 validity. assert_utf8(s) really wants to
>>> privately decorate s with s::utf8.is_valid. As it happens there are
>>> some reserved bits left in Lua string internals so this is one of
>>> those rare cases of a cooperative v(ictim).
>>
>> ... except that "is valid utf8" is probably not a sufficiently important
>> or useful concept to warrant using rare reserved bits for...
>>
>> -miles
>
> I find this bifurcating, the only way to figure the intent of the poster,
> (ironic | serious) is by looking up the history of his postings.
>
> Of course one should think for oneself. But there is no way to
> "follow" the conversation here sometimes ...
I'm sorry, I don't understand what you wrote. Are you complaining
about thread drift?
Yeah, that happens a lot...
-miles
--
Bacchus, n. A convenient deity invented by the ancients as an excuse for
getting drunk.
- References:
- why not add any static objects into lua_State? Was: Re: issue following array example in pil chapter 28.2, Xavier Wang
- Re: why not add any static objects into lua_State? Was: Re: issue following array example in pil chapter 28.2, Roberto Ierusalimschy
- Luerl, Henning Diedrich
- Re: Luerl, Axel Kittenberger
- Re: Luerl, Jay Carlson
- Re: Luerl, Alex Queiroz
- Re: Luerl, Mark Hamburg
- Re: Luerl, Axel Kittenberger
- Re: Luerl, Jay Carlson
- Re: Luerl, Jay Carlson
- Re: Luerl, Miles Bader
- Re: Luerl, Henning Diedrich