bmaclach
bmaclach
Currently, the `InstanceModel` type is not sophisticated enough to be able to detect when an instance model is an ODE and extract the required information from the instance model to...
If an IM references itself, it will show up in the RefBy field for that IM, which seems unnecessary. The first IM in SSP is an example:  (The self-reference...
It would be interesting to see how linters evaluate our generated code in our different target languages, and to fix any issues pointed out by the linters, to maximize the...
This was talked about at the meeting on January 16th. We should provide a `Choice` for code generation to have the generated program not be modularized at all -- to...
Currently reasonable values are introduced at the same level as constraints in the chunk hierarchy (`ConstrainedChunk` and `ConstrConcept`). Reasonable values should instead be introduced independently from constraints. New chunk types...
As discussed at the Aug. 29, 2019 meeting, GOOL should perform some optimization prior to generating code. For example: - remove import statements unless they are needed - remove identity...
Currently `constDecDef`, GOOL's function for generating code for declaring and defining a constant, is implemented in Python by rendering just a plain variable declaration, since the concept of "constants" isn't...
Every `CI` in Drasil has a short-form, but that short-form is not necessarily used anywhere in the SRS. For example in SSP, the phrase "three-dimensional" is used, and the `threeD`...