Matthias Fabry
Matthias Fabry
yes, that makes sense from a review standpoint. I can restart and make a folder of branches. Also good to know `stella` is off limits
I've created formatting/astero, /auto_diff, /binary and /const for you to review. I've tried to be as careful as possible for the formatter to only touch `.f90` files.
It seems indeed this is not in our hands, i'll close this for now
I have a similar, if not the exact same exception when refactoring variable names: com.intellij.diagnostic.PluginException: Cannot find manipulator for FortranDataPathImpl(DATA_PATH) in org.jetbrains.fortran.lang.resolve.FortranPathReferenceImpl(FortranDataPathImpl(DATA_PATH):(0,20)) class class org.jetbrains.fortran.lang.resolve.FortranPathReferenceImpl [Plugin: org.jetbrains.fortran] at com.intellij.ide.plugins.PluginManagerCore.createPluginException(PluginManagerCore.java:274) at...
Thank you Ryosuke for this find! line 225 was fixed by @Debraheem, and I updated line 206. I will continue making improvements and adding features to `pgbinary` over the coming...
Thank you, Ryosuke, for your report. I can reproduce the problem (on my Mac), and, as you suggested, there is an easy way to solve this issue. I will implement...
Yes I am, on mesa-r23.05.1, sdk version x86_64-macos-23.10.1
Hello Ruggero, thank you for this extensive report. As a first (and obvious) curiosity, do you recover your intended behavior if you simply comment out the `avoid repeating the accretor`...
Promoted this out of draft status. What remains to do is check whether all `sed`s have been done correctly. The test suite seems to pick up some of them
I have not, I used the find and replace feature of my IDE to do most of the renaming. @mjoyceGR sent me a good starting point to also get into...