Ethan

Results 80 comments of Ethan

No longer needed, null access from map was fixed correctly in v0.8.0.

Thanks, can you write a test for this?

Hm, i think you are the first one to ever put so much code into a function in dart_eval that you encounter this, so congrats lol I do have to...

Thanks, that's a great idea. The only potential issue is that it is replacing all synchronous file I/O with async file I/O which is slower, and in the case of...

I'm not sure how the test you wrote here would actually test this issue. I think `MyTestClass2` should extend `MyTestClass1` instead of `TestClass` right?

Fixed issue with the readme Wrapper interop example. As far as the initial issue, I can't reproduce, this example is actually [a test in dart_eval](https://github.com/ethanblake4/dart_eval/blob/bc1d4325bc344e83dd75cddc0a61117d7464c426/test/functional1_test.dart#L203) and it is working fine.

Closing due to lack of response

Partially fixed in v0.8.0 by addition of dynamic method calls

Already supported, please clarify what you mean