Issue I358 [programming] "fly" batch mode command not raising Lua error on failure. Reported by davidm-20070129 Description: In 8.0.0-8.0.1, if the "fly" command is run in batch mode and error occurs during the Fly'm, an error message is written to the log but a Lua error is not raised, so the batch mode program continues anyway. In 8.0.2, a error is raised as well. Affects: 8.0.0-8.0.1 Resolved in 8.0.2. Issue I358 [examples,resolved] Reported by davidm-20070130 Example quad\quad.lua not using _quad_entrance_voltage, _quad_axis_voltage, and _quad_detector_voltage variables. Description: In the 8.0.x examples prior to 8.0.2, the quad.lua user program was not utilizing these variables to apply voltages to the entrance and exit regions. This is corrected in the 8.0.2 version of the example with a new init_p_values segment. Affects: 8.0.0-8.0.1 examples Resolved in 8.0.2 examples