Re: [PATCH] Add Elixir

2016-08-09 Thread Alex Sassmannshausen
Pjotr Prins writes: > GNU Guix is mentioned on the Elixir installation page: > > http://elixir-lang.org/install.html > > Pj. Neat! Congrats to both of your hard work on this! Alex

Re: [PATCH] Add Elixir

2016-08-09 Thread Pjotr Prins
GNU Guix is mentioned on the Elixir installation page: http://elixir-lang.org/install.html Pj.

Re: [PATCH] Add Elixir

2016-08-02 Thread Pjotr Prins
On Tue, Aug 02, 2016 at 11:25:30PM +0200, Ricardo Wurmus wrote: > > It might be that processes are spawned with /bin/sh too, and thus fail > > instantly. > > I’m not familiar enough with Erlang/Elixir to understand exactly what’s > going on. As far as I could see there are no explicit references

Re: [PATCH] Add Elixir

2016-08-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello! > > Ricardo Wurmus skribis: > >> I documented the most common test errors, but there don’t seem to be any >> quick fixes. Attached is a new patch based on yours. If this looks >> good to you I’ll push it with you as the

Re: [PATCH] Add Elixir

2016-08-02 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > I documented the most common test errors, but there don’t seem to be any > quick fixes. Attached is a new patch based on yours. If this looks > good to you I’ll push it with you as the commit author and with a > “Co-authored-by: Ricardo

Re: [PATCH] Add Elixir (was: )

2016-08-02 Thread Pjotr Prins
On Tue, Aug 02, 2016 at 10:56:27AM +0200, Ricardo Wurmus wrote: > > Pjotr Prins writes: > > > On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: > >> Never mind. It was as Vincent thought. Closing all applications except > >> for Emacs makes it work. >

Re: [PATCH] Add Elixir

2016-08-02 Thread Pjotr Prins
On Tue, Aug 02, 2016 at 10:44:11AM +0200, Ricardo Wurmus wrote: > I documented the most common test errors, but there don’t seem to be any > quick fixes. Attached is a new patch based on yours. If this looks > good to you I’ll push it with you as the commit author and with a > “Co-authored-by:

Re: [PATCH] Add Elixir

2016-08-02 Thread Ricardo Wurmus
Pjotr Prins writes: > On Mon, Jul 25, 2016 at 08:13:33AM +0200, Ricardo Wurmus wrote: >> > + (native-inputs >> > +`(("patch" ,patch) >> > + ("patch/elixir-disable-failing-tests" >> > + ,(search-patch "elixir-disable-failing-tests.patch")) >> > +

Re: [PATCH] Add Elixir (was: )

2016-08-02 Thread Ricardo Wurmus
Pjotr Prins writes: > On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: >> Never mind. It was as Vincent thought. Closing all applications except >> for Emacs makes it work. > > Be interesting to see what increasing swap space does. I think we > ought

Re: [PATCH] Add Elixir (was: )

2016-07-29 Thread Vincent Legoll
On Fri, Jul 29, 2016 at 3:38 AM, Pjotr Prins wrote: > On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: >> Never mind. It was as Vincent thought. Closing all applications except >> for Emacs makes it work. > > Be interesting to see what increasing swap

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Pjotr Prins
On Thu, Jul 28, 2016 at 10:35:29PM +0200, Ricardo Wurmus wrote: > Never mind. It was as Vincent thought. Closing all applications except > for Emacs makes it work. Be interesting to see what increasing swap space does. I think we ought to file it as an issue if that does not help:

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Ricardo Wurmus
Pjotr Prins writes: > On Thu, Jul 28, 2016 at 09:27:22AM +0200, Ricardo Wurmus wrote: >> >> Pjotr Prins writes: >> >> > On Mon, Jul 25, 2016 at 08:13:33AM +0200, Ricardo Wurmus wrote: >> >> Thanks again for the patch. I hope you are

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Pjotr Prins
On Thu, Jul 28, 2016 at 09:27:22AM +0200, Ricardo Wurmus wrote: > > Pjotr Prins writes: > > > On Mon, Jul 25, 2016 at 08:13:33AM +0200, Ricardo Wurmus wrote: > >> Thanks again for the patch. I hope you are willing to provide some > >> guidance when I have some

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Vincent Legoll
On Thu, Jul 28, 2016 at 9:27 AM, Ricardo Wurmus wrote: > I wonder if this indicates a lack of resources on my laptop. > > Occasionally it does work and gets past the compilation of > “Elixir.Kernel.beam”. Did you encounter this error before? Maybe it got OOM-killed --

Re: [PATCH] Add Elixir (was: )

2016-07-28 Thread Ricardo Wurmus
Pjotr Prins writes: > On Mon, Jul 25, 2016 at 08:13:33AM +0200, Ricardo Wurmus wrote: >> Thanks again for the patch. I hope you are willing to provide some >> guidance when I have some problems understanding certain bits of the >> build. > > I am happy to help out if

Re: [PATCH] Add Elixir (was: )

2016-07-25 Thread Pjotr Prins
On Mon, Jul 25, 2016 at 08:13:33AM +0200, Ricardo Wurmus wrote: > back to the original patch, which I didn’t look at as the ensuing > discussion on review process and registry proposals took up more time > than I anticipated. :) > I’m a little uncertain on how to proceed. I have a couple of

[PATCH] Add Elixir (was: )

2016-07-25 Thread Ricardo Wurmus
Hi Pjotr > From 5fd8f64794b27f59f6688177a7a9e532b5d57f01 Mon Sep 17 00:00:00 2001 > Date: Tue, 19 Jul 2016 11:13:27 + > Subject: [PATCH] gnu: Add elixir. > To: guix-devel@gnu.org > From: Pjotr Prins > References: