Re: Getting Unit Test Results Out Of Guix Build

2021-11-04 Thread Phil
Hi, raingloom writes: > The --dry-run option is the closest thing that I know of. Not sure what > its Scheme equivalent is. Thanks yes - I think this suffers from a similar issue to my own approach in that when a build fails, the store item is removed, along with the test results contained

Re: Getting Unit Test Results Out Of Guix Build

2021-11-04 Thread raingloom
On Thu, 4 Nov 2021 13:52:02 + Phil Beadling wrote: > Hi, > > On Tue, 26 Oct 2021 at 19:31, Phil wrote: > > > Hi, > > > > raingloom writes: > > > > > > > Couldn't this just be another package output? Maybe not the most > > > elegant solution, since those are not usually used this way,

Re: Getting Unit Test Results Out Of Guix Build

2021-11-04 Thread Phil Beadling
Hi, On Tue, 26 Oct 2021 at 19:31, Phil wrote: > Hi, > > raingloom writes: > > > > Couldn't this just be another package output? Maybe not the most elegant > > solution, since those are not usually used this way, but it can sort of > > work. Just add a phase that copies the logs to the "tests"

Re: Using julia in guix

2021-11-04 Thread Efraim Flashner
On Wed, Nov 03, 2021 at 10:56:51PM +0100, Théo Maxime Tyburn wrote: > Hi, > > Thanks for the quick reply! > > > For now, it is either packages from Pkg.jl or either packages julia-* > > from Guix. A patch [1] is still pending for being able to mix both. > > Aside that packages from Pkg.jl do