Commit graph

1160 commits

Author SHA1 Message Date
Sigurd Meldgaard
4b3db02711 Bump pub version
> git log --oneline 04b054b62cc437cf23451785fdc50e49cd9de139..master
0d185a39 (HEAD -> master, origin/master, origin/HEAD) Push null-safety forwards to 2.11 (#2604)
56f9f27f Hide outdated --mode flag (#2603)
61ce6f81 Avoid double loop (#2605)
fa6e57d7 (disable_mixed_mode_validation) Fix outdated latest ordering (#2598)
6549e4aa Remove unused dependency from pubspec.yaml (#2592)
61543d07 Don't look for external package foo during testing (#2599)
590b448f Fixed license headers (#2595)
04e0601e Don't show entries for dev-dependencies in outdated --json --no-dev-dependencies (#2591)
8c3778c4 Configure GitHub move app (#2578)
eec7beca (top_level_command) Pass --(no-)sound-null-safety arg through to VM. (#2542)
152e4740 Warn about publishing in mixed mode (#2583)
0b7a3abe Removed april fools toys (#2325)
b74a5b73 Actually print hints (#2582)
8ec3a66d (pub2) Fix outdated --no-color (#2572)
7bb3d4e6 Use getSdkPath() in NullSafetyAnalysis (#2573)
3c578f24 Drop the "magic" package concept (#2577)
0e967ff0 Remove unused function (#2570)
988fefef Remove dependency overrides (#2568)

Change-Id: I58bf14234ed55bf9d825de60a40ded1d65281195
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158003
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2020-08-11 15:26:39 +00:00
Devon Carew
57b192a0fc [analyzer] remove the completion language model file
Bug: https://github.com/dart-lang/sdk/issues/42988
Change-Id: I3988f08eb9a7480aacb4a7be79f537595807a3c0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158067
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2020-08-11 14:46:59 +00:00
William Hesse
970f17b38e Update package charcode dependency
Updates the dependency on package charcode to to a version
of the package with language version 2.10. The package_config.json
file gave its language version as 2.10, enabling null safety,
but this was inconsistent with the package spec in charcode,
and would be overwritten by running tools/generate_package_config.

Bug: https://github.com/dart-lang/sdk/issues/43004
Change-Id: If41861485ca99a150152c72e0f0fcccc7c4780cc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158008
Auto-Submit: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2020-08-11 11:42:49 +00:00
David Morgan
5ad3540b54 Upgrade package:dart2js_info to latest, 94ba36cb77.
Change-Id: Iafc4f5038476863009cf130f766f70d47616b54a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157964
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-08-11 08:55:49 +00:00
Johnni Winther
65e48e423a [cfe] Add a member signature origin to member signatures
Adds a member signature origin to member signatures and includes
an additional reference to these in MethodInvocation, PropertyGet,
PropertySet, etc.

This enables the VM to bypass the member signatures when loading the
AST.

Change-Id: I5cae11f4434bc052d0ba0acf0670dd002c6f3df1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157498
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2020-08-11 08:16:59 +00:00
Nate Bosch
d5db03707e Update to latest package:crypto with null safety
Change-Id: I7051125f6084c89d4f262244fce840f59ae5f14d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158021
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2020-08-10 21:06:25 +00:00
Nate Bosch
abe95fdf84 Update to latest package:json_rpc_2
Change-Id: I6b66b38c9c2e5b7ec9245bbc913fbc642161798f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150462
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-08-10 17:16:23 +00:00
Jonas Termansen
2060964faa Roll benchmarks-internal 1682e8c568cf..991d4cb32af0
991d4cb32af0e914763ebbdeced91395bed874d8 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2160

R=sra@google.com

Change-Id: I04ec1bd533b8e046a4656ca7737a1b0e66314adf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157280
Auto-Submit: Jonas Termansen <sortie@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-08-07 20:48:42 +00:00
pq
a2fdeaaa53 bump linter to 0.1.118
Change-Id: Id8277810091fbc3431131cb4182532c335d82773
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157476
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2020-08-06 23:11:09 +00:00
Nate Bosch
5093ffbd41 Update to package:convert with null safety
Updates to the latest unpublished version which has been migrated to
null safety.

Change-Id: If999af780b7788da7b78673cb541bfdb3c1e25cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157401
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2020-08-06 21:20:39 +00:00
Liam Appelbe
79cec0e864 [vm] Delete ABI infrastructure
Change-Id: I26d455d96c87010293a6dcb9f6c0eecfcaf3c816
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157102
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-08-06 19:55:12 +00:00
Devon Carew
31361ff444 [deps] bring cli_util 0.2.0 into the repo; update the analyzer dep
Change-Id: I705d500a745b5ca972bdc49314b39ee9357989f8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157541
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2020-08-06 17:27:29 +00:00
Alexander Thomas
4944cd5f35 [co19] Roll co19 to 74eec903ea06fa09dc8799b0552d55b581a82996
2020-08-06 sgrekhov@unipro.ru Fixes 887.LibTest/io/Process* tests migrated to null safety
2020-08-06 sgrekhov@unipro.ru Fixes 876. Migrated HttpClientRequest tests fixed
2020-08-06 sgrekhov@unipro.ru LibTest/convert tests fixed to not to fail on tryjobs
2020-08-05 sgrekhov@unipro.ru Fixes 805. Expect errors instead of warnings according to the changed specification
2020-08-05 sgrekhov@unipro.ru Fixes 885. LibTest\io\Link tests migrated to null safety
2020-08-05 sgrekhov@unipro.ru Fixes 884. LibTest\io\IOSink tests migrated to null safety
2020-08-05 irina.arkhipets@gmail.com Fixes 880: LibTest\typed_data\Float64x2List tests adopted for null safety.
2020-08-04 sgrekhov@unipro.ru operator_right_shift_A01_t01.dart fixed on dart2js
2020-08-04 sgrekhov@unipro.ru CyclicInitializationError tests fixed to expect any Error
2020-08-04 sgrekhov@unipro.ru Fix for 882. LibTest\io\InternetAddress test migrated to null safety
2020-08-04 sgrekhov@unipro.ru Fix for 881. LibTest\io\HttpServer test migrated to null safety

Change-Id: I13743c58a6777843276bb0bb821ee461b7e8a4cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157484
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-08-06 14:51:54 +00:00
William Hesse
fcafd43f2c Update checked-in SDKs to 2.10.0-3.0.dev
Change-Id: Ice0027f8c877b8f9718b1c5bfac07eaac73ce199
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157483
Reviewed-by: Karl Klose <karlklose@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-08-06 11:34:29 +00:00
Alexander Thomas
4d16efc562 [co19] Roll co19 to a9bd47e85862b4af9006c24ea0cb626850bc5de7
2020-08-04 sgrekhov@unipro.ru Accidentally added code removed
2020-08-04 sgrekhov@unipro.ru LibTest/core tests fixed to not to fail on tryjobs

Change-Id: I6612e405c98200b0243c900e91601d9b8cc20eb4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156905
Reviewed-by: William Hesse <whesse@google.com>
2020-08-04 10:30:22 +00:00
Alexander Thomas
56ba486709 [co19] Roll co19 to e3d6ccfe8fa278041316f7dc958fdd8c2b447b6c
2020-08-03 sgrekhov@unipro.ru LibTest/core tests fixed after tryjob attempt
2020-08-03 irina.arkhipets@gmail.com Fixes 879: LibTest\typed_data\Float64x2 tests adopted for null safety.
2020-08-03 irina.arkhipets@gmail.com Fixes 878: LibTest\typed_data\Float64List tests adopted for null safety.

Change-Id: I12e86b1b3a8972797264f9142b0601ff44ccdcc3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156886
Reviewed-by: William Hesse <whesse@google.com>
2020-08-03 13:36:48 +00:00
Alexander Thomas
2e241cf79c [co19] Roll co19 to 702bc6e1132d581534867b5e7d22ae8b8e3296cb
2020-07-31 sgrekhov@unipro.ru LibTest/core fixed after tryjob run
2020-07-31 sgrekhov@unipro.ru isRedirect_A01_t02 fixed (set followRedirects to false)
2020-07-31 irina.arkhipets@gmail.com Fixes 874: LibTest\typed_data\Float32x4List tests adopted for null safety.
2020-07-30 sgrekhov@unipro.ru Fix for 877. LibTest\io\HttpClientResponse test migrated to null safety
2020-07-30 sgrekhov@unipro.ru Fix for 876. LibTest\io\HttpClientRequest test migrated to null safety
2020-07-30 sgrekhov@unipro.ru Range test fixed to not to fail on JS

Change-Id: Icb1fba88d6803f87435029e83a933285b3c55b3d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156683
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-07-31 14:17:20 +00:00
Jonas Termansen
04f4272546 Roll benchmarks-internal 9bc9e373b3d3..1682e8c568cf
1682e8c568cf1899a6da6b5993f0506949253b22 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2240

R=athom@google.com

Change-Id: Id2ebc0d647e0be67d23f1497f2a5a96e1af8d4ce
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156500
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-07-30 11:16:07 +00:00
Nicholas Shahan
687bef277f [deps] Bump csslib dependency to v0.16.2
Revision: 451448a9ac03f87a8d0377fc0b411d8c388a6cb4

Change-Id: I1ea902c5f3ba6304acd1dae72d6fe1b50dfb28c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156122
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-07-29 16:36:20 +00:00
Alexander Thomas
bac90ab84f [co19] Roll co19 to 86c948fbe7c8a9e74f572038f2ec70dfce7f20b0
2020-07-29 sgrekhov@unipro.ru Fixes 875. LibTest\io\HttpClientBasicCredentials and LibTest\io\HttpClientDigestCredentials migrated to null safety
2020-07-29 sgrekhov@unipro.ru 870. Minor fixes
2020-07-29 sgrekhov@unipro.ru Fixes 870. LibTest\io\HttpClient migrated to null safety
2020-07-29 sgrekhov@unipro.ru Fixes 871. Don't expect an error for super.== any longer
2020-07-29 irina.arkhipets@gmail.com Fixes 873: minor improvements for LibTest\typed_data\Float32x4 tests.
2020-07-29 sgrekhov@unipro.ru LibTest/collection tests fixed after tryjob run

Change-Id: I12a86bd0b87e395ef0bb336b8af998ba21608bcf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156190
Reviewed-by: William Hesse <whesse@google.com>
2020-07-29 12:33:44 +00:00
Jonas Termansen
defb631f2e Roll benchmarks-internal 171db4d6bcd4..9bc9e373b3d3
d33955fd00f65fc5703c46245162feb4cb647098 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2200
9bc9e373b3d3cacdd7aba906caea77075c6cd2e3 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2201

R=whesse@google.com

Change-Id: Ia666c4edaf6eaba90da874bf084362383a4bcb54
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156189
Auto-Submit: Jonas Termansen <sortie@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-29 11:11:24 +00:00
Alexander Thomas
a22f38efa7 [co19] Roll co19 to 872367c00df43a2057f541d1920b8f42f6ebbeec
2020-07-29 irina.arkhipets@gmail.com Fixes 872: LibTest\typed_data\Float32List tests adopted for null safety.
2020-07-28 irina.arkhipets@gmail.com Fixes 869: LibTest\typed_data\ByteData tests adopted for null safety.
2020-07-28 sgrekhov@unipro.ru Fixes 868. LibTest\io\GZipCodec migrated to null safety
2020-07-28 irina.arkhipets@gmail.com Fixes 867: LibTest\typed_data\ByteBuffer tests adopted for null safety.
2020-07-28 sgrekhov@unipro.ru Fixes 866. LibTest\io\FileSystemModifyEvent and LibTest\io\FileSystemMoveEvent migrated to null safety
2020-07-28 irina.arkhipets@gmail.com Fixes 852: Constant-update-2018 tests adopted for null safety.
2020-07-28 sgrekhov@unipro.ru Fixes 865. LibTest\io\FileSystemDeleteEvent migrated to null safety
2020-07-28 irina.arkhipets@gmail.com Additional fix for 848: qreflection test updated according to the recent dart changes.
2020-07-27 sgrekhov@unipro.ru Fixes 864. LibTest\io\FileSystemCreateEvent migrated to null safety
2020-07-27 sgrekhov@unipro.ru Fixes 863. LibTest\io\File migrated to null safety
2020-07-27 sgrekhov@unipro.ru Fixes 862. LibTest\io\exit and LibTest\io\exitCode migrated to null safety

Change-Id: Ib5aed3ef85525c438da23e99daa45b8f35e5e06f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156185
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Sergey Grekhov <sgrekhov@unipro.ru>
2020-07-29 10:52:53 +00:00
Jonas Termansen
459769185c Roll benchmarks-internal 0e59a6bc3ee9..171db4d6bcd4
2329d2a24cc5067529c8b0f1e8eb53294d060679 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2180
171db4d6bcd4689ef3328eedc6ce3ffd21cea168 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1100

R=regis@google.com, rmacnak@google.com

Change-Id: Id723a7fef4a01465f88ebc2bb6d509d509a7e8be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155800
Auto-Submit: Jonas Termansen <sortie@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-28 11:31:06 +00:00
Sam Rawlins
61a6eb4246 Bump dartdoc to ~0.32.3
Change-Id: I2a54e77d2b4f8e9bac1db8a33f188dbd9e348540
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155833
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-07-27 21:50:46 +00:00
Sam Rawlins
101ad6549a Bump markdown to ~2.1.6
Change-Id: I93392eb3e8cf5a65a8c85b11a4ed8d8014377f0d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155842
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-07-27 20:06:58 +00:00
William Hesse
ddfc484e64 [co19] Roll co19 to 0fb063ff4707dbd7893f13d5babc30cdb80abd91
2020-07-24 sgrekhov@unipro.ru Fixes 861. LibTest\io\Directory migrated to null safety
2020-07-24 sgrekhov@unipro.ru UtilsHtml/expect fixed for null safety
2020-07-24 sgrekhov@unipro.ru Fixes 860. LibTest\io\Cookie tests migrated to null safety
2020-07-24 sgrekhov@unipro.ru Fixes 859. LibTest\html\Window tests migrated to null safety
2020-07-24 sgrekhov@unipro.ru LibTest/async tests fixed after tryjob run
2020-07-23 sgrekhov@unipro.ru Fixes 858. LibTest\html\Node tests migrated to null safety

Change-Id: Ib048bda00d69d6df993760b344bc135627915b76
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155762
Reviewed-by: Jonas Termansen <sortie@google.com>
Reviewed-by: Sergey Grekhov <sgrekhov@unipro.ru>
2020-07-27 08:15:40 +00:00
William Hesse
2484377465 [co19] Roll co19_2 to e48b3090826cf40b8037648f19d211e8eab1b4b6
2020-07-16 sgrekhov@unipro.ru Fixes 837. It is allowed to import/export libraries with the same name now
2020-07-13 sgrekhov@unipro.ru Fixes 806. Mixin cannot be derived from its superclass

Change-Id: I0dfd9ed29da07f9855c36a784565bb3940ba4fe2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155761
Reviewed-by: Jonas Termansen <sortie@google.com>
2020-07-27 08:08:21 +00:00
Johnni Winther
37c8c709bf Move BytesBuilder class and implementation to dart:typed_data.
Change-Id: Ic4fe1944ef4af19732f23c389845b6a74af0bc32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154682
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2020-07-24 11:37:21 +00:00
William Hesse
3661464297 [infra] Update checked-in SDKs to 2.10.0-0.0.dev
Change-Id: I9dc310aedbb91f9adfb6bfd1dd38b6045a8c1722
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155601
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2020-07-23 09:49:52 +00:00
Roland McGrath
b4ebbb7f5c [build] Update gn to match Fuchsia
Bug: fxbug.dev/56683
Change-Id: I1442dde1cb4ac834b55e7460f5c3533ccf097be1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155306
Auto-Submit: Roland McGrath <mcgrathr@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2020-07-22 18:48:46 +00:00
William Hesse
488c718793 [co19] Roll co19 to d79951e06e443213243e54c2c32694b79a221b65
2020-07-22 sgrekhov@unipro.ru Allow abstract variables in Language tests
2020-07-22 sgrekhov@unipro.ru Fixes 857. LibTest\html\IFrameElement tests migrated to null safety
2020-07-22 sgrekhov@unipro.ru Fixes 856. LibTest\html\HttpRequestUpload tests migrated to null safety
2020-07-22 sgrekhov@unipro.ru Fixes 855. LibTest\html\HttpRequest tests migrated to null safety
2020-07-22 irina.arkhipets@gmail.com Issue tag for 42788 added.
2020-07-22 sgrekhov@unipro.ru Language tests fixed after the next roll
2020-07-21 sgrekhov@unipro.ru Fixes 854. LibTest\html\Event migrated to null safety
2020-07-21 irina.arkhipets@gmail.com Issue 852: migration LanguageFeatures/Constant-update-2018 tsts to null safety
2020-07-21 sgrekhov@unipro.ru Fixes 851. LibTest\html\Element migrated to null safety
2020-07-20 irina.arkhipets@gmail.com Fixes 848: LibTest\mirrirs tests adopted for null safety.
2020-07-20 sgrekhov@unipro.ru Fixes 850. LibTest\html\Document migrated to null safety
2020-07-20 sgrekhov@unipro.ru Fixes 849. LibTest\html\CanvasRenderingContext2D migrated to null safety
2020-07-17 irina.arkhipets@gmail.com Fixes 847: LibTest\core\RegExp tests adopted for null safety.
2020-07-17 irina.arkhipets@gmail.com Fixes 833: LibTest\core\RegExp\Pattern_semantics tests adopted for null safety.
2020-07-17 sgrekhov@unipro.ru Fixes 846. LibTest\core\UriData migrated to null safety
2020-07-17 sgrekhov@unipro.ru Fixes 845. LibTest\core\Uri migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 844. LibTest\core\Stopwatch migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 843. LibTest\core\Symbol migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 842. LibTest\core\StateError migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 841. LibTest\core\UnsupportedError migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 840. LibTest\core\StringBuffer migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 839. LibTest\core\Runes migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 837. It is allowed to import/export libraries with the same name now
2020-07-16 sgrekhov@unipro.ru Fixes 836. LibTest\core\String tests migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 835. LibTest\core\RangeError tests migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 834. LibTest\core\Object tests migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 832. LibTest\core\RuneIterator migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 831. LibTest\core\BidirectionalIterator migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 830. LibTest\collection\UnmodifiableMapView migrated to null safety
2020-07-15 sgrekhov@unipro.ru Merge branch 'master' of https://github.com/dart-lang/co19
2020-07-15 sgrekhov@unipro.ru Fixes 829. LibTest\collection\UnmodifiableMapBase migrated to null safety
2020-07-14 irina.arkhipets@gmail.com Issue 602: New tests for least and greatest closure added.
2020-07-14 sgrekhov@unipro.ru Fix isWeakMode/isStrongMode getters
2020-07-14 sgrekhov@unipro.ru Fixes 828. LibTest\collection\UnmodifiableListView migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 827. LibTest\collection\SplayTreeSet migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 826. LibTest\collection\SplayTreeMap migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 825. LibTest\collection\SetBase and LibTest\collection\SetMixin migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 824. LibTest\collection\MapMixin and LibTest\collection\MapView migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 823. Add isWeakMode/isStrongMode constants. Use them in typedef_A04_t03 to fix expectations
2020-07-13 sgrekhov@unipro.ru Fixes 822. LibTest\collection\MapBase tests migrated to null safety
2020-07-13 sgrekhov@unipro.ru Fixes 820. LibTest\collection\ListQueue tests migrated to null safety
2020-07-13 irina.arkhipets@gmail.com Fixes 821: LibTest\core\Function tests apdated according to the Dartv 2 changes. New tests added.
2020-07-13 irina.arkhipets@gmail.com Fixes 819: LibTest\core\Match tests adopted for null safety.
2020-07-13 sgrekhov@unipro.ru Fixes 816. List tests migrated to null safety
2020-07-13 irina.arkhipets@gmail.com Fixes 818: LibTest\core\Invocation tests adopted for null safety.
2020-07-13 irina.arkhipets@gmail.com Fixes 817: LibTest\core\int tests adopted for null safety.
2020-07-13 sgrekhov@unipro.ru Fixes 812. LibTest\collection\LinkedListEntry migrated to null safety
2020-07-10 irina.arkhipets@gmail.com Fixes 815: LibTest\core\FormatException tests adopted for null safety.
2020-07-10 irina.arkhipets@gmail.com Fixes 814: LibTest\core\Error tests adopted for null safety.
2020-07-10 irina.arkhipets@gmail.com Fixes 813: LibTest\core\Duration tests adopted for null safety.
2020-07-10 irina.arkhipets@gmail.com Fixes 810: Lest and greatest closure tests moved to the proper folder.
2020-07-10 irina.arkhipets@gmail.com Fixes 809: LibTest\core\double tests migrated to null safety.
2020-07-10 sgrekhov@unipro.ru Fixes 811. LibTest\collection\LinkedList migrated to null safety
2020-07-10 irina.arkhipets@gmail.com Fixes 808: LibTest\core\DateTime tests migrated to null safety.
2020-07-10 sgrekhov@unipro.ru Fixes 804. LibTest\collection\LinkedHashSet migrated to null safety
2020-07-10 irina.arkhipets@gmail.com Fixes 807: LibTest\core\CyclicInitializationError tests migrated to null safety.
2020-07-10 sgrekhov@unipro.ru Language/Types and Language/Variables tests fixed after tryjobs run
2020-07-09 irina.arkhipets@gmail.com Fixes Issue 803: LibTest\core\AssertionError tests adopted to nnbd
2020-07-09 sgrekhov@unipro.ru Fixes 800. LibTest/core/Set and LibTest/collection/HashSet migrated to null safety
2020-07-09 irina.arkhipets@gmail.com Fixes Issue 802: LibTest\core\ArgumentError tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 801: Migrate LibTest\core\AbstractClassInstantiationError tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 790: LibTest\convert\Latin1Codec tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 790: LibTest\convert\JsonUtf8Encoder tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 790: LibTest\convert\JsonCodec, 790: LibTest\convert\JsonDecoder, JsonEncoder tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\ByteConversionSink, LibTest\convert\Encoding tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\ByteConversionSink, LibTest\convert\ChunkedConversionSink tests adopted to nnbd
2020-07-09 sgrekhov@unipro.ru Fixes 793. LibTest/core/Iterable migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 799. Fix expected results in LanguageFeatures/nnbd/extension_method_resolution_A03_t01
2020-07-08 sgrekhov@unipro.ru Fixes 798. Typo in LanguageFeatures/nnbd/extension_method_resolution_A03_t02 fixed

Change-Id: Ib03d5a425dbe2e6d4f238402e569df0adde70bc9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155327
Reviewed-by: Jonas Termansen <sortie@google.com>
Reviewed-by: Sergey Grekhov <sgrekhov@unipro.ru>
2020-07-22 15:01:10 +00:00
William Hesse
f88ce7aef5 Increase Dart version to 2.10
Change-Id: Ic6b556f935602834564aca24690608aa624efa43
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155440
Reviewed-by: Martin Kustermann <kustermann@google.com>
2020-07-22 13:22:07 +00:00
Jonas Termansen
2454b45000 Roll benchmarks-internal 1e4d9df24078..0e59a6bc3ee9
0e59a6bc3ee912273865b87709cdb698be358e30 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2140

R=sra@google.com

Change-Id: I32e67147264211f44cfad6f45ed571eef3dda06e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155320
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-07-21 22:39:26 +00:00
Jonas Termansen
d0d263c4f1 Roll benchmarks-internal ab5ac38ce09a..1e4d9df24078
1e4d9df24078c3a93c09077189e0dd25d00e3f6f https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2120

R=sra@google.com

Change-Id: I012e77160764d49b0d19a272d812e44274eb52d3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155120
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-21 14:03:48 +00:00
Sigurd Meldgaard
ad3be0ab96 Bump pub
git log --oneline 85bdb898aeb2ac7cea76489ba0bf4e52ff7a79bf..master
04b054b6 Find sdk path with cli_util (#2567)
36c195b9 Only alert about new prereleases for prereleases (#2556)
00b36394 Stop using deprecated mapMap from pkg:collection (#2544)
477cbe72 Improved expectations in flutter_plugin_format validator test (#2532)
a8e2442b `pub run` Don't write about precompilation if no terminal is attached (#2531)
d83d36a4 Don't precompile dependencies of global activate from path (#2530)
870f395c Sanitize git cache folder names (#2522)
03b7f9a5 Avoid divisive terms (#2523)
b239ada4 Remove divisive term (#2517)

Change-Id: I55ea52a86121a382dca5c0f85addd4513ada50bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154940
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2020-07-20 13:38:34 +00:00
Ben Konyi
e7b319698d [ package:dds ] Add server-sent event (SSE) support to DDS
This support is required for web clients of dwds within google3

Change-Id: Ia1ecbf8f5ba79d53cb340c83a579dc0810ec0065
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150183
Reviewed-by: Gary Roumanis <grouma@google.com>
2020-07-15 21:30:09 +00:00
William Hesse
4726b1b337 [infra] Update Chrome used in testing to version 84
Change-Id: Ib12df7bfe29c784324a5d4d71f320c2e82073449
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154469
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-07-15 20:08:36 +00:00
Jacob MacDonald
ff3c4fcbf4 update to latest async
Change-Id: If0d7e5382a042cc089ce8744385b1f1eac198eb9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154480
Auto-Submit: Jake Macdonald <jakemac@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-15 15:06:14 +00:00
Nate Bosch
febf9cd39c Update to latest package:http
Change-Id: I29514f0ba94a9d402b3935a0e199180787d0e945
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154342
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-07-14 23:02:33 +00:00
Jonas Termansen
b19fefa712 Roll benchmarks-internal 9bfe209a53a5..ab5ac38ce09a
ab5ac38ce09a56f54e0500405042f0ab00187f81 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2100

R=regis@google.com

Change-Id: If1f072ccdf835f8916f7a9d7eaeece5c8e985a94
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154328
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-14 19:28:50 +00:00
Jacob MacDonald
2b4dc0fa6b update charcode in the sdk to the nnbd version
Change-Id: I737ef6499d459b8f0a462e82038743547bbd5f99
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154340
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-07-14 16:42:30 +00:00
Jonas Termansen
574835aeb9 Roll benchmarks-internal 78e4b5975ab4..9bfe209a53a5
9bfe209a53a5731a972f13911f9dce1a8cc1c9e2 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2080

R=athom@google.com

Change-Id: I0ed4654d6ad49ab12549b2b842dbc22c036bba7e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154010
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-14 09:25:13 +00:00
Jacob MacDonald
05c7980fff update async in the sdk, add flutter engine patch
Change-Id: I17e088df3024992c4ea19a6dc2bcd63ba0dbb11b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153620
Reviewed-by: William Hesse <whesse@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
2020-07-14 08:40:34 +00:00
Nate Bosch
71d6b669a3 Update to latest package:matcher
Improves mismatch descriptions for deep collection matchers.

Change-Id: I915d238674a4feb2eb679e21175a588ad8cdae7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154280
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-07-13 23:41:59 +00:00
Sigurd Meldgaard
66cb8a8ed8 [pub] Cherry pick fix
This contains only the single commit of https://github.com/dart-lang/pub/pull/2556 cherry picked on a branch

Change-Id: I07147955e4bf0e4c5ca077dcaeffd431c991ebb9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153962
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2020-07-10 10:38:48 +00:00
Alexander Thomas
d5664c360a [co19] Roll co19 to ca44d7a864e0fb9d214be16818f56a485ab778c1
2020-07-08 sgrekhov@unipro.ru Fixes 797. LibTest\collection\HasNextIterator migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 796. LibTest\collection\IterableMixin migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 795. LibTest\collection\IterableBase migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 794. LibTest\collection\LinkedHashMap migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 792. LibTest\core\Map migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 791. LibTest\collection\Queue migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 789. LibTest\collection\HashMap migrated to null safety
2020-07-07 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\Base64Encoder tests adopted to nnbd
2020-07-07 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\Base64Codec tests adopted to nnbd
2020-07-07 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\AsciiCodec tests adopted to nnbd
2020-07-07 irina.arkhipets@gmail.com Fixed issue 602: Added tests for least and greatest closure with nnbd.
2020-07-07 irina.arkhipets@gmail.com Fixed issue 785: Updated expected results for future flattening tests in nnbd-weak mode.
2020-07-07 sgrekhov@unipro.ru Fixes 788. LibTest\collection\DoubleLinkedQueueEntry migrated to null safety
2020-07-07 sgrekhov@unipro.ru Fixes 787. LibTest\collection\DoubleLinkedQueue migrated to null safety

https://github.com/dart-lang/sdk/issues/42584

Change-Id: I14d3ff4856296c66a403e1c1a9d767deb0af3f80
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153604
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
2020-07-10 07:58:49 +00:00
Jonas Termansen
b0b957fe3f Roll benchmarks-internal 0b09b169b02f..78e4b5975ab4
78e4b5975ab4a8ccc15dea6595ba5295941f6ae4 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2060

R=regis@google.com

Change-Id: Ibf36cb48d9cdd566069ffec93fd14c90a9f0bff6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153920
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-09 21:48:04 +00:00
Jonas Termansen
a8200e2b1b Roll benchmarks-internal 81f0ebd1fd65..0b09b169b02f
0b09b169b02f8bc78bbb2486abaeb87b68ded660 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2040

R=regis@google.com

Change-Id: Ic2dbfd4c60808fcad4d258133792ffc254d997fe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153840
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-09 17:02:52 +00:00
Jonas Termansen
18081c7486 [infra] Add package:vector_math to DEPS.
Change-Id: I22f7038fb5bb4ca8d48f9151001ea44c0992dca8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153772
Reviewed-by: Régis Crelier <regis@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
2020-07-09 17:02:02 +00:00
William Hesse
9321c49984 [infra] Update checked-in SDKs to 2.9.0-21.0.dev
Change-Id: I368e52a4b00759b5b7069c2802fdde91a28b2653
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153775
Reviewed-by: Karl Klose <karlklose@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-07-09 13:52:51 +00:00