Skip to content
Snippets Groups Projects
  1. Jun 08, 2018
  2. Jun 07, 2018
  3. Jun 06, 2018
  4. Jun 05, 2018
  5. Jun 04, 2018
  6. Jun 01, 2018
    • Nate Bosch's avatar
      Drop sanitizeForWindows workaround (#845) · 0fe22192
      Nate Bosch authored
      We no longer support an SDK old enough that any of the referenced issues
      are still a problem.
    • Nate Bosch's avatar
      More Dart 2 runtime semantic fixes (#844) · cc537293
      Nate Bosch authored
      ```
      type 'WebSocketChannel' is not a subtype of type 'StreamChannel<String>' of 'channel'
      ```
      
      Cast the `WebSocketChannel` to indicate that all values in each
      direction will be `String`.
      
      ```
      type 'CloseGuaranteeChannel<dynamic>' is not a subtype of type 'VirtualChannel'
      ```
      
      Avoid using the `suiteChannel` variable for two types. It needs to start
      as a `VirtualChannel` which has the `id` field, and then later be a
      `StreamChannel`.
      
      ```
      type 'RunnerSuite' is not a subtype of type 'FutureOr<Future<RunnerSuite>>'
      ```
      
      Avoid the attempted Future flattening which was never correct but was
      supported in the Dart 1 VM.
  7. May 31, 2018
  8. May 30, 2018
  9. May 19, 2018
  10. May 14, 2018
  11. May 11, 2018
  12. May 10, 2018
  13. May 03, 2018
  14. May 02, 2018
  15. Apr 27, 2018
  16. Apr 25, 2018
  17. Apr 17, 2018
  18. Apr 13, 2018
  19. Apr 12, 2018
  20. Apr 10, 2018
  21. Apr 06, 2018
  22. Mar 27, 2018
Loading