commit | a84eee4522bf3e86e2e7a1189e1cd03a5d36f312 | [log] [tgz] |
---|---|---|
author | Steven Jacobs <sjaco002@ucr.edu> | Tue Dec 16 13:55:08 2014 -0800 |
committer | Ian Maxon <imaxon@uci.edu> | Fri Dec 19 01:04:51 2014 -0800 |
tree | 9b33d69b3aa8331c9b4761c8f1a14adb01c953d7 | |
parent | fa7c0190979a0a2da0bb523a9076769554797441 [diff] |
Fix for issue 836 This was an issue with variable scope from AQL.jj The scope of a create function was being left as the parent scope of the next statement This bug was on "create" only, not "declare" I changed create to do a pop on the scope in the same way as declare does Change-Id: I05869babf54affc661f9bb007e7a9e52f67f0154 Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/196 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Raman Grover <ramang@uci.edu>