Skip to content
Snippets Groups Projects
  1. May 01, 2019
  2. Apr 30, 2019
  3. Apr 26, 2019
  4. Apr 09, 2019
  5. Apr 08, 2019
  6. Apr 05, 2019
  7. Apr 02, 2019
  8. Mar 29, 2019
    • Nate Bosch's avatar
      Tweak pubspec constraint styles (#1005) · e7628f9c
      Nate Bosch authored
      - Don't surround versions with quotes unless they have a space.
      - Remove the unnecessary lower bound for packages where the current
        lower bound is not resolvable due to SDK constraints.
      - Change single quotes to double quotes since they are preferred in
        yaml.
      - Remove version constraints from `test_api` to `test` and `test_core`
        since we will always have path overrides to those packages.
      e7628f9c
  9. Mar 27, 2019
  10. Mar 22, 2019
  11. Mar 11, 2019
  12. Feb 26, 2019
  13. Feb 25, 2019
    • Nate Bosch's avatar
      Don't deserialize to IsolateSpawnException (#990) · 9be383e6
      Nate Bosch authored
      We have removed most of the special handling around
      `IsolateSpawnException` so ti shouldn't matter if the exposed exception
      implements that interface. On the web, for the `spawnHybridUri` or
      `spawnHybridCode` case the web code shouldn't be able to see the type to
      test for it anyway.
      9be383e6
    • Nate Bosch's avatar
      Re-centralize the analysis_options.yaml (#988) · 1ccf5608
      Nate Bosch authored
      After splitting the package the file was copied to some of the package
      but missing from the `test_core` package. Move it back up the directory
      structure so it is picked up for all sub-packages.
      
      Fix lints that were not caught in `test_core` while this was missing.
      1ccf5608
    • Nate Bosch's avatar
      Re-enable tests for spawnHybridUri (#989) · 7925ccd5
      Nate Bosch authored
      The linked SDK issue is resolved.
      7925ccd5
  14. Feb 23, 2019
  15. Feb 22, 2019
  16. Jan 30, 2019
  17. Jan 18, 2019
  18. Jan 17, 2019
  19. Dec 28, 2018
  20. Dec 19, 2018
Loading