Matthias Fabry
Matthias Fabry
the diff view allows to hide whitespace changes, which clears up a lot! But yes, spacing should be addressed I believe. Eg. why do all module declarations start with 6...
Of course. For this small a PR, I've reverted some commits. Although I would like to see the dev team pushing to a more modern free-form Fortran indentation style. I'm...
Thanks Rob for the quick suggestion. However, when running as advertised: ```$ gdb ./binary -ex r -ex bt GNU gdb (GDB) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License...
That’s very kind Rob, but no need. I have since found the source of the segfault through some good ol’ `write(*, *)` debugging. The general issue still remains of course,...
Thank you for this suggestion Frank, I did not know Console.app did this! However, on my machine (x86 intel here), the very same program produces the gigantic list below, with...
I can reproduce the behavior for `segfault1`, so at least we have that in common. On a `./mk` compiled dummy project though, where I do in the default binary work...
Thank you Zepei for raising this issue. @orlox and I will take a look at this as part of a larger overhaul of the `binary` mass transfer routines. In the...
Good catch! addressing in #521.
Ok, good to know your takes on this. Given the consensus then, should we ship the python files to generate the `auto_diff` files to the users? As we strive for...
I'd like to bump this by saying lots of `.f90` files aren't formatted free-form style, but rather fixed-form style. I'd argue free-from dramatically improves readability, e.g. look at `star/public/star_def.f90`: ```...