jackwyand
jackwyand
While investigating #4008 I ran into an interesting issue. When creating the SRS documents we often use abbreviations/acronyms, however we seem to get these in _at least_ two different ways....
Spin-off of [#4064 (comment)](https://github.com/JacquesCarette/Drasil/issues/4064#issuecomment-2887572656) Examining the flow of the generated code it is currently: https://github.com/JacquesCarette/Drasil/blob/479e5a6260af37ad2a1db5e319e51f791eff5f37/code/stable/glassbr/src/java/GlassBR/InputParameters.java#L37-L52 1. Read inputs 2. Calculate derived values 3. Check all of the constraints This is...
Spin-off of [#4064 (comment)](https://github.com/JacquesCarette/Drasil/issues/4064#issuecomment-2887572656) In the GlassBR [SRS](https://jacquescarette.github.io/Drasil/examples/glassbr/SRS/HTML/GlassBR_SRS.html) the input data constraints used are from a different source than the code generator. Creating the SRS in `mkSRS`, `inputDataConstraints` is used...
Contributes to #4036 After making this change I realized that it might only hurt with resolving #4126; maybe @balacij could take a look to see if this is a good...
Spin-off of [#4298 (comment)](https://github.com/JacquesCarette/Drasil/pull/4298#issuecomment-3119829437) `/ODELibraries.hs` and related files have multiple functions adding suffixes to existing chunks, but are not adding them to the corresponding chunk database. This results in an...