You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks a proposal that is planned to be discussed in next week's meeting.
The VM team would like the co19 team to write tests that exercise the interaction of expression evaluation with new language features, when new language features are added. Our plan is for the VM team to write a package that makes it easy to write tests similar to the ones in package:vm_service; that is, ones that start a testee VM and make VM Service RPC calls on that testee. For example, evaluate_uninitialized_late_variable_test. Then co19 would use that package to write expression evaluation tests.