Re: Mes 0.8 released

2017-06-26 Thread Neil Jerram
Hi Jan, Thanks for your answer. I'm afraid I have no better ideas than the ones that you have listed - and in fact I wouldn’t have known about those ones either. I was just curious about what the next step would be. It certainly seems to me like an interesting and worthwhile project.  Best

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-06-26 Thread Christopher Baines
On 26/06/17 12:22, Ricardo Wurmus wrote: > > Christopher Baines writes: > >> Recently I had problems with the way GUIX_PACKAGE_PATH was working with >> govuk-guix [1]. Currently, I'm using a separate directory for the >> GUIX_PACKAGE_PATH that contains symlinks to a subset of

Re: Guix and Clojure

2017-06-26 Thread Alex Vong
Alex Vong writes: > Although the the above is tedious, it is still doable. However, > eventually I run into a problem - javacc depends on itself to build. It > is analogous to how ghc is built. Does anyone know to bootstrap javacc > from source? > I find a trick to

Re: RPC performance

2017-06-26 Thread Andy Wingo
On Mon 26 Jun 2017 13:54, ludovic.cour...@inria.fr (Ludovic Courtès) writes: > Andy Wingo skribis: > >> Hi! >> >> On Fri 23 Jun 2017 11:24, ludovic.cour...@inria.fr (Ludovic Courtès) writes: >> >>> With the current protocol, often we’re just reading a handful of bytes. >>> Full

Re: Mes 0.8 released

2017-06-26 Thread Neil Jerram
Hi Jan, In your bootstrap path, what is the step after Mes?‎ I guess it would be using mescc to compile some C program - but if that is right, which program?  Regards - Neil    Original Message   From: Jan Nieuwenhuizen Sent: Sunday, 25 June 2017 17:40 To: guile-u...@gnu.org Cc:

Re: RPC performance

2017-06-26 Thread Ludovic Courtès
Andy Wingo skribis: > Hi! > > On Fri 23 Jun 2017 11:24, ludovic.cour...@inria.fr (Ludovic Courtès) writes: > >> With the current protocol, often we’re just reading a handful of bytes. >> Full buffering would mean that Guile would block on an 8K read or so >> that will never be

Re: Subdirectories in GUIX_PACKAGE_PATH

2017-06-26 Thread Ricardo Wurmus
Christopher Baines writes: > Recently I had problems with the way GUIX_PACKAGE_PATH was working with > govuk-guix [1]. Currently, I'm using a separate directory for the > GUIX_PACKAGE_PATH that contains symlinks to a subset of the Guile > modules necessary for the packages in

Re: Guix and Clojure [how to bootstrap javacc?]

2017-06-26 Thread Alex Vong
Hello Nico, Nico Rikken writes: > Hi Alex, > > Building offline is certainly possible, as long as the dependencies are > available on the > classpath, or perhaps in the local maven repository. I'm not sure how that > would work in Guix, > but I saw some java dependency

Re: Mes 0.8 released

2017-06-26 Thread Jan Nieuwenhuizen
Neil Jerram writes: Hi Neil! > In your bootstrap path, what is the step after Mes?‎ I guess it would > be using mescc to compile some C program - but if that is right, which > program?  Indeed. Short answer: I don't know. Do you have something in mind? We haven't decided yet and are still

Re: Xorg tearing fix on Intel HD Graphics 4000

2017-06-26 Thread Andy Wingo
On Wed 21 Jun 2017 09:55, Roel Janssen writes: > For a long time now, I have a tearing issue on GuixSD (parts of the > screen do not get updated while others do, resulting in dissapearing > text in Emacs). Thank you for this work! I notice this since a month ago and haven't had

D-compiler is part of gcc

2017-06-26 Thread Pjotr Prins
The D compiler is in the gcc project now. https://gcc.gnu.org/ml/gcc/2017-06/msg00111.html This is good news. Happy GNU'ing, Pj.