-
Notifications
You must be signed in to change notification settings - Fork 28
Description
- Blockers for @jackwyand.
- Referencing this comment, it is unclear to me how/where code generation takes place, making it difficult for me to get started on issues brought up in the comment (Order of reading inputs, deriving pseudo-input values, and checking constraints is incorrect #4075 for example)
- Discuss how to clean up extra constraint-related chunks and fix problems that arose in GlassBR - plateLen, plateWidth, charWeight, pbTol, and tNT inserted twice in SymbolMap #4064
-
Blockers for @sarrasoussia: While working on the refactoring issue, I had to understand the main reason why we need to refactor in the first place.
The GProc, OO, and CLike division in Drasil makes things clearer, but sometimes there's overlap between the layers, which I feel makes it harder to model hybrid languages (like C++ or Python).
I was thinking maybe we could group renderers and helpers by language features instead like control (loops, switch, etc.), functions, types, variables, files…
That would need more coordination between modules, though. -
@balacij : physical constraints == implicit constraints on physical quantities ++ ? Related to: Order of reading inputs, deriving pseudo-input values, and checking constraints is incorrect #4075