labscript-suite-temp-2 / runmanager

runmanager is a graphical user interface (GUI) used to aid the compilation of labscript experiment scripts into hardware instructions to be executed on the hardware. Experiment parameters can be adjusted in the GUI, and lists of parameters can be used to create sequences of experiments, and scan over complex parameter spaces.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Global names are not checked for validity #15

Closed philipstarkey closed 9 years ago

philipstarkey commented 10 years ago

Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).


I just made a global named "7". This isn't a valid Python name! The labscript compilation process returns a useful error (which is good) but I think the evaluation of globals should also be checking global names for validity.

philipstarkey commented 9 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


Resolves issue #15: Global names are not checked for validity

→ \<\<cset 02570b2bf395633d7096ff57976e55d56445b308>>