mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-12 04:21:25 -07:00
expand eval machine interpretation error codes; visualize
This commit is contained in:
@@ -4227,6 +4227,10 @@ df_eval_from_string(Arena *arena, DBGI_Scope *scope, DF_CtrlCtx *ctrl_ctx, EVAL_
|
||||
}break;
|
||||
}
|
||||
result.errors = errors;
|
||||
if(EVAL_ResultCode_Good < eval.code && eval.code < EVAL_ResultCode_COUNT)
|
||||
{
|
||||
eval_error(arena, &result.errors, EVAL_ErrorKind_InterpretationError, 0, eval_result_code_display_strings[eval.code]);
|
||||
}
|
||||
}
|
||||
|
||||
//- rjf: apply dynamic type overrides
|
||||
|
||||
Reference in New Issue
Block a user