Slava Egorov
Slava Egorov
> I don't even know if that would be possible to create such a class on the user side, since Isolates are so... isolated. You can relatively trivially create such...
The simplest way to send a struct over is to allocate it with `C.malloc` and then send the pointer to it as an int64 to Dart. On the Dart side...
We don't have such an optimisation, though we did consider adding it long ago (but never go to it). It is relatively straightforward to add though (Flutter does not use...
@johnniwinther seems like a CFE bug. I don't know if it is already fixed upstream or not.
@iostriz I don't think the fix was cherry picked into 3.22.2.
> Whats the team's thoughts on javascript potentially adding them? https://github.com/tc39/proposal-structs JavaScript structs are just fixed layout objects. They are not value types. Dart already has this - any class...
/cc @athomas @whesse
I am hitting this again. I have flaky test - and I have no way to see the logs.  This is a very bad...
Here is the suggestion (idea from @mkustermann) which should be an easy update to the recipes: deflaking should always run without swallowing logs. This way I can at least inspect...
@whesse is it possible to also make a change to the step which does "list tests to deflake" so that it also prints logs of failed tests which trigger deflaking?...