Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
    • Nate Bosch's avatar
      Fix travis - analyzer and source_span updates (#975) · 17af9239
      Nate Bosch authored
      - Fix some new implicit cast warnings.
      - Adjust expectations for new source_span output.
      
      In version `1.5.0` of `source_span` the output for multi-line spans was
      updated to output the content and highlight a section with lines on the
      left instead of the old `^^^^^` format. Update the expectations
      accordingly to expect that a bit of the multi-line content is printed.
  2. Dec 28, 2018
  3. Dec 19, 2018
  4. Dec 11, 2018
  5. Nov 30, 2018
  6. Nov 21, 2018
  7. Nov 05, 2018
  8. Nov 02, 2018
  9. Nov 01, 2018
  10. Oct 30, 2018
  11. Oct 26, 2018
  12. Oct 19, 2018
    • Jonah Williams's avatar
      Refactor test into two packages (#945) · ac213303
      Jonah Williams authored
      * Refactor test into two packages (#1)
      
      * move test and test_core to packages folder
      
      * rename test_core to test_api
      
      * rename packages to pkgs, add dart.js back to repo
      
      * change pubspec to point to test_api version
      
      * move to correct dir in travis.yml
      
      * Remove duplicate utils.dart
      ac213303
  13. Oct 02, 2018
  14. Sep 18, 2018
  15. Sep 17, 2018
  16. Sep 14, 2018
    • Nate Bosch's avatar
      Allow omitting const in parsed metadata (#935) · 45b673c6
      Nate Bosch authored
      Fixes #915
      
      When there is no `const` the expression is parsed as a
      `MethodInvocation` instead of an `InstanceCreationExpression`. Update
      all the places we were casting to the latter so that it can handle
      either case.
      
      Add some additional tests for import prefix cases.
  17. Sep 13, 2018
  18. Sep 11, 2018
  19. Sep 05, 2018
  20. Aug 23, 2018
  21. Aug 14, 2018
  22. Aug 13, 2018
  23. Jul 30, 2018
  24. Jul 26, 2018
Loading