Sorry about that - updated rockspecs for say and luassert; installs locally.

Also, my example should have said s = require "say.s", not require "say",
as you noted.

Once both of these are in and verified, I'm going to submit a 1.1 build of
busted as well.

Thanks!

Jack

On Mon, Aug 27, 2012 at 10:11 AM, Hisham <h...@hisham.hm> wrote:

> On Wed, Aug 22, 2012 at 6:12 PM, Jack Lawson <ajacksif...@gmail.com>
> wrote:
> > I have two new rocks for submission:
> >
> > Say, a key/value string store meant for internationalization:
> > https://raw.github.com/Olivine-Labs/say/master/say-1.0-1.rockspec
>
> ]luarocks build say-1.0-1.rockspec
> Error: Directory say-1.0 not found inside archive say-1.0.tar.gz
>
> This is easily fixable adding source.dir="say" to the rockspec. But
> there's another issue:
>
> > example:
> > s = require "say"
>
> You mention require "say", but you're installing a module called
> "say.s" -- am I missing something?
>
> > Luassert, extended asserts for lua:
> >
> https://raw.github.com/Olivine-Labs/luassert/master/luassert-1.0-1.rockspec
> > (pulled out of busted <http://olivinelabs.com/busted>)
> >
> > Examples for Luassert can be found in busted documentation. Depends on
> say
> > for internationalization of error messages.
>
> Same issue with source.dir, and I also noticed you're not installing a
> "root" luassert module. Is that intentional?
>
> -- Hisham
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Luarocks-developers mailing list
> Luarocks-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/luarocks-developers
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to