Gonzalo Tornaría

Results 138 comments of Gonzalo Tornaría

> As SymPy 1.13.0 is out (congrats @oscarbenjamin), I am reusing this PR for the upgrade Yes, that's why I gave positive review. But it's much better if you can...

Should i686-musl profile be modified similarly? Using `-fmpmath=sse` could save some pain with floats on i686. Some packages set `-ffloat-store` instead, it may be possible to remove that as well....

I was hit by the same issue on `i686` (32 bit). The problem seems to be that you assume `sizeof(long) >= 2*sizeof(int)`. This is true on `x86_64` (where `sizeof(int)==4` and...

I expect so, but I don't build or test on armhf. Perhaps @SnarkBoojum can test.

After updating jupyter_core to 5.4.0, the behaviour is the same. One or two tests fail each time, not always the same. OTOH using jupyter_core 5.3.1 I ran the testsuite several...

Still failing with jupyter_core 5.4.0 and jupyter_client 8.4.0. All tests pass with jupyter_core 5.3.1 and jupyter_client 8.4.0.

I've no idea what this is supposed to be testing. This is definitely not the way a user would be installing sagemath on void linux, or is it? ``` eval...

> > I've no idea what this is supposed to be testing. This is definitely not the way a user would be installing sagemath on void linux, or is it?...

> > I've no idea what this is supposed to be testing. This is definitely not the way a user would be installing sagemath on void linux, or is it?...