Albin Ahlbäck

Results 294 comments of Albin Ahlbäck

> In meson it is not possible to simply set different compiler flags on a per file basis but this kind of case where a few files use different flags...

And thank you for looking into this!

Is there any I/O-functionality?

> Only write and print functions, nothing binary so far: happy to take proposals, I don't know what gr does. Ah, I see now. What's the current print format?

What algorithm do you have in mind for this?

The general algorithm (pseudo-code) looks like ``` while (B(x) > q) { y = floor(x / 2^q); x = x mod 2^q; x = x - c * y; }...

How long does each run take? Also, if we would instantiate a new tag, the "damage" could already have been done months back with multiple commits in between. Tracking bugs...

> Each of the Linux runs is between 10 and 15 minutes, the macOS runs are 16 minutes. Sounds good! > The integration testing with Sage probably around 1.5 hours....

> A failure: > > https://github.com/mkoeppe/flint2/actions/runs/7718792281/job/21040792473#step:14:6853 > > ``` > fmpz_mat_is_square... > fmpz_mat_ismake[3]: *** [build/fmpz_mod_mat/test/main_TEST_RUN] Segmentation fault (core dumped) > ``` I don't see any specific reason to why this...

> No, this is Ubuntu 14 with a backport toolchain https://github.com/sagemath/sage/blob/develop/tox.ini#L213 from https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test It's running in a container on a GitHub runner; the OS version of that runner is not...