Ondřej Čertík
Ondřej Čertík
I see --- it stores the compiler options when the `iso_fortran_env.mod` file was created, now when the user actually compiles his code at runtime. I guess the question is ---...
Thanks, I put separate compilation on it.
Thanks @difference-scheme, I told our team the above two issues are the highest priority.
Perfect, the above code gives me: ``` $ lfortran a.f90 Assertion failed: (PointeeType == cast(Ptr->getType()->getScalarType())->getElementType()), function Create, file Instructions.h, line 941. Traceback (most recent call last): File "/Users/ondrej/repos/lfortran/src/bin/lfortran.cpp", line 2726...
I removed the separate compilation label, since as far as we know we have fixed all the bugs for separate compilation (thanks @Pranavchiku !!!), and the last thing to fix...
Thanks @harperjf for the report. I just labeled all the format issues with a `format` label: https://github.com/lfortran/lfortran/issues?q=state%3Aopen%20label%3A%22format%22, if I missed any, let me know, currently we have 11 issues there....
The CI fails: ``` 223/719 Test #223: format_08 ................................***Failed 0.00 sec At line 7 of file CMakeFiles/format_08.dir/format_08.f90.o.tmp.f90 (unit = 6, file = 'stdout') Fortran runtime error: Missing comma between descriptors...
Let's try to port ALL changes into main first, except the CI split. The CI split should just be copy & paste
Is this split literally copy and paste (no other changes)? It's hard to check even from the commits.
Ok, I am just going to merge it, to keep things moving. @gxyd if you could confirm this is just copy and paste, that would be great.