Search lua-l
This index contains 143,615 documents and
1,774,615 keywords. Last update on
2023-03-09 .
- 341. Re: Issues: Character 160 - Non-breaking space + Additional Issue with UTF-8 (score: 10)
- Author: Alysson Cunha <alyssonrpg@...>
- Date: Tue, 10 Jul 2018 19:23:05 -0300
- PS: The flag "???????" is the union of the following unicode code points: 1F3F4 E0067 E0062 E0065 E006E E0067 E007F A + ´ , (2 unicode code points) that **must** be presented as "Á" by text editors
- 342. Re: Issues: Character 160 - Non-breaking space + Additional Issue with UTF-8 (score: 10)
- Author: Alysson Cunha <alyssonrpg@...>
- Date: Tue, 10 Jul 2018 19:20:19 -0300
- there are 3 entities with unicode strings:: 1 - The bytes according to the encoding used (UTF-8, UTF-16 Big Endian, UTF-16 Little endian, UTF-32) 2 - The unicode code points - The union of one or mor
- 343. Re: Thoughts on {...} and tbl[nil] (score: 10)
- Author: Andrew Starks <andrew@...>
- Date: Tue, 12 Jun 2018 16:23:54 -0500
- On Mon, Jun 4, 2018 at 4:27 PM, nobody <nobody+lua-list@afra-berlin.de> wrote: On 2018-06-02 19:46, Andrew Gierth wrote: "Rodrigo" == Rodrigo Azevedo <rodrigoams@gmail.com> writes: Rodrigo> NIL_IN_
- 344. Re: OP_HALT is really useful (score: 10)
- Author: Dan Tull <dtull@...>
- Date: Tue, 29 May 2018 16:34:57 +0000
- Our profiler is fairly simple and I think I described it in another thread on this list a while back which inspired some "but Lua already handles that" responses which were partially but not complet
- 345. Re: [BUG] crash in Lua on table insertion (score: 10)
- Author: "szbnwer@..." <szbnwer@...>
- Date: Tue, 22 May 2018 18:17:41 +0200
- hi there! :) what about backporting bugfixes down to 5.2.x and 5.1.x? (i think 5.0 users are already very rare, but do whatever you want :D ) those are still widely used, and cuz lj (with mainly 5.1
- 346. Re: Torch on Lua / Ravi (score: 10)
- Author: "p. shkadzko" <p.shkadzko@...>
- Date: Sat, 12 May 2018 19:23:55 +0200
- Hi, thank you for your efforts to keep Torch up to date! I really appreciate it. At some point I was naively thinking of learning C in order to improve Torch. Please get in contact with Jean Senellar
- 347. Re: [ANN] Lua 5.4.0 (work1) now available (score: 10)
- Author: "Soni \"They/Them\" L." <fakedme@...>
- Date: Sat, 17 Mar 2018 08:06:19 -0300
- Every year or so the list has its recurrent discussion about the length operator and holes in sequences. Quite often, this discussion leads some people to propose that Lua needs an array type, diffe
- 348. Re: A proposal for the confusing pseudo table ? array concept (score: 10)
- Author: "szbnwer@..." <szbnwer@...>
- Date: Fri, 19 Jan 2018 19:50:48 +0100
- hi all! :) i think lua have the shortest learning curve of all the languages that im familiar with (except bf and whitespace :D however whenever youve done with learning of the language everything el
- 349. Re: lua_Debug in 5.4: add currentpc? (score: 10)
- Author: Dan Tull <dtull@...>
- Date: Tue, 9 Jan 2018 17:31:16 +0000
- Sure. I actually shared the details about breakpoints a few years ago: http://lua-users.org/lists/lua-l/2010-09/msg00585.html There were a couple of bugs in that patch that have since been fixed, bu
- 350. Re: Escaping spaces (score: 10)
- Author: nobody <nobody+lua-list@...>
- Date: Sun, 7 Jan 2018 10:36:31 +0100
- Isn't that just a tortuous way of coding something that Lua can do much more conveniently? print [[{ "hello": "world" }]] Not if CR-LF must not be normalized (e.g. binary data or fixed format like HT
- 351. Re: Update on GC performance (github version) (score: 10)
- Author: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 28 Nov 2017 10:32:09 -0200
- First, a small note: the last line in this script is not reliable. You are creating a lot of garbage there, with the collector freeing them at unknown points. A single "random" sample from that usag
- 352. Re: Patch Licensing Terms (score: 10)
- Author: Paige DePol <lual@...>
- Date: Mon, 27 Nov 2017 17:30:34 -0600
- I wish they'd fix some of the Xcode issues, it isn't a bad IDE but it could use some more polish... I even have a script to delete the Xcode cache and derived data folders as I have to do it so frequ
- 353. Re: Patch Licensing Terms (score: 10)
- Author: Coda Highland <chighland@...>
- Date: Mon, 27 Nov 2017 17:00:41 -0600
- Well, yes. Apple is a hardware company, not a software company, as the quality of many of their tools will attest. They make beautiful physical things and shiny up the digital side to match, but robu
- 354. Re: [PATCH] Loop Overflow Bug Fix (score: 10)
- Author: Coda Highland <chighland@...>
- Date: Mon, 20 Nov 2017 15:07:57 -0600
- I mean, from a technical perspective, it doesn't stop being 2s complement in the internal representation. But one of the things about dealing with 2s complement arithmetic is the concept of overflow
- 355. Re: [PATCH] Loop Overflow Bug Fix (score: 10)
- Author: Paige DePol <lual@...>
- Date: Sat, 18 Nov 2017 23:35:27 -0600
- I would consider it a bug... the issue is with the implementation. If you loop from math.maxinteger - 10 to math.maxinteger I would not expect Lua to enter into an infinite loop. The issue is simply
- 356. Re: Lua53 in the FreeBSD Ports Collection (score: 10)
- Author: Russell Haley <russ.haley@...>
- Date: Tue, 12 Sep 2017 08:24:23 -0700
- FYI, the FreeBSD half of the conversation is here: â??https://forums.freebsd.org/threads/62438/ Anyone using FreeBSD is encourage to jump on the thread and show support, even if it's just a 'Hi I lov
- 357. Re: Lua53 in the FreeBSD Ports Collection (score: 10)
- Author: Russell Haley <russ.haley@...>
- Date: Sun, 10 Sep 2017 22:54:37 -0700
- Ya, I need to look into this. I know freebsd uses Yarrow and that's supposed to be a good thing but the details leaked out my ear right after I read it. Priority numero uno. Do I apply the patches fr
- 358. Re: Lua53 in the FreeBSD Ports Collection (score: 10)
- Author: Marc Balmer <marc@...>
- Date: Sun, 10 Sep 2017 09:40:20 +0200
- Am 10.09.2017 um 08:44 schrieb Russell Haley <russ.haley@gmail.com>: Hi, I am going over the official FreeBSD Lua53 Ports collection files and wanted to share my thoughts. [groans from the audience]
- 359. Lua53 in the FreeBSD Ports Collection (score: 10)
- Author: Russell Haley <russ.haley@...>
- Date: Sat, 9 Sep 2017 23:44:46 -0700
- Hi, I am going over the official FreeBSD Lua53 Ports collection files and wanted to share my thoughts. [groans from the audience] These ports collections contain the files that are used to patch and
- 360. Re: Bug report : A weak table reuse a string key that already free (score: 10)
- Author: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 23 Aug 2017 12:22:51 -0300
- Not exactly. Any key with a nil value will remain in the table, even after collected. The special issue with long strings is that it is the only object that must be dereferenced to be compared, whic
Search by
Namazu v2.0.21