Hello,
> Alternatively... how about adding a new make target that also removes
> the stray .go files?
what about:
make mrproper-go
Sorry, couldn't resist...
--
Vincent Legoll
On 09/16/2016 at 01:15 Eric Bavier writes:
> On Fri, 02 Sep 2016 14:42:27 +0200
> l...@gnu.org (Ludovic Courtès) wrote:
>
>> Eric Bavier skribis:
>>
>> > On Thu, 01 Sep 2016 14:37:58 +0200
>> > l...@gnu.org (Ludovic Courtès) wrote:
>>
>> [...]
>>
>> >> > In regards of the .go files remaining
Hi,
Eric Bavier skribis:
> So, with the attached patch, I get the following output after `make
> clean-go`:
>
> warning: stray .go files: ./guix/scripts/import/cpan.go ./gnu/services/dmd.go
> ./gnu/system/linux.go ./gnu/packages/yasm.go ./gnu/packages/cursynth.go
> ./gnu/packages/lightning.go .
On Fri, Sep 16, 2016 at 12:15:40AM -0500, Eric Bavier wrote:
> Another issue that I thought of that's posed by these stray .go files,
> which isn't only a problem when acting as a wizard: introducing a new
> module import when adding a package, only to have that module
> moved/renamed before pushin
On Fri, 02 Sep 2016 14:42:27 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Eric Bavier skribis:
>
> > On Thu, 01 Sep 2016 14:37:58 +0200
> > l...@gnu.org (Ludovic Courtès) wrote:
>
> [...]
>
> >> > In regards of the .go files remaining in the build directory, I agree
> >> > that this is not
Eric Bavier skribis:
> On Thu, 01 Sep 2016 14:37:58 +0200
> l...@gnu.org (Ludovic Courtès) wrote:
[...]
>> > In regards of the .go files remaining in the build directory, I agree
>> > that this is not good, however I don't think it is worth trying to fix
>> > this issue which equally applies to
On Thu, 01 Sep 2016 14:37:58 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Mathieu Lirzin skribis:
>
> > Eric Bavier writes:
> >
> >> From: Eric Bavier
> >>
> >> I encountered a runtime error recently while running `guix system
> >> reconfigure`. Thinking this might be because of an ABI bre
Mathieu Lirzin skribis:
> Eric Bavier writes:
>
>> From: Eric Bavier
>>
>> I encountered a runtime error recently while running `guix system
>> reconfigure`. Thinking this might be because of an ABI break I ran `make
>> clean-go && make` before trying again, with the same result.
>>
>> It tur
> Using wildcards can be tempting in such cases but it can lead to accidental
> file deletions which is worse IMO.
If you name what ever file *.go inside of your guix source tree, it's
kind of your on fault.
> Thinking this might be because of an ABI break I ran `make clean-go && make`
> before
Hello,
Eric Bavier writes:
> From: Eric Bavier
>
> I encountered a runtime error recently while running `guix system
> reconfigure`. Thinking this might be because of an ABI break I ran `make
> clean-go && make` before trying again, with the same result.
>
> It turns out a module had been ren
From: Eric Bavier
I encountered a runtime error recently while running `guix system
reconfigure`. Thinking this might be because of an ABI break I ran `make
clean-go && make` before trying again, with the same result.
It turns out a module had been renamed, in this case fish.scm to shells.scm,
11 matches
Mail list logo