fortpy icon indicating copy to clipboard operation
fortpy copied to clipboard

Python Emacs Intellisense and Unit Testing Support for Fortran

Results 39 fortpy issues
Sort by recently updated
recently updated
newest added

I ran into an error that I would like to fix, after enabling forpy-mode and running `M-?`: ``` deferred error : (error "\"AttributeError(\\\"'UserContext' object has no attribute 'module'\\\",)\"") ``` I...

When an interface defines an operator or assignment operation for a custom types, we would like isense support for using those symbols. For example `custom_type =` should suggest the XML...

enhancement

Go to an open line anywhere in a fortran `program` and type any key. Raises a deferred error `IndexError("string index out of range",)`.

bug

Running the epc server in debug mode is not going to accomplish much at the moment. Although the debug module exists within Fortpy, there aren't enough debug assertions, writes or...

bug

The fortpy.el file has support for getting definitions and navigating to definitions in code files. Fortpy doesn't support this yet. We have the character and line functions and attributes already...

The debug.py and settings.py have some settings and methods that we still have from when those files were copied from jedi. We just need to figure out what we don't...

enhancement

Include a new `` tag in the `config.xml` file that allows the completion suggestions to be customized. Allow the developers to choose the tags and attributes that get used when...

enhancement

Although there is limited error handling for the XML parsers and the executable dependency parsers, there is generally no error handling for the parsing. If it encounters something new that...

bug

Although the file templates and comparer modules for comparing output files support writing a FileRepresentation into a new version, there is no easy script access to do that. It is...

enhancement