[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53142: cuirass: useless guile backtraces.
From: |
Mathieu Othacehe |
Subject: |
bug#53142: cuirass: useless guile backtraces. |
Date: |
Mon, 10 Jan 2022 09:17:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello Maxime,
Thanks for the suggestions.
> Set COLUMNS=9000, then Guile stop trying to fit them in 80 columns,
> it will try 9000 columns instead.
>
> Also, backtraces are clearer for compiled code (avoiding (ice-9 eval)).
> Is (cuirass scripts remote-server) compiled to .go?
The (cuirass scripts) modules were indeed not compiled, this is fixed
with:
https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=95c29ab9abcd67ebeeee386ff043a7c52680526e.
I also set COLUMNS=500 with:
https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=16906595cf4bbeaff31ceaedc14c5443f773293c.
Let's see if the backtraces are now more interesting to read.
Mathieu