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.
--
Mailing list: https://launchpad.net/~zorba-coders
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zorba-coders
More help : https://help.launchpad.net/ListHelp