-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future strategy regarding frontends #406
Comments
As explained in #408, removing CLAW allows to upgrade OMNI to the most recent release which currently remains compatible with the latest compiler versions and CI runners. If anything, this buys us a little time... |
PR #411 implements the deprecation of OFP for the next Loki release (v0.2.8?). The intention is to remove the frontend entirely in the release following after that (could justify a version increase as v0.3.0?). As expected, this reduces the test coverage because the translation from the OFP parse tree to the Loki IR is no longer covered in the tests, and alongside the relevant constructors for The following indirect coverage regressions are capture by codecov:
I suspect the last two may be false negatives, but the others appear to be genuine. |
What maintenance does this project need?
We need to have a discussion on the future of Loki frontends.
Fparser is being actively worked on, is the most complete and our standard frontend.
Our use of OMNI compiler depends on the specific OMNI version packaged in the CLAW repository. That version is a few years old and doesn't build with newer compiler versions, e.g., GNU10+, anymore. But even the latest updates on the upstream OMNI compiler repository have been more than 2 years ago: https://github.com/omni-compiler/omni-compiler
Our Github CI currently runs with the ubuntu 20.04 runners, which will likely be EOL some time next year, when that Ubuntu version goes out of maintenance. Hence, we have a call to make regarding the future of OMNI in Loki.
The Open Fortran Parser relies on an outdated Python package that wraps an old ROSE compiler frontend version. We have already earmarked this for removal (#209).
The question is whether
Various options exist for the last:
Organisation
No response
The text was updated successfully, but these errors were encountered: