Re: [PATCH] Add more detailed instructions into the HACKING file.

2023-12-15 Thread Maxime Devos
Op 05-12-2023 om 00:12 schreef Tomas Volf: Thank you for the review. On 2023-12-04 22:06:42 +0100, Maxime Devos wrote: Op 29-11-2023 om 17:40 schreef Tomas Volf: +guix shell -D -f guix.scm --pure -- ./configure --enable-mini-gmp Also -fexcess-precision=standard (see #49368 / #49659 o

Re: [PATCH] Add more detailed instructions into the HACKING file.

2023-12-04 Thread Tomas Volf
Thank you for the review. On 2023-12-04 22:06:42 +0100, Maxime Devos wrote: > > > Op 29-11-2023 om 17:40 schreef Tomas Volf: > > +guix shell -D -f guix.scm --pure -- ./configure --enable-mini-gmp > > Also -fexcess-precision=standard (see #49368 / #49659 on debbugs) (at least > for i*86, should

Re: [PATCH] Add more detailed instructions into the HACKING file.

2023-12-04 Thread Maxime Devos
Op 29-11-2023 om 17:40 schreef Tomas Volf: +guix shell -D -f guix.scm --pure -- ./configure --enable-mini-gmp Also -fexcess-precision=standard (see #49368 / #49659 on debbugs) (at least for i*86, should be harmless for other architectures though). Also --disable-jit when on the Hurd.

[PATCH] Add more detailed instructions into the HACKING file.

2023-11-29 Thread Tomas Volf
Until now, the ./meta/guile was not mentioned anywhere, and therefore it was not obvious how to run the locally compiled Guile without installing it. While modifying the file, I took the liberty to also mention a bit about compiling Guile using Guix. Finally, the header lines where cleaned up, en