Re: Fwd: Re: Patch file for colorize module

2018-06-03 Thread Sahitihi
Hi Ricardo, I have worked with different possibilities > Now all you need to do is work on the “handle-string” procedure. > > I suggest using simpler matching procedures at first. To get started > try “string-prefix?” and use it with the string “starting phase”. This > won’t work with regular

Re: Cleaning up make clean's behavior

2018-06-03 Thread Vincent Legoll
Hello On Sunday, June 3, 2018, Mark H Weaver wrote: > I don't think we should change "make clean" to delete files in the > working directory that were not created by our build system. > > I, for one, keep many files of notes and draft patches in my Guix > working directory. I've been doing

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-03 Thread Tatiana Sholokhova
Hello Ricardo, I fixed my previous commits as you adviced. I have tested some features on examples databases and it was correct. But I can't try your database (small-cuirass.db) file, the queries just return empty 'queue' and 'latest build' lists, and I haven't tried other requests yet. Now we

Re: Fwd: Re: Patch file for colorize module

2018-06-03 Thread Ricardo Wurmus
Hi Sahithi, > Hi Ricardo, > > I have worked with different possibilities >> Now all you need to do is work on the “handle-string” procedure. >> >> I suggest using simpler matching procedures at first. To get started >> try “string-prefix?” and use it with the string “starting phase”. This >>

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-03 Thread Ricardo Wurmus
Hi Tatiana, > I fixed my previous commits as you adviced. I have tested some features on > examples databases and it was correct. But I can't try your database > (small-cuirass.db) file, the queries just return empty 'queue' and 'latest > build' lists, and I haven't tried other requests yet. Oh,

Re: Reference manual + tutorials

2018-06-03 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > Yes, this can work. It’s hard for me to imagine where one would put > prose that resembles a tutorial in our current manual. It currently > leans very heavily towards a reference manual, which discourages me from > adding elaborate examples. > > There’s also

Re: ndctl: I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl (xmlto?)

2018-06-03 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Adding ("libxml2" ,libxml2) to the native-inputs was enough. > Thanks! > > That said, should we patch xmlto or leave it be? If ‘xmlto’ uses libxml2, Docbook, and all that internally, perhaps we could use ‘wrap-program’ to have it set XML_CATALOG_FILES directly. I’m