Re: [Luarocks-developers] Running a LuaRocks server

2019-01-31 Thread Hisham Muhammad
http:// is missing? :) On Thu, Jan 31, 2019, 13:55 Thijs Schreijer wrote: > I did this to create the server, which seems to work: > > $ mkdir luarocks-server > $ luarocks-admin make_manifest ./luarocks-server > $ cd luarocks-server > $ python -m SimpleHTTPServer 8000 > > Browsing to http://local

Re: [Luarocks-developers] Upgrading to LuaRocks 3

2018-09-16 Thread Hisham Muhammad
On Sat, 15 Sep 2018 at 22:28, Sean Conner wrote: > > It was thus said that the Great Hisham Muhammad once stated: > > Hi, > > > > Thank you for your reports and sorry about the bumpy road you're going > > through. > > > > On Sat, 15 Sep 2018 at 17

Re: [Luarocks-developers] Upgrading to LuaRocks 3

2018-09-15 Thread Hisham Muhammad
e it installed? And > this is *after* I set the variables.CURL. Now that is something we'll need to debug. Thank you so much for taking the time and sharing your experiences. Sorry about the inconveniences caused by the upgrade, but all feedback is welcome to help improving the tool. -- Hisham ___ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Re: [Luarocks-developers] supporting Lua 5.1 and 5.2 simultaneously

2017-07-11 Thread Hisham
On 11 July 2017 at 04:22, Ildar Mulyukov wrote: > Hi, Hisham, ppl, > Revitalizing this thread. > What I see in current luarocks is quite contradictory: > 1. luarocks built with configure&make creates just one file `config-x.x.lua` > according to the current lua interpreter (e

Re: [Luarocks-developers] [ANN] LuaRocks 2.4.2

2016-12-01 Thread Hisham
On 1 December 2016 at 04:03, Sean Conner wrote: > It was thus said that the Great Hisham once stated: >> Hello, list! >> >> I'm happy to announce LuaRocks 2.4.2. LuaRocks is the Lua package >> manager. (For more information, please visit http://luarocks.org ) &g

Re: [Luarocks-developers] [ANN] LuaRocks 2.4.2

2016-12-01 Thread Hisham
On 1 December 2016 at 02:25, Deepak Jois wrote: > On Wed, Nov 30, 2016 at 8:30 PM, Hisham wrote: >> >> Those of you on Unix who are running LuaRocks as a rock (i.e. those >> who previously installed using `make bootstrap`) can install it using: >> >>lu

[Luarocks-developers] [ANN] LuaRocks 2.4.2

2016-11-30 Thread Hisham
s by Peter Melnichenko, Robert Karasek and myself. As always, all kinds of feedback is greatly appreciated. Thank you, enjoy! -- Hisham -- ___ Luarocks-developers mailing lis

Re: [Luarocks-developers] advice and assistance lsqlite3 for Windows

2016-11-14 Thread Hisham
On 13 November 2016 at 20:04, Doug Currie wrote: > On Sun, Nov 13, 2016 at 4:23 PM, Philipp Janda wrote: >> * You should pick either the MIT *or* the MIT/X11 license. Currently the >> rockspec says MIT/X11, but the documentation/wiki shows the MIT (/Expat) >> license. > > I was misled by this sta

Re: [Luarocks-developers] Are there any plans for signing LuaRocks releases?

2016-10-31 Thread Hisham
On 31 October 2016 at 18:32, Adrián Pérez de Castro wrote: > Quoting Hisham (2016-10-26 22:57:04) >> >> On Oct 22, 2016 4:37 PM, "Adrián Pérez de Castro" >> >> wrote: >> >> > > > I have an idea [1] a possible workaround when us

Re: [Luarocks-developers] Are there any plans for signing LuaRocks releases?

2016-10-26 Thread Hisham
> thing that releases would be provided with an accompanying PGP >> > > > signature. This would be as easy as running: >> > > > >> > > >% gpg --detach-sign --armor luarocks-X.Y.Z.tar.gz I tried running this but got

Re: [Luarocks-developers] Are there any plans for signing LuaRocks releases?

2016-10-23 Thread Hisham
ing PGP > > > signature. This would be as easy as running: > > > > > >% gpg --detach-sign --armor luarocks-X.Y.Z.tar.gz > > > > > > and including the generated “luarocks-X.Y.Z.tar.gz.asc” file in the > > > releases download page. In order

Re: [Luarocks-developers] [ANN] LuaRocks 2.4.0

2016-09-12 Thread Hisham
On 8 September 2016 at 16:03, Jack Lawson wrote: > Congrats on the release! Looking forward to git fetch, and excited about the > test suite! Thank you! And thanks for Busted! :-D -- Hisham -- What NetFlow Analyz

[Luarocks-developers] Gitter chat

2016-09-11 Thread Hisham
Hi everyone! We now have a Gitter chat room: https://gitter.im/keplerproject/luarocks See you there! -- Hisham -- ___ Luarocks-developers mailing list Luarocks-developers

[Luarocks-developers] [ANN] LuaRocks 2.4.0

2016-09-08 Thread Hisham
server is maintained by Leaf Corcoran. We thank everyone who sent comments, submitted bug reports and contributed rockspecs to the repository! As always, all kinds of feedback is greatly appreciated. Thank you, enjoy!

Re: [Luarocks-developers] really old versions appear in search

2016-09-08 Thread Hisham
ersion (as shown below)... Looks like the rockspec is indicating loverocks supports only Lua 5.1; when I try `luarocks search loverocks` using Lua 5.3, I'm currently getting no results. (Versions 0.0.1 and 0.0.2 have since been "archived" at luarocks.org (taken

Re: [Luarocks-developers] rockspec for SimpleITK

2016-08-02 Thread Hisham
cessary libraries statically? If it doesn't, it would be more advisable to have the rockspec build only the Lua module and specify any other dependencies of the library as external_dependencies. -- Hisham -- ___

Re: [Luarocks-developers] About lsqlite3

2016-07-10 Thread Hisham
heck luafilesystem" I get: > > LuaFileSystem 1.6.3-2File System Library for the Lua language. > > And something more. > > When I run "luarocks check luasocket" I get: > > LuaSocket 3.0rc1-2 Network support for th

Re: [Luarocks-developers] Manifest question

2016-06-13 Thread Hisham
hen you're the first uploader of a rock name, this flag is on by default; when you're not, the flag is off (and can't be set). So, tieske/version got the flag on, and Mashape/version got the flag off. Now that the name is available, you should be ab

Re: [Luarocks-developers] LuaRocks 2.0.8 bug

2016-05-16 Thread Hisham
On 13 May 2016 at 05:41, Himanshu B. Dave wrote: > sudo luarocks install rpi-gpio > > Error: LuaRocks 2.0.8 bug (please report at > luarocks-developers@lists.sourceforge.net). Hi! LuaRocks 2.0.8 is really outdated! Please visit luarocks.org and upgrade to the latest version. Thanks

Re: [Luarocks-developers] Streamlining the rockspec format for LuaRocks 3

2016-05-16 Thread Hisham
On 13 May 2016 at 12:35, Nagaev Boris wrote: > On Fri, May 13, 2016 at 2:57 PM, Philipp Janda wrote: >> Am 12.05.2016 um 22:09 schröbte Hisham: >>> >>> Waiting for your feedback, >>> Hisham >>> >>> Streamlining the rockspec format >>>

Re: [Luarocks-developers] Streamlining the rockspec format for LuaRocks 3

2016-05-16 Thread Hisham
On 13 May 2016 at 11:57, Philipp Janda wrote: > Am 12.05.2016 um 22:09 schröbte Hisham: >> >> Waiting for your feedback, >> Hisham >> >> Streamlining the rockspec format >> >> >> if build.type is not given,

Re: [Luarocks-developers] Streamlining the rockspec format for LuaRocks 3

2016-05-12 Thread Hisham
On 12 May 2016 at 19:39, Peter Billam wrote: > Greetings all, > > Hisham wrote: >> This is a document I wrote with a bunch of ideas on how to >> change the rockspec format to reduce the amount of tedious >> writing, make it less error-prone, improve portability

[Luarocks-developers] Streamlining the rockspec format for LuaRocks 3

2016-05-12 Thread Hisham
. This is by no means a full list of possible changes. I took a pretty big rockspec as a testing ground: LuaSec, with the aim of making it as short as possible. The one attached is what I came up with, and the document below are the changes inspired by it. Waiting for your feedback, Hisham

Re: [Luarocks-developers] [ANN] bencode-2.2.0

2016-04-18 Thread Hisham
On 16 April 2016 at 18:38, Moritz Wilhelmy wrote: > On Sat, Apr 16, 2016 at 17:21:15 -0300, Hisham wrote: >> On 16 April 2016 at 15:13, Moritz Wilhelmy wrote: >> > To the luarocks maintainers: Would you please include the current >> > rockspec? I signed up for a luaro

Re: [Luarocks-developers] [ANN] bencode-2.2.0

2016-04-16 Thread Hisham
've already transferred all old versions to your account, so things should now be okay! Are there any other modules of yours that should also be transferred to your account? Thanks for contributing! -- Hisham -- Find an

Re: [Luarocks-developers] "Quick Start" for Windows?

2016-03-23 Thread Hisham
On 22 March 2016 at 16:35, Stefano wrote: > On 21 March 2016 at 20:56, Hisham wrote: >> On 21 March 2016 at 16:40, Stefano wrote: >> > On 20 March 2016 at 02:44, Hisham wrote: >> It is possible to detect all these non-real-conflict cases >> mechanically: for every

Re: [Luarocks-developers] "Quick Start" for Windows?

2016-03-21 Thread Hisham
On 21 March 2016 at 16:40, Stefano wrote: > On 20 March 2016 at 02:44, Hisham wrote: >> >> Hi Stefano, thanks for chiming in! >> >> Your work on ULua is awesome (really polished website, and I >> definitely appreciate the work that must have gone in settin

Re: [Luarocks-developers] "Quick Start" for Windows?

2016-03-19 Thread Hisham
very non-Windows as Windows is basically a >> > binary distribution platform. >> > >> > I see. I wonder if we could ever do something about that, but I believe >> > we >> > just don't have the resources to provide binary packages. I don't

Re: [Luarocks-developers] "Quick Start" for Windows?

2016-03-19 Thread Hisham
On 15 March 2016 at 10:45, Thijs Schreijer wrote: > >> -Oorspronkelijk bericht- >> Van: Hisham [mailto:h...@hisham.hm] >> Verzonden: Tuesday, 15 March, 2016 1:00 >> Aan: LuaRocks developers list >> Onderwerp: [Luarocks-developers] "Quick Start" f

[Luarocks-developers] "Quick Start" for Windows?

2016-03-14 Thread Hisham
f a website that includes something like this for Windows is the Chocolatey package manager: https://chocolatey.org/ Do you think that we could have less confusion about the default setup if we put some kind of instruct

Re: [Luarocks-developers] Problems with Luarocks under cygwin

2016-02-29 Thread Hisham
On 28 February 2016 at 05:22, Axel Kowald wrote: > Hello Hisham, > >> Do you have the `unzip` program installed in your Cygwin install? This >> could be the cause of the failure to unpack. > > ah, indeed, there was no unzip :-( > Installation works now fine. Sorry for

Re: [Luarocks-developers] Problems with Luarocks under cygwin

2016-02-27 Thread Hisham
markdown-0.33-1.src.rock... switching to 'build' mode > Error: Failed unpacking rock file: /c/myTmp/markdown-0.33-1.src.rock > --- > > So, that's it. I have no idea what could be wrong :-( Do you have the `unzip` program installed in your Cygwin install? T

Re: [Luarocks-developers] Claiming Rocks

2016-02-02 Thread Hisham
On 3 February 2016 at 01:40, Aaron B. wrote: > > Hello: > > Can someone please transfer the following rocks to my account, 'sparked435', > for an impending release? > > luadbi > luadbi-postgresql > luadbi-sqlite3 > luadbi-mysq

Re: [Luarocks-developers] Using LuaRocks to install packages anywhere

2016-01-28 Thread Hisham
directory: > > http://leafo.net/guides/customizing-the-luarocks-tree.html This is excellent for two reasons: one, for directing people on how to get things done, and two, for allowing us to take a look at it and criticize the current process. What could we chan

Re: [Luarocks-developers] Promote jjandresson/lcurses to root manifest please?

2016-01-27 Thread Hisham
Done, thank you! -- Hisham On 27 January 2016 at 09:31, Jon Andresson wrote: > Hi, > > A few weeks ago I merged improvements to the bundled lcurses inside luaposix > back to Reuben Thomas last lcurses code, in preparation for the upcoming > luaposix release with lcurses sepa

[Luarocks-developers] [ANN] LuaRocks 2.3.0

2016-01-09 Thread Hisham
rs mailing list during our "release candidate" series. This release is exactly the same code as 2.3.0-rc2. As always, all kinds of feedback is greatly appreciated. Thank you, enjoy! -- Hisham http://hisham.hm/

[Luarocks-developers] [ANN] LuaRocks 2.3.0-rc2

2015-12-29 Thread Hisham
! -- Hisham -- ___ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Re: [Luarocks-developers] Working with rocks that aren't on a rock server

2015-12-21 Thread Hisham
irectory. > This would probably be a welcome addition to LuaRocks3 > (unfortunately the change isn't backwards compatible) Yes, this is the kind of feature that would be most welcome in LR3. -- Hisham -- ___

[Luarocks-developers] [ANN] LuaRocks 2.2.3-rc2

2015-12-06 Thread Hisham
ntained by Leaf Corcoran. We thank everyone who sent comments, submitted bug reports and contributed rockspecs to the repository! As always, all kinds of feedback is greatly appreciated. Thank you, enjoy! -- Hisham -- Go fr

Re: [Luarocks-developers] [ANN] LuaRocks 2.2.3-rc1

2015-12-06 Thread Hisham
changes are in the Windows installer. Perhaps it's a good idea, to call to the users' attention that the layout has changed? -- Hisham -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your

Re: [Luarocks-developers] [ANN] LuaRocks 2.2.3-rc1

2015-12-06 Thread Hisham
On 6 December 2015 at 15:56, François Perrad wrote: > 2015-12-06 17:24 GMT+01:00 Hisham : >> On 6 December 2015 at 13:38, François Perrad >> wrote: >>> On Ubuntu, the following commands work fine with LuaRocks 2.2.2, but >>> not with this rc >>> >>

Re: [Luarocks-developers] [ANN] LuaRocks 2.2.3-rc1

2015-12-06 Thread Hisham
re: /usr/bin/lua5.1 and /usr/bin/lua5.2 are the correct paths for the interpreter? It's strange that the `[ -x "$LUA_BINDIR/lua$LUA_SUFFIX" ]` failed. What does the following output in your system? /bin/sh -c '[ -x /usr/bin/lua5.1 ] && echo yes || echo no' Thank

[Luarocks-developers] [ANN] LuaRocks 2.2.3-rc1

2015-12-05 Thread Hisham
Hello LuaRockers! We are just about ready to release LuaRocks 2.2.3, so I'd like to give the luarocks-developers list a quick preview before we make a more widespread announcement on lua-l, so here is a release candidate: http://luarocks.org/releases/luarocks-2.2.3-rc1.tar.gz http://luarocks.org/

[Luarocks-developers] lib_modules_path and multiarch Linux distros

2015-11-29 Thread Hisham
distro? Thanks, -- Hisham -- ___ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Re: [Luarocks-developers] On loading and running luarocks from a lua5.1 REPL

2015-11-21 Thread Hisham
module-local variables, so it is not designed to run as a library. > One thing that I find very frustrating about luarocks is that I've > never managed to learn how to run it more verbosely... Did you try the --verbose flag? :) It seems to do wh

[Luarocks-developers] Lua DevRoom at FOSDEM 2016 - Call for Presentations

2015-11-01 Thread Hisham
you have any questions, you can contact the devroom organizers by email: Hisham Muhammad : h [at] hisham [dot] hm Pierre Chapuis : catwell [at] archlinux [dot] us Important dates summary: Submission deadline: 1st December 2015 Acceptance notifications: 8th December 2015 Final sc

[Luarocks-developers] Fwd: Re-revised CFP

2015-11-01 Thread Hisham
you have any questions, you can contact the devroom organizers by email: Hisham Muhammad : h [at] hisham [dot] hm Pierre Chapuis : catwell [at] archlinux [dot] us Important dates summary: Submission deadline: 1st December 2015 Acceptance notifications: 8th December 2015 Final sc

Re: [Luarocks-developers] Delivering rocks as OS packages?

2015-10-05 Thread Hisham
On 5 October 2015 at 13:48, Eric Sproul wrote: > Hello Hisham, > Thanks for answering my questions, this is all helpful info. > Followups in-line below. > > On Sat, Oct 3, 2015 at 2:37 PM, Hisham wrote: >> On 2 October 2015 at 15:07, Eric Sproul wrote: >>> What

Re: [Luarocks-developers] Delivering rocks as OS packages?

2015-10-03 Thread Hisham
are the Debian packages, using a methodology which predates LuaRocks. Homebrew, for Mac OSX, for instance, currently bundles LuaRocks with their Lua package, AFAIK. -- Hisham -- ___ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Re: [Luarocks-developers] Distributing man pages

2015-08-19 Thread Hisham
ndboxed. (The rationale was that LR is cross platform and there are no manpages on Windows.) You can ship it using copy_directories, but they'll end up somewhere like /usr/local/lib/luarocks/rocks-5.3/your-module/1.0-1/man/ -- Hisham ---

Re: [Luarocks-developers] Locating SDL2 Headers

2015-08-18 Thread Hisham
'm afraid your already aware of the full extent of customizability that LuaRocks currently offers for these situations... Isn't "typical Linux" typical enough? Maybe Ignacio's suggestion of handling Windows and OSX separately would work well... In any case, thank you for the

Re: [Luarocks-developers] Orbit v2.2.3 Release Help Uploading Rockspec

2015-07-21 Thread Hisham
Did you try to ping @mascarenhas directly about it? On 20 July 2015 at 10:42, Ryan Pusztai wrote: > Hi, > > I worked on a release of Orbit and now I want to publish it on LuaRocks root > repo, but it won't allow me to because I am not the owner. I am a developer > of the project on GitHub. > > I

Re: [Luarocks-developers] Claiming my rocks

2015-06-30 Thread Hisham
re: > > - lunary > - lunary-core > - lunary-optim > - luse > - flu > - prtr-dump > - prtr-path > - prtr-test All transfered! Enjoy! -- Hisham -- Don't Limit Your Business. Reach fo

Re: [Luarocks-developers] Enabling webhook for waffle.io

2015-06-30 Thread Hisham
ake a look at this and see if it is worth enabling? > (Note: it still works without enabling hooks, it just won't update in (soft) > real time so it's no problem if you prefer not to). I believe I enabled it! Let me know if you need

Re: [Luarocks-developers] Lbci rock

2015-06-29 Thread Hisham
Done! On 29 June 2015 at 15:02, Philipp Janda wrote: > Hi! > > I would like to make a new rock for lhf's lbci library. May I have the > lbci module ownership be transfered from the "luarocks" account to my > account ("siffiejoe"), please? > > Thx, > Philipp > > > > ---

Re: [Luarocks-developers] Accessing the Lua version inside a rock

2015-06-10 Thread Hisham
On 10 June 2015 at 14:44, Dimitris Papavasiliou wrote: > On 06/10/2015 06:10 PM, Hisham wrote: >> Your pull request can't be merged immediately in the current tree >> because it breaks compatibility (ie, this rock would break for users >> of older LuaRocks versions)

Re: [Luarocks-developers] Accessing the Lua version inside a rock

2015-06-10 Thread Hisham
In any case, as I've said your method works so I'll probably be going > that way if my pull request isn't merged. Your pull request can't be merged immediately in the current tree because it breaks compatibility (ie, this rock would break for users of older LuaRocks versions),

Re: [Luarocks-developers] Use an environment variable inside the config-5.1.lua

2015-06-09 Thread Hisham
ame tennant $ ls ~/.luarocks config-tennant.lua config-smith.lua config-capaldi.lua $ echo 'export LUAROCKS_CONFIG=$HOME/.luarocks/config-$(hostname).lua' >> ~/.bashrc If you have tons of boxes, you could even make your .bashrc generate the appropriate config file based on a templ

Re: [Luarocks-developers] Help with a luarocks/datafile discrepancy

2015-06-09 Thread Hisham
If it does, I'll make a new release. Thanks! On 9 June 2015 at 12:37, Hisham wrote: > The problem seems to be that in the second machine datafile is not > producing the right path. It is producing > '/home/<>/.luarocks/share/lua/5.1/loverocks/templates/love9' but not

Re: [Luarocks-developers] Help with a luarocks/datafile discrepancy

2015-06-09 Thread Hisham
The problem seems to be that in the second machine datafile is not producing the right path. It is producing '/home/<>/.luarocks/share/lua/5.1/loverocks/templates/love9' but not '/home/<>/.luarocks/share/lua/5.1/loverocks/0.0.3-1/templates/love9'. We recently modified datafile to make it stop goin

Re: [Luarocks-developers] Building and installing executable binaries that depend on Lua libraries

2015-06-08 Thread Hisham
ng but, given the complexity and the > headache I imagine getting this to work for everyone will be, I'm > starting to rethink this script-based solution. I think I'll give it a > go first. Sounds like a plan! If you need any assistance, hit us up here! -- Hisham ---

Re: [Luarocks-developers] Building and installing executable binaries that depend on Lua libraries

2015-06-03 Thread Hisham
r to provide it also as a Lua script that requires the module? For the end user, experience would be the same, since they would simply end up with a script in their $PATH and wouldn't care if it internally launches lua or if it's a binary. -- Hisham

Re: [Luarocks-developers] [ANN] LuaRocks 2.2.2

2015-06-01 Thread Hisham
On 24 April 2015 at 23:21, Choonster TheMage wrote: > On 25 April 2015 at 05:34, Hisham wrote: >> Hello list! >> >> In the name of the LuaRocks development team, I'm happy to announce >> LuaRocks 2.2.2. LuaRocks is a package management system for Lua >>

Re: [Luarocks-developers] luarocks.org currently down

2015-05-29 Thread Hisham
tribute malware). Both itch.io and luarocks.org are administered by Leaf. -- Hisham -- ___ Luarocks-developers mailing list Luarocks-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Re: [Luarocks-developers] lbase64 fails with 5.3

2015-05-22 Thread Hisham
On 22 May 2015 at 11:11, Ignacio Burgueño wrote: > If people is ok with it, I can take maintainer duties for this rockspec as > well. If you want, send me the updated rockspec (don't worry about > versioning, I'll sort that out). Done, moved over

Re: [Luarocks-developers] lbase64 fails with 5.3

2015-05-22 Thread Hisham
On May 21, 2015 2:48 AM, "Daurnimator" wrote: > > On 21 May 2015 at 15:10, Hisham wrote: > > > > On May 20, 2015 11:59 PM, "Daurnimator" wrote: > >> > >> On 19 May 2015 at 22:26, Luiz Henrique de Figueiredo > >> wrote: > >

Re: [Luarocks-developers] lbase64 fails with 5.3

2015-05-20 Thread Hisham
WARN= -ansi -pedantic -Wall -Wextra > > --- > >> WARN= -Wall -Wextra > > As "slayer beast" (darkstalker) noted, luarocks is using an old > lbase64 release (from 20100323). > It appears that this release was incorrectly published as compatible > with '>

Re: [Luarocks-developers] New rockspec for lmathx

2015-05-06 Thread Hisham
On 6 May 2015 at 11:24, Ignacio Burgueño wrote: > Ok, good. > > IIRC you have a script to automate the release of lhf modules? I did for a while, but the script is outdated now. It follows attached, parts of it may still be useful. -- Hisham lhf-updater Description: Bi

Re: [Luarocks-developers] New rockspec for lmathx

2015-05-06 Thread Hisham
On 6 May 2015 at 10:30, Ignacio Burgueño wrote: > As announced here: > http://permalink.gmane.org/gmane.comp.lang.lua.general/116637 > > there is a new version of lmathx for Lua 5.3 > > Attached is an updated rockspec. > > Hisham, do you mind uploading it? No problem — I

[Luarocks-developers] [ANN] LuaRocks 2.2.2

2015-04-24 Thread Hisham
er, John Szakmeister, Xpol Wan and Peter Melnichenko. The new luarocks.org server is maintained by Leaf Corcoran. We thank everyone who sent comments, submitted bug reports and contributed rockspecs to the repository! As always, all kind of feedback is greatly appreciated. Thank you, enjoy!

Re: [Luarocks-developers] lgdbm also works with 5.3 ...

2015-04-19 Thread Hisham
On 18 April 2015 at 06:10, Peter Billam wrote: > Greetings. Hisham wrote: >> I can hand over the ownership of lgdbm in the repository to you, >> if you want to maintain the rockspec. I believe I wrote the >> rockspecs for many of lhf's libraries early on, but I

[Luarocks-developers] MoonRocks → LuaRocks.org transition complete!

2015-04-18 Thread Hisham
aintaining MoonRocks. As I said on Twitter, MoonRocks took the LuaRocks community to a next level! Cheers! -- Hisham -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with

Re: [Luarocks-developers] lgdbm also works with 5.3 ...

2015-04-17 Thread Hisham
s libraries early on, but I have no desire to keep maintaining them all — if you're using the library, perhaps it would be a good idea to take over the rockspec ('cause I don't think lhf himself will; at least I've never seen any movement from his part towards supporting LuaRocks

Re: [Luarocks-developers] Please transfer ownership of validate.args module to djerius

2015-04-06 Thread Hisham
Done! On 6 April 2015 at 16:05, Diab Jerius wrote: > Hi, > > Please transfer ownership of the validate.args module to djerius. > Although the rockspec doesn't specify a maintainer field, source.url > points at my bitbucket account. > > Thanks, > > Diab > >

Re: [Luarocks-developers] uploading rock

2015-04-06 Thread Hisham
ed with your upload, but I just tried packing your rockspec here and uploaded the .src.rock to your account (via my admin superpowers) and it uploaded correctly. So, you should be all set now. If you have trouble uploading the .src.rock file

Re: [Luarocks-developers] Please transfer ownership of luaxml module on rocks.moonscript.org

2015-04-04 Thread Hisham
Done, thanks! -- Hisham On 3 April 2015 at 11:41, Diab Jerius wrote: > Hi, > > The luaxml module on luarocks is owned by luarocks since the move to > moonscript.org. > > I've created an account on rocks.moonscript.org (djerius) and have > uploaded newer versions o

Re: [Luarocks-developers] making rockspecs for luapower modules

2015-03-31 Thread Hisham
ade from that repository, made based on the r2 tag. > And lastly, about rocks vs rockspecs. Are rocks needed here at all, > given that everything is on github, even the binaries? Rockspecs that don't actually build and only fetch binaries are a strange beast, we haven't had those ye

Re: [Luarocks-developers] LuaRocks in LabLua's Google Summer of Code 2015

2015-03-27 Thread Hisham
at be at LabLua will allocate a slot to the LuaRocks project. -- Hisham On Mar 27, 2015 12:05 PM, "Ignacio Burgueño" wrote: > Any news on this?​ > > > -- > Dive into the World of Parallel Programm

Re: [Luarocks-developers] Skip installed rocks.

2015-03-25 Thread Hisham
ng the default behavior? * User expectations: how do other PMs work in this regard? * What else am I missing? Pull requests implementing your favorite option go a long way towards lobbying for it too. :) -- Hisham -- Dive into the W

Re: [Luarocks-developers] luacov-coveralls integration in testing.sh

2015-03-25 Thread Hisham
ner mind) I think I realized what was going on. -- Hisham -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for al

[Luarocks-developers] luacov-coveralls integration in testing.sh

2015-03-25 Thread Hisham
s any idea why it is failing, help is greatly appreciated! -- Hisham -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your h

[Luarocks-developers] Interesting stats

2015-03-23 Thread Hisham
ing to see "Installation instructions for Windows" and "Installation instructions for Unix" with such close numbers, with the Windows instructions slightly ahead. -- Hisham -- Dive into the World of Parall

Re: [Luarocks-developers] Trouble upgrading to LuaRocks 2.2.0-2

2015-03-17 Thread Hisham
Strange... change `local VER` to `version`. On Mar 18, 2015 1:49 AM, "Sean Conner" wrote: > It was thus said that the Great Hisham once stated: > > > > I'm not sure what all is involved, but if it's too hard and I'm the > > only >

Re: [Luarocks-developers] Trouble upgrading to LuaRocks 2.2.0-2

2015-03-17 Thread Hisham
On Mar 18, 2015 1:30 AM, "Sean Conner" wrote: > > It was thus said that the Great Sean Conner once stated: > > It was thus said that the Great Hisham once stated: > > > On 17 March 2015 at 18:28, Sean Conner wrote: > > > > It was thus

Re: [Luarocks-developers] Trouble upgrading to LuaRocks 2.2.0-2

2015-03-17 Thread Hisham
t;> to nuke *just about everything* > > Blah blah blah [snip] > > Okay, I think I see the problem here. > > I have the latest verion via git: > > [spc]lucy:~/apps/luarocks>git log > commit 650c8ae9e8096bbb8f70ad8e0764e91d47dfae86 > Author: Hisham Muhammad

[Luarocks-developers] [ANN] LuaRocks 2.2.1

2015-03-17 Thread Hisham
d. Thank you, enjoy! -- Hisham http://hisham.hm/ -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all thin

Re: [Luarocks-developers] Claiming modules based on Github account

2015-03-13 Thread Hisham
gt; The only ones remaining that I wish to own: >stringio >lake >winapi >microlight > > Is there any automated way of filtering, or must I ask Leaf directly? Not sure if there's automated filtering, but I just transf

[Luarocks-developers] LuaRocks in LabLua's Google Summer of Code 2015

2015-03-04 Thread Hisham
ions for students open on March 16, but the earlier you get in touch with us, the better! Cheers, -- Hisham http://luarocks.org -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and

Re: [Luarocks-developers] Bug in luarocks-admin help path

2015-03-04 Thread Hisham
Bug fixed! Thanks! -- Hisham On 27 February 2015 at 11:29, Игорь, Сальников wrote: > Arch linux Linux machine 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET > 2015 x86_64 GNU/Linux > > # luarocks-admin help path > > Error: LuaRocks 2.2.0 bug (please report at >

Re: [Luarocks-developers] LuaLogging 1.3.0-1 fails to unpack

2015-03-02 Thread Hisham
3.0-1.src.rock > I also tried it both with and without installed luazip. > Is there any news on this issue? I could not reproduce the issue here — just installed lualogging on Lua 5.1 with LuaRocks here. Could you run it with --verbose and s

Re: [Luarocks-developers] Luarocks doesn't check that build.modules exists before it tries to use it

2015-02-25 Thread Hisham
On 25 February 2015 at 21:12, Geoff Leyland wrote: >> On 26/02/2015, at 9:42 am, Hisham wrote: >> >> Thank you for the bug report! I filed it in the tracker. > > Whoops! Sorry, I should have done that myself. No, it was my fault for giving outdated instructions; jus

Re: [Luarocks-developers] new LuaRocks.org + docs question

2015-02-25 Thread Hisham
On 24 February 2015 at 08:12, Peter Billam wrote: > Greetings again. Hisham wrote: >> but this is a completely different thing: you're referring to >> the repository search, I was referring about the documentation >> material on LuaRocks itself. > > True; I s

Re: [Luarocks-developers] Luarocks doesn't check that build.modules exists before it tries to use it

2015-02-25 Thread Hisham
racker. -- Hisham -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from

Re: [Luarocks-developers] new LuaRocks.org + docs question

2015-02-23 Thread Hisham
e itself is open at https://github.com/leafo/moonrocks-site If anyone wants to help with improvements to search, etc, I'm sure Leaf will appreciate pull requests :) -- Hisham -- Download BIRT iHub F-Type - The Free En

Re: [Luarocks-developers] new LuaRocks.org + docs question

2015-02-22 Thread Hisham
gt; Are there plans to fix this? I see this is a vital issue for people to use > luarocks. The docs are in Github now, it's easy to fetch the whole thing now. Contributions on how to better present them are welcome! -- Hisham --

Re: [Luarocks-developers] lsqlite3 and homebrew

2015-02-19 Thread Hisham
oonscript.org/manifests/dougcurrie/lsqlite3-0.9.3-0.rockspec it has SQLITE as an external_dependency. This means you can do the following: luarocks install lsqlite SQLITE_LIBDIR=/usr/local/opt/sqlite/lib/ or even luarocks install lsqlite SQLITE_DIR=/usr/local/opt/sqlite/ to make sure it picks the matc

Re: [Luarocks-developers] new LuaRocks.org + docs question

2015-02-13 Thread Hisham
ve the luarocks.org site/docs as a wiki. In spite of having to deal with spam occasionally, there were quite a few occasions where users contributed significant docs. Perhaps having it in a way that makes it easy for people to send pull requests it could work just as well. -- Hisham ---

Re: [Luarocks-developers] luasocket rockspec update

2015-02-13 Thread Hisham
Done, thanks! -- Hisham On 9 February 2015 at 16:21, Philipp Janda wrote: > Hi! > > Could someone with access to the `luarocks` user on Moonrocks please upload > this updated rockspec for luasocket? It adds the `LUA_COMPAT_APIINTCASTS` > define which at the moment is needed f

[Luarocks-developers] new LuaRocks.org + docs question

2015-02-09 Thread Hisham
are appreciated. -- Hisham [1] https://github.com/yuri/sputnik/tree/master/sputnik-medialike -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Sla

Re: [Luarocks-developers] Luiz's libraries and Lua versions

2015-02-09 Thread Hisham
s. > > What would be the best way to fix this situation? Sometimes they have different release dates, so I made separate versions that were "lua ~> 5.1" and "lua ~> 5.2". When they were released at the same date, I used "yyymmdd.51" and "yyym

  1   2   3   4   5   6   7   8   9   10   >