Review: Needs Fixing
I see though some things in:
src/compiler/expression/expr.cpp
for the debugger expression in my debugger branch I have now:
void debugger_expr::compute_scripting_kind()
{
theScriptingKind = theExpr->get_scripting_detail();
}
zorba::expr_script_kind_t
debugger_expr::get_scripting_kind()
{
return (zorba::expr_script_kind_t)theScriptingKind;
}
--
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