Re: developing for guix with git

2016-02-03 Thread Nils Gillmann
Ricardo Wurmus writes: > Nils Gillmann writes: > >> Leo Famulari writes: >> >>> On Tue, Feb 02, 2016 at 10:28:25PM +0100, Nils Gillmann wrote: Ricardo Wurmus writes: > Nils Gillmann writes: > >> Do you happen to know why guix in the situation I described, >> bei

Re: developing for guix with git

2016-02-03 Thread Nils Gillmann
Ricardo Wurmus writes: > Nils Gillmann writes: > >> Leo Famulari writes: >> >>> On Tue, Feb 02, 2016 at 10:28:25PM +0100, Nils Gillmann wrote: Ricardo Wurmus writes: > Nils Gillmann writes: > >> Do you happen to know why guix in the situation I described, >> bei

Re: developing for guix with git

2016-02-02 Thread Ricardo Wurmus
Nils Gillmann writes: > Leo Famulari writes: > >> On Tue, Feb 02, 2016 at 10:28:25PM +0100, Nils Gillmann wrote: >>> Ricardo Wurmus writes: >>> >>> > Nils Gillmann writes: >>> > >>> >> Do you happen to know why guix in the situation I described, >>> >> being on an up to date branch following

Re: developing for guix with git

2016-02-02 Thread Nils Gillmann
Leo Famulari writes: > On Tue, Feb 02, 2016 at 10:28:25PM +0100, Nils Gillmann wrote: >> Ricardo Wurmus writes: >> >> > Nils Gillmann writes: >> > >> >> Do you happen to know why guix in the situation I described, >> >> being on an up to date branch following master refuses to build, >> >> but

Re: developing for guix with git

2016-02-02 Thread Nils Gillmann
I hope I can turn my current confusion and the notes I am taking to something productive to beginners documentation/guide at some point. So what happened today was: - I tried the build of the sourcetree described below in some variations. Failed. - I mounted an external disk with what used to be m

Re: developing for guix with git

2016-02-02 Thread Leo Famulari
On Tue, Feb 02, 2016 at 10:28:25PM +0100, Nils Gillmann wrote: > Ricardo Wurmus writes: > > > Nils Gillmann writes: > > > >> Do you happen to know why guix in the situation I described, > >> being on an up to date branch following master refuses to build, > >> but once I switch to master branch,

Re: developing for guix with git

2016-02-02 Thread Nils Gillmann
Ricardo Wurmus writes: > Nils Gillmann writes: > >> Do you happen to know why guix in the situation I described, >> being on an up to date branch following master refuses to build, >> but once I switch to master branch, make clean, make clean-go (or >> go-clean?) and run make (and the other comm

Re: developing for guix with git

2016-01-31 Thread Ricardo Wurmus
Nils Gillmann writes: > Do you happen to know why guix in the situation I described, > being on an up to date branch following master refuses to build, > but once I switch to master branch, make clean, make clean-go (or > go-clean?) and run make (and the other commands) again it builds > success

Re: developing for guix with git

2016-01-31 Thread Nils Gillmann
Efraim Flashner writes: > On Thu, 28 Jan 2016 12:31:09 +0100 > Ni* Gillmann wrote: > >> Following yesterdays "bug" I have a question which is only partly Guix >> related and more development/git style related. >> >> I am used to develop on things which I do not have to build and they >> usually

Re: developing for guix with git

2016-01-28 Thread Efraim Flashner
On Thu, 28 Jan 2016 12:31:09 +0100 Ni* Gillmann wrote: > Following yesterdays "bug" I have a question which is only partly Guix > related and more development/git style related. > > I am used to develop on things which I do not have to build and they > usually just work. Branching was never an i

developing for guix with git

2016-01-28 Thread Ni* Gillmann
Following yesterdays "bug" I have a question which is only partly Guix related and more development/git style related. I am used to develop on things which I do not have to build and they usually just work. Branching was never an issue. However with guix it started to become one apparently, as I c