-
Notifications
You must be signed in to change notification settings - Fork 29
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
split Fortran2008.py into one file per class #411
Comments
I tested this out in https://github.com/stfc/fparser/tree/split_f2008_file and have got it to work. I'll wait until #408 is on master before progressing this. |
I'll create a Fortran2008 directory containing an init file and move the Fortran2008.py file into this directory first before splitting out the classes as I also need to move the class generation code into the init file and update the logic that calls this. |
Created branch 411_move_fortran2008_file |
use __init__ to import Fortran2008 classes (towards #411)
Now that #417 is on master I can split the Fortran2008.py file into one file per class. |
Created branch 411_split_file |
The Fortran2008.py file is getting large and it would be better to have a Fortran2008 directory containing a separate file for each class with an init that imports all of the files. There may be an issue with the class generation and class hierarchy generation.
The text was updated successfully, but these errors were encountered: