generated from control-toolbox/CTAppTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
internal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment
Description
- after replace_call, left symbols for x (state) and control (u) are necessarily typos
- they don't error at parse, and might not generate runtime errors if such variables are defined in the calling env
Fix: after replace_call, replace all state and controls symbols by a gensym (will error at runtime); better: if expression has state or control, it must be an error (should be checked at every line)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
internal devModification to the code is requested and should not affect user experimentModification to the code is requested and should not affect user experiment