Ondřej Čertík

Results 1795 comments of Ondřej Čertík

Yes, I've been struggling with reviewing the final code --- being the author of the formater, I know that there is a possibility of a bug in it, and so...

> Also like `black` does it in Python: preserve 1 empty line, but more should be cut down to 1. Good idea. This can be the default, and we can...

Yes, `fpm.lock` like `Cargo.lock`.

Is this how to cross-compile the LFortran compiler itself, that is, compile on Linux/Intel and run on macOS M1? But it seems you are also using LFortran on linux to...

Got it! Thanks for the clarification. Yes, it turns lfortran into a cross-compiler. We want that for sure.

We would need to debug it. Is there some subset of this PR that we can simply merge into master, and leave just the part that does not work to...

Perfect. Just setting up Linux at the CI would be enough to ensure our cmake and everything else keeps working for cross compilation.

Do you know how to patch cmake to call lfortran correctly? We quite urgently need it on Windows, where the integration_tests don't work at all, because on Windows cmake can't...

Go ahead and implement the `-I` and `-J` by using global variables or CompilerOption, whatever it takes to fix it. Then submit a PR. Then we will see what changes...

New user to Fortran would follow the tutorial and fpm generated new project, so there would be no problem. For existing projects you would add an option to fpm.toml, and...