zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02703
Re: [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba
Leaving a note here as well:
176 +void debugger_expr::compute_scripting_kind()
177 +{
178 + theScriptingKind = SEQUENTIAL_FUNC_EXPR;
179 +}
This is not good since it forces the entire to be sequential, and errors will be thrown for all simple functions since now they all have sequential debug iterators wrapping their bodies but they don't have the necessary sequential annotation.
1. Either the error is removed in debug mode
2. debug expr/iterator reflects the scripting type of the wrapped expression (I would go for this one)
--
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/84652
Your team Zorba Coders is subscribed to branch lp:zorba.
Follow ups
References