Commit Graph

8 Commits

Author SHA1 Message Date
R. Ryantm
78d1b09912 dart: 3.0.5 -> 3.0.6 2023-07-22 15:17:57 +00:00
R. Ryantm
5a2449f596 dart: 3.0.4 -> 3.0.5 2023-06-19 06:30:38 +00:00
gilice
dcb6f6e91b dart: 2.19.6 -> 3.0.4 2023-06-11 14:27:24 +02:00
hacker1024
4f4359d6ca dart: 2.19.6 -> 3.0.0 2023-05-12 23:02:52 +10:00
hacker1024
27ae052ce0 dart: 2.19.3 -> 2.19.6 2023-04-26 14:23:40 +10:00
gilice
e31eb9a58d dart: Make update script atomic 2023-03-21 17:43:36 +01:00
gilice
36abb0e53b dart: add update script 2023-03-20 20:02:17 +01:00
gilice
ae660ed77e
dart: 2.18.4 -> 2.19.3, refactor, and add tests (#219875)
* dart: 2.18.4 -> 2.19.3

https://dart.dev/guides/whats-new#january-25-2023-219--30-alpha-releases

* dart: move interpreters -> compilers

Dart is not an interpreted language by default. It can JIT compile, but
ultimately runs on a VM.
Languages which are similar in this regard, like Java and Go also
are sorted into interpreters.

* dart: add primitive tests

* dart: remove version override in sources

* dart: make codesign available in tests

* dart: format

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-03-16 13:25:34 +01:00