• B
    Dart SDK roll for 2018-07-27 (#5896) · af855e06
    Ben Konyi 提交于
    08f59e5de3 These changes are causing a segfault in DartEntry::InvokeFunction in dart_entry.cc in Flutter, which was blocking the Dart SDK roll.
    6e322f794c No longer run pub list-package-dirs from the analysis server.
    caa96f5897 Fix an issue where projects that used .dart_tool/build wouldn't find the flutter analysis options file.
    29b893b124 [dart2js] Evaluate map literal key before value
    66828182f1 Update server integration tests
    b0636e1b09 Improve an error message
    238bffec02 Report error on illegal initializer
    56bd1fc6f7 Remove two more deprecated_ methods from BodyBuilder
    01e69cc0c4 Take 3 for "[vm] Factor out more of the slow-path of the store barrier into the stubs."
    82947cccc9 Store named types resolution during outline building.
    5c10a8328c [vm] Fix bug with cid_ caching in CompileType.
    cb70de8afa [vm/compiler] Fix negated integer comparisons in AOT
    31af5ce13c Revert CLs reworking generator class handling of non-lvalues.
    a0b058b398 Remove BodyBuilder.deprecated_addCompileTimeError
    502b4ffea5 [vm/compiler] Non-speculative ARM long multiplication.
    fdf8e6f2bf [vm/kernel/bytecode] Omit 'is' checks of top types in bytecode generator
    9686636f6b Revert "Re-land "[vm] Factor out more of the slow-path of the store barrier into the stubs.""
    0a66473c96 Report error on non-sync factory
    c385f4f237 Strong mode cleanup related to TypeSystem
    911672e204 Avoid crash on duplicated field with initializer
    3665cad81c [infra] Shard analyzer unit tests
    881894e13d Document describing interceptor optimizations
    55726c8b3e Do not emit minified names in the deferred source-map files
    72fe0ba7c5 Parse getter parameters, and resolve them.
    7651177cf1 fix #33684, "not a function" JS TypeError usually means nSM
    8edd2d5eb0 [vm/compiler] Non-speculative IA32 long multiplication.
    994dc880ed fix hints in dartdevc
    1a5f94a0a4 Fix analyzer-CFE integration of illegal references to instance members from static contexts.
    d5b5736a47 Merge DDC's libraries specification into the sdk/lib/libraries.json file
    bad8de3156 [GN] Include all library sources in the platform SDK
    f6a8c24b85 [VM interpreter] Support generic 'invoke field dispatcher' functions.
    02ba125a14 Add informal spec for invalid returns.
    1336802dee [test] Adds a KBC configuration to the test matrix
    8c8a211c6e Understand 'isNegative' for Analyzer as 'hasError'.
    50b13015c9 Report error on annotation with type parameters
    9422495ad6 Report error on factory with type parameters
    903173eebb Update analyzer status file
    232698047c [vm/precomp] Extend @pragma entry-points to classes.
    34fea8710c More cleanup related to strong mode, mostly in the SDK support
    77bb0ddfde Update analyzer status file
    ed06bd0d33 Remove and deprecate strong mode references from the resynthesizer
    567109df7f Take 3 for "[vm/kernel/precomp] Remove procedures from entry points files."
    9c69e7e1d2 Fix some tests that were failing on the use-fasta-parser bot
    b2d0f8ea63 Remove tests relating to selected parameter index + bump version number
    a470790e5e Revert "Mark get_signature_test.dart as slow."
    25b20ee67b Reland "[VM] Move kernel buffer created by IKG into external typed data with finalizer""
    4c32dbb613 Add missing 'new' keywords to fix --no-preview-dart-2 failures
    5b2e9a4c4e Mark get_signature_test.dart as slow.
    1a122e3ac0 Deprecate module-root option in dartdevc, part of #32272
    099815312a fix dartdevc source maps incorrectly storing temporary variable locations
    70e58189d5 Update awaiter_async_stack_contents_2_test test status as failing in app_jitk config.
    21b85f326a fix #33348, length is a valid enum field name
    cf0a70e531 [vm] Remove unused NSM-forwarder bit.
    372a24cb7c Store resolution for catch with invalid parameters.
    54d46b801a Fix for unresolved redirecting constructor.
    5d98fe159a Fix ExtractTokenPositionFromAsyncClosure on kernel
    78ce706775 workaround for #33885, constant evaluation in Analyzer sometimes fails
    0212fbad89 Exception VariableDeclaration can be synthetic.
    0b778d0697 Change IncompleteErrorGenerator to make use of NonLValueGenerator.
    98fd0f3b6d Remove propertySet from TypeInferenceListener.
    74d480b27f Update dartdoc to 0.20.2 and update dependencies.
    c7ed22a5d8 [VM interpreter] Support "invoke field dispatcher' and 'method extractor' functions without jitting them.
    a74d6eac69 Report error on constructor with type parameters
    232bed3d11 Change UnresolvedNameGenerator to use NonLvalueGenerator.
    e4446d3d0d Support for synthetic variable declarations.
    5d145bdc22 Temporarily revert training the analysis server snapshot.
    6e580733f1 Finish the test clean-up even though no tests can be made to pass
    28212050bf [VM] Re-generate type_flow expectation file after some changes to vm-service code
    7fc6bf307f Resolve rethrow.
    726b4c035b [analyzer] Update tests for override checks
    abe03023b3 Skip co19 in ie11 for now
    41018ae11e Report error on async/sync method with no method body
    81db3e492a Fix resolution for named arguments in FunctionExpressionInvocation.
    b2716552cd [vm/kernel/bytecode] Fix type arguments for constant instances in bytecode
    ff89b55c8d Improve class member recovery
    751e19c6d7 Report error if expression is not assignable
    d6519499fe Give -capp_jitk more time due to not using kernel-isolate from app-jit snapshot
    c33e41ec34 Update strong mode kernel tests
    d792809d6f Add signature param defaultValue and remove (unused) selectedParameterIndex
    e5a58158e3 Add constructor impl/tests + additional function tests for getSignature
    ab0d27b694 Ignore an exception when deleting the temporary driver cache directory.
    432e59e589 Fix error reporting if a for-in statement attempts to assign to a prefix.
    79ed0553e9 Re-land "[vm] Factor out more of the slow-path of the store barrier into the stubs."
    36203b6f37 Upate the failing tests in NonErrorResolverTest_Kernel
    be7717dab4 Deprecate more propagated info members
    c353d02a3c [fasta] Fix override checks for generic methods
    4becf1aec3 [VM] Fix windows build after landing new navie embedder API
    3801b38e34 Revert "[VM] Move kernel buffer created by IKG into external typed data with finalizer"
    33914226f2 [VM] Add Dart_InvokeVMServiceMethod() to dart_tools_api.h
    78462ecbdd [VM] Move kernel buffer created by IKG into external typed data with finalizer
    ebb033cb72 Add signature information to spec and add basic implementation for functions
    80f851a711 Normalize the analysis server snapshot.
    32fd7b15e4 Remove special case for assignment to parenthesized expressions.
    c9b197017c Rename "assignment_of" -> "assignment_to".
    c1552c3728 Ensure we terminate training if we get an exception from the analysis server.
    d00a5783c9 [vm] Fix bin_to_coff.py so it produces 8-byte wide kKernelServiceDillSize on 64-bit build.
    5fa401cab0 fix dartdevc dart:_runtime to use old-style part-of declarations
    906647c046 Fix Dart 2 runtime issue on DDC for the web
    071ca8c05c Updated tests
    f0f81d211a Report syntax error on external top level method with body
    8c4b5be526 Update more expectations for kernel tests.
    2fed345d6a [VM source coverage] Improve source coverage report for a class being finalized. This addresses a review comment on https://dart-review.googlesource.com/c/sdk/+/66022
    d78b217b62 Update some kernel test expections.
    55c0857037 Create a common generator class to handle non-lvalues.
    1fe0518d3b Resolve values of duplicate named arguments.
    e2dd823912 When making fresh FunctionType, set nestingLevel for its type parameters.
    6a4d64fe0c [vm] Notify the service isolate of all isolate shutdowns, not just those triggered by Dart_ShutdownIsolate.
    9727a4a4ef Fix #33415 no error for awaiting a void expression.
    7b77fa217b Fixed callbacks typedef to be List instead of a generic typed List. Fixed getLegacyStats - shouldn't have a JSName annotation.
    eb4b4d3699 Make loadScript() return a future, so it can be awaited in dart 2.
    c738ae06b5 Revise recovery of ".as" and ".is" in fasta parser
    54e241d71f Deprecate more AST API and replace uses of it
    6b744ec7ed [analyzer][cfe] Pass enableSuperMixins flag to CFE
    1ddadd4207 Update LocalDeclarationVisitorTest for fasta parser
    dd23176eab Update CompletionTargetTest for fasta parser
    11784f6ef9 Run the dartanalyzer with --use-cfe.
    129dc3c984 Update the failing tests in StaticWarningCodeTest_Kernel
    e7c98d4439 [vm/compiler] Refined type analysis for check class.
    2eba6faa30 Revert "[vm] Factor out more of the slow-path of the store barrier into the stubs."
    b3e289a95e [vm] Factor out more of the slow-path of the store barrier into the stubs.
    ca947ffc1c Store resolution for invalid elements used as types.
    f362537574 [vm/aot/tfa] Fix corner case in tracking of field values in TFA
    a486776e73 Update the failing tests in NonHintCodeTest_Kernel
    1915e2072d Add a missing return.
    cdeda8ecb1 Map NotAnLvalue to an analyzer error code.
    4190705bbd Update the failing tests in StaticTypeWarningCodeTest_Kernel
    7ff85ccf13 In strong mode StaticTypeWarningCode is an error, so void_ test pass in Analyzer + CFE.
    6b176a711f [fuchsia] Add SDK prebuilts to .gitignore
    4d51905f67 [VM source report] Do not compile functions of a class marked for parsing. This fixes https://github.com/flutter/flutter/issues/19486
    0e04a3b858 Update code completion OpType and tests for fasta parser
    ca1cb5e817 Allow type before "this." in constructor
    c4d92dc5cf Analyze the observatory on the bots.
    33697f7339 Revert "Reland "[VM/SDK]""
    57e11e3d55 [ VM / Testing ] Added status file entry for debugger regression test which is expected to fail for app-jit in Dart 2
    21a582d886 Cleanup in JsInvocationMirror: remove message about MirrorsUsed
    1566b0dbc1 Add tests for nsm errors
    6a8b2822ad Mark a test as slow.
    6937dabf06 Update the failing tests in StrictModeTest_Kernel
    c9a11d866a Upgrade pubspec constraints.
    9eac90d2a2 Check void usage and invalid returns
    6da9058a73 Cast result of jsonDecode to Map<String, String>.
    dcb95dba3e Update the failing tests in HintCodeTest_Kernel
    a22c72bc49 Add tests for non-constant deferred instantiation
    e98334a58c Remove remaining references to propagated types and mark the members as deprecated
    c76e071b79 [vm/compiler] Improved integer power specialized inlining.
    cd71a2f84b Remove references to propagated types from some tests
    873c4437c4 Update the failing tests in ErrorSuppressionTest_Kernel
    98346afff9 Remove unused type propagation from ElementResolver
    ec505fe330 Remove more old scanner tests
    cc653e28a0 Remove old scanner from analyzer scanner wrapper
    e3b5bfd854 Store original names in the minified name map
    ac73b8e198 [vm/compiler] Improved type analysis for check class.
    9791508d90 Revert "[vm/compiler] Improved integer power specialized inlining."
    5c9c90f7e1 Revert "Check void usage and invalid returns"
    76c920559b Add watcher to be cc'd on changes in pkg/compiler or tests/compiler
    a993b58302 Update test expectations for CompileTimeErrorCodeTest_Kernel
    a3ec4fec1d [vm/compiler] Bug fix on background to foreground passing.
    6bddb6c112 [ VM / Debugger ] Use existing Function object to set breakpoints instead of finding "best fit" when possible.
    6bc1cdb5b1 [vm] Add unsafe mode to VM
    cadc4c33ca [vm/compiler] Improved integer power specialized inlining.
    b32277988f analyzer 0.32.4
    a456edcb8f Remove analyzer Dart files from AnalysisDriver.
    998f1e5106 Remove old scanner from token test
    98356d3ed8 Revert "Re-land "[vm/kernel/precomp] Remove procedures from entry points files.""
    98c684815f Regnerate generated files that got out of sync
    c0c23dcd6f Start updating test expectations for tests that are now passing
    81c2b9d486 Remove some of the uses of propagated information
    ca0123ac70 Call KernelImpactBuilder._visitArguments once in visitStaticInvocation
    a437b4b469 Re-land "[vm/kernel/precomp] Remove procedures from entry points files."
    1d46b4728c Handle non-regular files in _IoFileSystemEntity.exists.
    b1eeacc30a Remove usage of unittest package from a number of tests.
    555cca2b1a More cleanup in inferrer engine
    eeb8cba38f Add tests for generic instantiations in deferred parts
    4273bb2e2a Remove TypeUse.mirrorInstantiation
    2e220fe450 Adjust status file for a timing out test.
    660ea995ad Update analyzer status file
    ed30ba2a82 Resolve import prefix method invocation.
    396c92e57d [VM] Fix build breakage
    d53b44f328 [VM] Fix incorrect error message.
    b59583edea Reland "[VM/SDK]"
    b83c2985c2 Use single CollectedResolution per file.
    7f5334480e Revert "[VM/SDK]"
    2d366c3ae9 Switch to use swarm instead of sunflower for dart2js unittests.
    25d5d15935 Fix parse invalid property access
    b4146411d0 [VM/SDK]
    75deedf3f4 Fix more error code mappings
    6f5b0b5ddc Fix swarm sample.
    bbcd237d08 Apply resolution to annotations of formal parameters of redirecting constructors.
    35b08dec12 Add minified names to sourcemaps
    4a0d4456bc Store type use only if it is qualified, don't store twice for improt prefixes.
    b04ab993d0 Map ExtendingEnum, InvalidVoid and MetadataTypeArguments to analyzer codes
    d6726cae36 Map AbstractRedirectedClassInstantiation and ConflictsWithMemberWarning to analyzer codes
    44933e1f1e fix #33876, only use Object method null helpers if signature matches
    b4824b0dea Fix analyzer/FE integration when a const constructor calls a non-const super.
    6409cc75ef Stop storing propagated type and element information
    b18efbe099 Remove spec mode support from ErrorVerifier
    25ff988071 [VM interpeter] Allocate a SubtypeTestCache and use it in interpreted implicit setter.
    df0785372a Map CyclicClassHierarchy and MixinInferenceNoMatchingClass to analyzer codes
    4c415e778a Remove some dead code related to spec mode
    fdd0494a02 [fasta] Don't skip metadata on redirecting factories and their formals
    335f0ab333 Remove EnqueuerStrategy
    406b6e8866 Flatten inferrer implementation
    ec733c3b3c Support more type arguments in generic instantiation
    70747047b0 Add hint for .runtimeType.toString()
    87e21a130d Update pkg.status file entry to unbreak the pkg bots.
    128ecff0c5 fix #33872, support typeArguments passed to reflectType
    3320d8f677 fix #31237, missing return hint was missing for inferred returns
    80b96b5bb6 [VM interpreter] Do not ignore field guarded cid in interpreted implicit setter.
    f40988e508 fix changelog for meta (pre-publish)
    9c13c9dafc Resolve invalid return statements in async/sync generators.
    863c79a5fa Fix analyzer/FE integration of unresolved method invocations with no targets.
    1f6c3cfc8a Map three front end codes to analyzer codes
    fa629d83d8 pkg/js: fix pubspec author
    7ddc4ce8ba Train the analysis server snapshot on pkg/analyzer_cli.
    af613c7479 pkg/js: support Dart <3.0.0
    6baca4c154 Map PlatformPrivateLibraryAccess to an analyzer code
    47a3032211 Store resolution for method invocation when arguments don't match parameters.
    83a615cf4b Linter 0.1.58
    dbeba66e04 [gen_snapshot] Carry through the root library if present when create Core or CoreJIT snapshots.
    fa270d5c10 Update checked-in SDK version to 2.0.0-dev.69.0
    5a1d4c95eb Replace more uses of Unspecified
    23c81964d9 Store resolution for invalid assignment to a parenthesized expression.
    d44451c5c7 Distinguish synthetic and non-synthetic tokens in ResolutionStorer/ResolutionApplier.
    11f3c57e9c Fix deferred type literals and typedefs
    b9a73c1fc6 Use ExternalConstructorWithFieldInitializers instead of Unspecified
    e9fa236d6b Status fix for CONSTANTS
    d715c5e052 Status file fix for CONSTANTS
    e22cab8514 Use LabelNotFound instead of Unspecified
    3657ee33eb Use ForInLoopWithConstVariable instead of Unspecified
    21a935af9f Replace relative imports in kernel_service with package imports
    d283ad8291 Fix bots for CONSTANT removal
    14b359fdb9 Map VoidExpression to an analyzer code
    17cca798e5 Revert "[vm/kernel/precomp] Remove procedures from entry points files."
    006a2f481b Fix a type issue at runtime.
    91dcf654a4 [vm/kernel/precomp] Remove procedures from entry points files.
    a133e78ead Mark last 2 statement completion tests as failing for now
    e382644aa3 Fix incorrect annotation on test_closure_generic.
    f2402b3c08 Remove deprecated SDK constant declarations.
    e7c6416f80 Run bootstrap test in strong mode
    38db4a10db Normalize status file
    7c27ebe8e3 Remove unused messages
    11001793a2 Check void usage and invalid returns
    a3bb529eec Update package:testing wrt. void
    7d1f3b358a [fasta] Update test status after the fixes for #32613
    c6f525634f Normalize status files
    db45d049db Update VM CC test to new void rules
    389b8997b3 Update dart2js extra test wrt. void rules
    4a01dc66bc Fix crash in inferrer_engine
    c49cfa690d Replace crc32 with fletcher16 for a faster checksum algorithm.
    54e98e7c15 Stop tracking ResolutionData.literalType in analyzer/FE integration.
    b1a68a408e [vm] Clean up bad_reload_test as it works as expected now.
    df8e525655 Use InvalidUseOfNullAwareAccess and ThisOrSuperAccessInFieldInitializer rather than Unspecified
    23776cd162 Increase the analysis server memory cache size.
    f9620adcc5 Fix hot reload bot failures.
    c1df0d4c10 [vm] Very basic store barrier elimination.
    6d28b0a551 Postpone type/element translation until ResolutionApplier.
    9cb4a23651 [status] Status file fixes dropped from last change
    22998a18fc Statement completion fixes
    ebf1e8493e Don't iterate over the entire package map when looking for a package mapping.
    d0510501d2 [build] Add -a kbc for interpreter
    8aeb7de19d Avoid List.forEach in performance sensitive code.
    dc04320c64 [VM] Fix memory leak after landing embedder abstraction change
    253660db21 [vm/kernel/bytecode] Support corner cases of super calls in bytecode generator
    7341da84bd Use SuperclassHasNoDefaultConstructor in place of Unspecified
    9c2e9ecca9 Fix context elements for fields and top-level variables.
    62ce40f287 Map AmbiguousSupertypes to an analyzer error
    19002bf094 [vm/compiler] Improve AOT decision on speculation.
    9ebab91896 Use ConstConstructorInSubclassOfMixinApplication in place of Unspecified
    296319d2f0 [observatory] Switch to static mode.
    7a35e9cade Store resolution for using non-constant factory for constant instance creation.
    75e1ebd55c Improve "else" statement recovery
    0fb284217d Map ConflictsWithSetter to an analyzer code
    8245707b4c [vm] Refactoring: remove misuses of StreamingFlowGraphBuilder
    0a2eb8524f Map UnmatchedToken to an analyzer code
    651994ba70 [observatory] Progress toward static mode compatibility.
    a7e511f4dc Fix order of named arguments in nsm-forwarders
    4674961476 Improve missing ")" recovery and remove duplicate error messages
    64a1f8f69c Prepare for upcoming void usage semantics
    ab1c1582b1 Remove deprecation hints in analyzer packages
    1714abb7b0 Update status file
    f08ada2d52 Disable a flakey analysis server test.
    cc1a7b35d0 Update SDK wrt to void and invalid returns
    3dba24bda2 Use TypeVariableInConstExpression in place of Unspecified
    6927e30cac Use BreakOutsideOfLoop instead of Unspecified
    b571e9391c Report missing semicolon on last consumed token
    dcd58ff563 Update unittest to 0.11.x. Check out unittest from chromium.googlesource.
    42bbdec54e Update dartfmt to 1.1.3.
    c137fe2fbe Update tests related to generalized void
    c910738825 [vm/embedder] Introduce dart_standalone_embedder_api.h
    fadd6c0698 Update status for ie11
    736a45babe Mark test_getResult_functionTypeFormalParameter_withTypeParameter as @assertFailingTest.
    061004e9b7 Store resolution for instance creation even when wrong number of arguments.
    e84f061db8 Build a 2nd, --no-preview-dart-2, analysis server snapshot.
    8ed9345ccd Revert "[vm/compiler] Improved type analysis for check class."
    6858559c48 Add support for `Function` syntax to analyzer/CFE integration.
    7a5e49e4e4 [component] rename libs fuchsia::sys -> component
    dfc2adf547 Map the error code for InheritedMembersConflict
    00c8cf84c5 Convert Unspecified to NonConst[Constructor|Factory]
    773be5181c Update crc32_test.dart with Dart 2 constant name
    9aa9d88fe4 [ VM / Windows ] Fixed potential null dereference in ThreadLocalData::RunDestructors.
    9be82b92ab [VM interpreter] Support inline type check of implicit setter value.
    3c5de5d4e1 [vm] Support http and https schemes in dart imports.
    34c5058e35 Create new ProcessedOptions for every new file compiled.
    875abcea39 Remove experimental closure support from dartdevc
    2420134b23 Remove obsolete tools and tests from package:dev_compiler
    a473a0da2f Store resolution for invalid member references.
    8b01effa5b Store unresolved prefix resolution.
    7b964090b9 Adapt ResolutionApplier.visitFormalParameterList to handle function-typed formal parameters.
    69a15d2006 Convert Unspecified to ConstructorNotSync
    bcad45f350 Update DEPS to post CONSTANT versions of packages
    a0f517834e [observatory] Progress toward static mode compatibility.
    e8d715db84 Convert some uses of Unspecified to NotAConstantExpression
    0d52cb6a62 Write data to the driver cache asynchronously.
    91ce347309 Reapply "Create _nullFuture and _falseFuture in the root zone."
    ce682638d9 Tests for invalid Map literal type arguments resolution.
    c9ba6a9709 [fuchsia] Migrate back to SyncPtr
    946be233f6 Use special error templates for for-in loops.
    31bed29d6e [fasta] Correct override check for methods with covariant parameters
    48a258a4a5 [Fasta] Additional override checks
    ec5adbf663 Cache the package:path context.current field in toUri() calls.
    7d6cd21706 CFE and member conflict rules
    5b119ed796 Remove an as expression.
    d533cef4b8 bump meta sdk constraint
    5eea3942e6 [CQ] Remove pkg-linux-release from the CQ trybots until it is fixed
    2d10906fff Update safari status
    76db06cc24 Fix assert in Future code to allow a Future<Future<int>>.
    0277432f28 [fasta] Fix inference for const redirecting factories invocations
    6acee7cdb7 Fix tracking of native classes needed for rti.
    117f651f7b Emit classes used in type variable replacements
    eb8be07021 Adjust status file to account for test passing on windows platform sure why).
    dc084713d4 Adjust status file to include app-jitk in the settings for the named pipe test.
    ceab1bcfd3 Do not offer to create a class for identifiers in directives (issue-33856)
    782efe1dfb Update a status file.
    312a7d13ec Store resolution for unresolved type instance creation.
    8f8d0bb1d7 Apply resolution to list literal type arguments.
    5333dd7f0f [vm/compiler] Improved type analysis for check class.
    ff2933c55b Fix #33194, handle type parameters on implicit call tearoffs.
    7da3fe2ca2 [vm/compiler] Inline implicit setters in call specializer in strong mode.
    2b473c4fac [vm/reload] Permit reloads in the absence of main method
    ffeee8fe10 Fix some typos.
    823835c84b Fix analyzer/FE integration of references to class type parameters.
    feaf79e5ac Colors that work a little better in dark mode
    c6f55f7478 [VM] Use the incremental compiler to compile sources only when the observatory server is started.
    7ebe83fda1 [vm] Don't need to preserve ICData past the dispatching stubs.
    ae0a4d994e Rework how type information is communicated from CFE to analyzer.
    ed8824f686 Resolve loadLibrary() arguments (which should not exist).
    d5c7f5af88 Convert more Unspecified errors to concrete errors
    c95f323af2 [observatory] Progress toward static mode compatibility.
    4f4b0dd685 Set read annotations into VariableDeclaration.
    0ec3bf32df Drain AnalysisDriver streams in ContextBuilderImpl.
    1145466844 Store resolution for method invocations that are not valid constants.
    f6e484b518 Dummy commit to investigate CQ and CI failures.
    d1bf825c0f Remove some broad dart2analyzer status file exclusions.
    55921ed4bd cleanup insert synthetic identifier
    af27e106ee Update safari .status lines for flaky tests
    2a17dc5009 Add comment to dartdevc's test compiler configuration
    af855e06
DEPS 16.8 KB