Richard Astbury
Richard Astbury
Hey @maciejmatuszak I don't think there's any special reason, other that the extension method is for convenience. It could be an overload. I think you're on the right track. I...
Thanks for reporting this. I have had a go at fixing it, and it's complicated. I expect this will take a few days to sort.
excellent observation! I wrote the 'Evaluate' implementation to follow how I thought the blockly implementation works (i.e. variables can be used outside of their scopes). The 'Generate' method was contributed....
Thank you for posting this error. I believe this is because the 'TestResult' variable is not declared in your blockly program. This is a case that IronBlock currently doesn't handle....
hmm, I wonder if it's a scope problem - I'll continue to investigate...
Thank you for reporting this. I have attempted to reproduce this fault with this PR: #57 but the test works successfully. Please feel free to alter the XML in the...
@q383186554 what change did you make?
yes, thank you, I did see the code, and compared it to the existing code. I think it adds some block-specific logic into functions which should be agnostic of block...
Great idea. I was wondering about support some kind of middleware (or multiple middleware) functions in a similar kind of approach. Would be useful for adding telemetry/profiling as well.
I'm sorry, I don't understand. Could you provide a code example?