zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #02600
Re: [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba
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.
Follow ups
References