Reuben Thomas | 4 Sep 02:08
Favicon

[ANN] stdlib release 8

I'm happy to announce release 8 of stdlib, which features fixes and 
improvements to the set module; thanks to Jiutian Yanling for a bug report 
and suggestion which led to this work.

Get it from:

http://luaforge.net/projects/stdlib/

For those who have been counting, release 7, made a few minutes earlier, 
contained just a bug fix; release 8 fixes another bug and makes some 
improvements.

--

-- 
http://rrt.sc3d.org/ | habit, n.  a shackle for the free (Bierce)

Ignacio Burgueño | 4 Sep 14:17

Re: [ANN] stdlib release 8

Reuben Thomas wrote:
> I'm happy to announce release 8 of stdlib, which features fixes and 
> improvements to the set module; thanks to Jiutian Yanling for a bug 
> report and suggestion which led to this work.
> 
Hi Reuben. I wonder if the layout of the tar file could be changed a 
little in order to ease a bit the installation of stdlib as a rock 
(using LuaRocks [1])

Right now, I have:
stdlib
       |- modules
       |- utils
       AUTHORS
       Makefile
       README
       release-notes-6
       release-notes-7

It would be helpful if that instead were:
stdlib
       |- doc
       |- modules
       |- utils
       AUTHORS
       Makefile
       README
       release-notes-6
       release-notes-7

(Continue reading)


Gmane