Gabriel Gerlero

Results 28 comments of Gabriel Gerlero

BTW, I appreciate someone from "upstream" commenting on my project. Hope you folks like what I'm doing here, and thanks for promptly dealing with my issue reports! 👍

I'm curious as to what exactly this would imply. > * copy/rsync etc/config.sh/{adios2,boost,CGAL, ....} to etc-macos/config.sh Do I need to copy the entire `etc/config.sh` and `etc/config.csh` trees, or will it...

Thanks. The error is here: ``` Last 15 lines from /Users/tatayoyo/Library/Logs/Homebrew/gcc/02.make: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__format/formatter_bool.h:20: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__format/formatter_integral.h:32: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/locale:202: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/c++/v1/__locale:813:5: error: expected expression...

Related: https://github.com/iains/gcc-13-branch/issues/15

Tests are failing with pytest 7 & 8 for what I believe is an unrelated reason (I note CI used to test pytest 7.0.0 only; now it's testing the latest...

I'm running into what I believe is the same issue with some projects. I've done some bisection and can say that the problem affects pytest >= 7.3.0

Same issue as far as I can tell

Does rewriting the problem as a first-order one also count as a workaround, or does DifferentialEquations.jl do anything different when it sees a `SecondOrderODE`? I'm asking because, for small problems,...

On further thought, I'm not sure how this might interact with shared fixtures. As in, the teardowns **must** be called, but I haven't been able to tell or test whether...