dotvvm icon indicating copy to clipboard operation
dotvvm copied to clipboard

Throw meaningful exceptions from compiled `BindingDelegate`s

Open acizmarik opened this issue 3 years ago • 0 comments

Solution proposed in #1286 has some flaws and needs to be done differently. Reason:

Since this generated code gets further processed by the NullPropagatingVisitor, in the end the code looks bad. We should probably redo this PR by injecting similar code at a later stage (after the null propagation is applied).

Originally posted by @acizmarik in https://github.com/riganti/dotvvm/issues/1286#issuecomment-1043396585

acizmarik avatar Feb 17 '22 20:02 acizmarik