bmaclach

Results 8 issues of 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: ![image](https://user-images.githubusercontent.com/18634568/56317087-fc8a8280-6129-11e9-9472-040b921375c5.png) (The self-reference...

bug

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...

newcomers

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...

High Priority
easy

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...

needs-clarification

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...

needs-action-items
potential-project

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...

newcomers
artifacts

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`...

bug
blocked
artifacts