Re: lodash

2015-12-07 Thread Zuzana Svetlikova
Do I understand it correctly, that whenever I'll need a lodash.something dependency, I'll just need to require lodash package? - Original Message - From: "Tom Hughes" <t...@compton.nu> To: "Node.js on Fedora" <nodejs@lists.fedoraproject.org> Sent: Sun

Re: lodash

2015-12-06 Thread Tom Hughes
On 06/12/15 13:52, Jamie Nguyen wrote: On 05/12/15 07:50, Tom Hughes wrote: I've knocked up a prototype now: https://tomh.fedorapeople.org/lodash.spec https://tomh.fedorapeople.org/lodash-3.10.1-1.fc23.src.rpm The precise details are slightly different than I described because I

Re: lodash

2015-12-05 Thread Jared K. Smith
On Sat, Dec 5, 2015 at 2:50 AM, Tom Hughes <t...@compton.nu> wrote: > So this has now become rather more urgent because Jared uploaded a new > version of nodejs-argparse last night requires lodash 3 and, judging by the > test failures, it really does need it and can't be fixdeped.

Re: lodash

2015-12-04 Thread Tom Hughes
w: https://tomh.fedorapeople.org/lodash.spec https://tomh.fedorapeople.org/lodash-3.10.1-1.fc23.src.rpm The precise details are slightly different than I described because I was looking at the current head not the 3.10.1 release when I wrote that. So this has now become rather more urgent because Jared up

Re: lodash-node

2014-08-15 Thread Tom Hughes
On 14/08/14 22:41, T.C. Hollingsworth wrote: On Tue, Aug 5, 2014 at 11:35 AM, Tom Hughes t...@compton.nu wrote: What do people think about this approach? Looks nice. I was having nightmares about texlive.spec but your lua magic here is much nicer and easier to see what's going on.

Re: lodash-node

2014-04-22 Thread Jamie Nguyen
On 22/04/14 17:39, Tom Hughes wrote: On 17/04/14 19:02, Jamie Nguyen wrote: The lodash-node module can be re-built by doing this: $ lodash modularize compat -o compat $ lodash modularize underscore -o underscore $ lodash modularize modern -o modern So you'll probably need

Re: lodash-node

2014-04-17 Thread Jamie Nguyen
On 16/04/14 16:35, Tom Hughes wrote: I have an existing package that has a new version with a dependency on lodash-node so I was trying to package it but ran into the question of exactly what it is and how to deal with it... We have lodash packaged already and as bast I can figure out lodash