Conrad Rosenbrock

Results 16 issues of Conrad Rosenbrock

The documentation on the OGM says that a future release will support transactions. Do you have a timeline for that? It would be extremely helpful for me to be able...

Currently, when a unit test requires the `autoclass` feature, `fortpy` compiles the auxiliary module automatically, but only if the code version has changed. But what defines the code version? The...

enhancement

1. When sending saved shell sessions around, the absolute path to the test results is not as useful. Can we get by with a relative path? 2. Need to separate...

enhancement

Although everything is already automated quite well, the developer still has to generate model input files at the very least in order to get the tests setup. For most scientific...

enhancement

At the moment, if a code file's accompanying XML file is changed, a re-parse is triggered and the code base is considered altered, _even_ if the code file itself didn't...

enhancement

The full documentation for a subroutine/function can be called up using `M-?` in emacs. However, it currently only works for executables that are defined in the same module as the...

bug

When the first argument is an instance of a user-derived type in a subroutine/function, we remove it because fortpy assumes that the subroutine is _embedded_ in the type; but that...

bug

We need to show a warning when a unit test is defined for a subroutine or function that is declared inside of another subroutine. Since they are buried, they can't...

enhancement

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