未验证 提交 5903a08c 编写于 作者: Z Zachary Anderson 提交者: GitHub

Roll Dart to 69fce633b72e158f5ac553cf3f0f4fcd0f7c735a (#6055)

69fce633b7 (HEAD) [vm/compiler] Omit implicit result type check for recognized natives.
8629563009 [vm] Fix few issues with field exactness tracking.
9085009f2a Adjusted type variable name conflicts to match class member rules
be0969b249 Specify that superinitializers must come at the end
7708989538 [vm/intrinsics] Introduce dart:_internal.uncheckedCast.
1a2532ce31 Adjusted end of 10.6 about constant object expressions
3af2f793ac Remove --no-preview-dart-2 from dart2js
59833ed175 Analyzer: Clear old metadata
4179fbcec7 Only compute canonical names and clean new libraries
3aa40c9625 Revert "Disable windows builder on commit queue while windows machines are down"
fd00c0a4f7 Train analysis server with cfe too
03d68355d6 More observatory fixes
06a785bf1e Speedup calculation of toplist by retained memory in Observatory
3290f60a31 Fix 'toplist by retained memory' in observatory
032037681e Revert "[VM/SDK] Switch kernel isolate to run in Dart 2 mode"
499761f0da [VM/SDK] Switch kernel isolate to run in Dart 2 mode
222ac2498a Revert "Fix #33415 no error for awaiting a void expression."
61b5ba7ecf [vm] Deep clone context when cloning closure
e02ec040cb @dart2js.tryInline should not inline methods that can't be inlined
9b3bda610b [vm/kernel/bytecode] Constant-evaluate default values of optional parameters of closures in bytecode
d5d7869f76 Update tools/VERSION to 2.1, to indicate the 2.1.x builds.
4da7360d71 [vm/kernel/bytecode] Fix capturing of factory type arguments in bytecode
0c2d382a6e add the ability to set the analyzer's state location via an env variable.
3987cd4616 Update parser tests to use new scanner
4dc7b30058 [vm] Fix test failures introduced by 6e7bf5efaecd0bc9b72e66d788cc6fc196d79349
e29176ea0d Add --use-cfe and --analyzer-use-fasta-parser flags to smith:configuration
0dd7ce49c1 [vm] Make sure constant pool usage is allowed when entry point block is not emitted first.
6e7bf5efae [vm] Dynamically track exactness of the field's static type on X64.
37056ccc82 [vm] Disable unchecked entrypoints to implicit closures in precompiled mode.
eb37da8344 It is an error if a final field is initialized by some, but not all, constructors
5dec524cb0 Omit default constructor when a constructor is injected by a patch
f8a96b88e9 It is an error if a final field is not initialized.
742ec9372f Remove support for functions as assert conditions in Dart 2
2c3e093208 Register implicit .call invocations.
09ce852bd3 Remove obsolete field from CQ configuration
e08286da9d Disable windows builder on commit queue while windows machines are down
42f295ece5 Deprecate `provisional` and `Provisional` and make them unusable.
ff46f9f8c7 Cleanup unused things in incremental compiler
2c6ad6e76d [VM interpreter] Disable code optimization when running interpreted tests.
891b7164ac Fix overly strict invalid return checking.
61fe321224 Update perf tool to use new scanner
39d4184b04 Reapply "[vm, compiler] Fix incorrect derivation of a concrete cid from FutureOr."
d772f40084 Add dummy test to prevent test failure from running no tests
97fddfc414 Don't have the analysis server ignore unrecognized flags.
54ae4f9172 [VM] - Fix race condition in setting kernel isolate (was being added to the isolate list before it was marked as a kernel isolate)
d98e4cc2a9 Support parseArguments in the compatibility wrapper around the fasta parser
1285506aec Register need for constructors used in instanceof checks
a558e71b19 [infra] Re-add --dart2js-batch to dart2js builders in the test matrix
72c276a65f [VM interpreter] Fix interpreter build after recent change to Instructions.
4e959af53d [vm/kernel/bytecode] Generate bytecode for platform when building SDK in --bytecode mode
d8a4a3896a [vm] Multiple entrypoints: backend/assembler support.
821d724814 [gardening] Fix standalone_2/io/directory_test
5572df1458 [vm/precomp] Fix name of vm:entry-point.
e4bd67028f Make minified test work on Windows
d14b256e35 Specify integer literals in double context.
e8e1ed6419 [vm] Fix hot reload when root script changes.
4c2ef4bb33 Add side-by-side printing of configurations to package:smith
57d48dcc9f Fix bug in incremental compiler, only later using initialized type
aa8145a03d [vm/kernel] Add a transformation that annotates invocations with receiver type.
da428bb3d4 Update status for incremental_bulk_compiler_full
05f2448371 [release] Prepare changelog for 2.1.0-dev.1.0
54fc71ddca [infra] Fix dart2js-csp-chrome builder
0db6545b51 Illegal return type check for functions marked async* or sync*.
ad6029c608 Update fasta parser to split ">>=" when parsing type var
4eb4d75270 Remove unused event parameter
f92043c3c8 Get some code completion tests passing under CFE
b76749d44c [VM runtime] Fix gc traversal of interpreted entry frame.
90440ad2df Update to latest pub with --enable-asserts
3822f3ff69 [gardening] Update status file for issue #34142
825df975a0 Revise fasta type arg/param parsing to ignore "<".endGroup
06396cf2a4 [vm/interpreter] Fix PC offsets of bytecode try blocks in PcDescriptors
e68b838643 Add CONTRIBUTING.md
2b8b955641 [vm/kernel/bytecode] Fix field initializers in constructors
e5dd9c44b4 Remove test.py flags from builders in test_matrix, use configuration instead.
0bcf767d4d Clean up more preview-dart-2 related code
59a68b5310 Merge the analyzer-use-cfe-linux, analyzer-use-cfe-mac, and analyzer-use-cfe-win bots.
964a2fb9bb Produce fix when super constructor does not exist
49437e3bae Split TooManyArguments to support quick fixes
5d400eedf6 Update analyzer/FE status entries with pointers to issues
de4fe651c1 Add individual lines for the void and invalid returns tests
94f80d6ee5 [infra] Remove Dart 1 front-end builder from the test matrix
23dd9a0f66 Fix 3xhead_flutter_hooks.sh script not being executable.
b13c4e4c9f Updates status file to expect MissingCompileTimeError for illegal async function return type check whenever running in 'legacy mode'.
a517d19788 Change how we calculate memory usage for the analysis server benchmarks.
feff33b892 [vm/kernel/bytecode] Implement overlapping of type arguments in bytecode
b99e41ac6f Revert "fix #28233, add hint for missing returns to function expressions"
2c7e6df9d3 [frontend-server] Fix frontend-server test on Windows.
4b704f234e [vm/precomp] Remove part of the generated entry points JSON list.
0c7fa585e3 Adjust status files for analyzer_use_fasta_parser to fix bot failures.
75af21c363 Add wrapped versions of element classes.
9f9682e8f3 [gardening] Filter out failing tests
817e2cacb5 Base fixes on UNDEFINED_GETTER rather than UNDEFINED_IDENTIFIER
ecad8d67b3 Add fix for getters on parameters
5a8afa76b1 Triage language tests for void in DDC and analyzer
14f6fbb457 Fix test_matrix.json for dartkp product mode builder.
0aeaef23e2 Remove parser reliance on "<".endGroup/endToken
57918dad37 Fix some new 'missing_return' errors in kernel
81d47a84c5 Use the named configuration in test.dart, if it is present
6a4f1b76ac Remove the --preview-dart-2 option from dartanalyzer and the analysis server.
8c16c4daaf [vm/kernel/bytecode] Constant evaluate Symbol literals in bytecode
9cfe7f49e7 Triage the remaining analyzer/front_end integration language_2 failures.
98c8cfc827 Add note to language/informal deprecating the directory
0d1abc535b [vm/kernel/bytecode] Initialize _Closure._delayed_type_arguments to Object::empty_type_arguments()
5f4343f864 Remove the analyzer code from DuplicatedNamePreviouslyUsedCause
e2164fb292 Update the analyzer_cfe_progress.dart scrip to measure language_2 failures.
b13f496974 misc: remove compiler_unsupported entry in .packages file
a8155f25fc [vm/aot/tfa] Infer int type, devirtualize dynamic calls
d97920e9c8 Revert "[vm, compiler] Fix incorrect derivation of a concrete cid from FutureOr."
580f809949 Convert the current analyzer --use-cfe test results to language2 status file entries.
932e29d878 [vm] Refactoring: move methods from FlowGraphBuilder to BaseFlowGraphBuilder
120f595ccc [vm] Use zone memory allocation in StreamingFlowGraphBuilder::BuildSwitchStatement
8a05c944cd Remove JsInvocationMirror._invokeOn
741f662a60 [vm/kernel/bytecode] Fix number of checked arguments in bytecode calls
8f768e7305 Fix an NPE when creating a fix to add a method for an undefined identifier that is not in a class context
d72334e6a2 Prevent NPEs in the fix processor
9619e2cd77 Remove unused fasta parser methods and event parameter
9faae801ac [vm, compiler] Fix incorrect derivation of a concrete cid from FutureOr.
5d03b3bcdb [VM interpreter] Extend subtype-test mechanism with support for generic methods.
978f12c17f Use void in place of Null in analysis_server
a9178a20fc Documented issues with HttpClient.authenticate
b244c0805d Extends the type checking of async functions to check whether the declared return type of an async function is a super type of Future<T> for any T.  In case the check is not successful an error message is produced. The location of the name of the offending function declaration is used as location information for message. Ideally we would use the location of the type, so until types get annotated with location information the error message remains suboptimal.
d8e01be7d5 Update named configurations to agree with builder flags
1e72c90521 [co19] Next roll of .status and DEPS update
1354c9bde0 [vm] Fix frontend_server after VmTarget move.
ba10df6611 [infra] Switch pkg bots to Dart 2
0bb8cbd9cb Use void in place of Null in analyzer_plugin
b268f203eb [vm, gc] More aggressively consider idle compactions.
010828ada4 Fix issue with pub upgrade not running on existing plugins.
707040bfa0 [vm] Adds targets for gen_snapshot that include the interpreter
5a2a13c8bf Store and resynthesize codeOffset/codeLength for functions and methods.
98d07dd8bf [vm/kernel/bytecode] Minor fixes in bytecode generator
fe0640e3b1 Refactor way of providing file info, set codeRange for units.
80a05845d8 linter 0.1.59
761178e471 Fix DEAD_CODE issue when `break label` is found inside a for-each.
c3f5c07a47 Simple type argument parsing fixes and more tests
ea9b594230 Added some quality measures to the completion stress test
4c659e9f83 Have --use-cfe contribute to the driver signature.
0aa8f2d5cb Fix for some Quick Fix tests by adding CFE generated error codes.
fe6daed58b [vm/compiler] "fast"-path for x64 division
508751c5b1 Revert "[co19] co19_2 tests roll (DEPS and .status files update)"
4d5b5bb5a6 [vm/compiler] Fine tune operator and phi handling.
28583df3ee Store codeOffset / codeLength for classes.
a9ad427ea2 Validate cookie values wrapped in double-quotes
ac973e5ba7 Return SourceSpan with actual length from _CompilationMessage.
d69a354026 Put fileEndOffset into ArgumentsJudgment and use to report argument errors.
8e2141f1cf Fix parsing typedefs with <T>=
e482a28985 Fix precompiled status for this-in-initializer fix
66278e3919 [vm/precomp] Change checked/unchecked terminology to monomorphic/-
54a5aeba4a Change date format in CHANGELOG.md to yyyy-mm-dd uniformly.
2915e98de9 [gardening] Skip app-jitk tests which evaluate source and therefore need IKG
be7022f6d9 Remove named configuration template expansion code from test.py.
bde6bbca96 [kernel] Move VmTarget and FlutterTarget to package:vm
f2766eb24e Disallow references to this in field initializers.
5c7d257978 [kernel/vm] Fix native extensions.
f99b9b80ff [co19] co19_2 tests roll (DEPS and .status files update)
8dbcb9b26d Remove co19 hack from part multi-use check.
上级 e26643fa
......@@ -31,7 +31,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': 'be6309690fd60284a87f3258a740c7c30efb1092',
'dart_revision': '69fce633b72e158f5ac553cf3f0f4fcd0f7c735a',
'dart_args_tag': '1.4.4',
'dart_async_tag': '2.0.8',
......@@ -58,7 +58,7 @@ vars = {
'dart_http_throttle_tag': '1.0.2',
'dart_intl_tag': '0.15.6',
'dart_json_rpc_2_tag': '2.0.9',
'dart_linter_tag': '0.1.58',
'dart_linter_tag': '0.1.59',
'dart_logging_tag': '0.11.3+2',
'dart_markdown_tag': '2.0.2',
'dart_matcher_tag': '0.12.3',
......@@ -73,7 +73,7 @@ vars = {
'dart_plugin_tag': 'f5b4b0e32d1406d62daccea030ba6457d14b1c47',
'dart_pool_tag': '1.3.6',
'dart_protobuf_tag': '0.9.0',
'dart_pub_rev': '5962908a66e814dd78f6856a4e5f792c6db65fbc',
'dart_pub_rev': '9f00679ef47bc79cadc18e143720ade6c06c0100',
'dart_pub_semver_tag': '1.4.2',
'dart_quiver_tag': '0.29.0+2',
'dart_resource_rev': '2.1.5',
......@@ -98,6 +98,7 @@ vars = {
'dart_watcher_rev': '0.9.7+10',
'dart_web_socket_channel_tag': '1.0.9',
'dart_yaml_tag': '2.1.15',
# Build bot tooling for iOS
'ios_tools_revision': '69b7c1b160e7107a6a98d948363772dc9caea46f',
......
Signature: 092d7fdd5c3c7962192e716fb3746099
Signature: 2cf18ab3f78b7a31e743ed06f3db5660
UNUSED LICENSES:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册