- 11 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 02 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Oct, 2019 1 commit
-
-
Phil Quitslund authored
-
- 08 Feb, 2019 1 commit
-
-
Phil Quitslund authored
In Dart 2, it is a compile-time error if a superinitializer appears in an initializer list at any other position than at the end so this rule is made redundant by the Dart analyzer's basic checks and is no longer necessary.
-
- 11 Jan, 2019 2 commits
-
-
Dan Field authored
* move analysis_options to package
- 19 Oct, 2018 3 commits
-
-
Devon Carew authored
-
Greg Spencer authored
Devon asked me to revert commit c4d1b31b. Merging on red to fix the build.
-
Devon Carew authored
* don't disable TODO issues in IDEs * minor change to start cirrus
-
- 17 Oct, 2018 1 commit
-
- 05 Oct, 2018 2 commits
-
-
Yegor authored
* first pass * revert WidgetsBindingObserver * disable prefer_mixin * docs and more mixins * newer engine; binding fixes * upgrade dependencies * fix test binding * remove whitespace * remove the obsolete `enableSuperMixins: true` * upgrade dartdoc to 0.22.0 * temporarily use git version of dartdoc * fix pub global activate syntax * use dartdoc 0.23.0
- 28 Aug, 2018 1 commit
-
-
Ian Hickson authored
-
- 18 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
- 06 Aug, 2018 1 commit
-
-
Michael R Fairhurst authored
* Enable lint unnecessary_statements. Codebase is compliant. * Fix mega_gallery generated code to not generate unecessary statements * Fix lint in mega gallery changes * Enable unnecessary_statements for users as well as repo.
-
- 02 Aug, 2018 1 commit
-
-
Aart Bik authored
* Dart SDK roll for 8/1/2018 Dart SDK roll and disabling of return warnings as errors. List of commits included in this roll: 8bad5c7b29 [vm/compiler] Non-speculative X64 long division/remainder. 918cda18c5 Add docs about sourcemap extensions 329e029bd6 Fixes dart-lang/sdk#34035 12326c10e1 Store constructor field initializera when the target is not a field. 50da4b8d92 Skip ShadowInvalidFieldInitializer while resynthesizing constructor initializers. 8810b6ecc7 Translate kernel.Instantiation in constant expressions. cb7341fceb Initial support for inlining-data in source-maps. 4206131030 Fix tracking of onStep position of arguments to new expression 384b0a9a73 Issue 34038. Fix resynthesizing imports when mixed with exports. ba7dbcf412 Update the test output processor to produce more useful analysis 4b2ee8e9a5 Improve catch clause recovery 66500de4dc More fixes to the CFE integration tests 3f2251986d CC sra also in changes to compiler files and tests 4734c55882 Report error on unsupported operators 00e3109368 [VM] Adjust flags for creating depfiles 07c462b471 [vm] Refactoring: extract BaseFlowGraphBuilder to a separate file ff9167ff7b Fix parseDirectives to recognize metadata 079bebb78b [ VM ] Added missing token position for assert statements 174649b9be [gardening] Update status of dissasemble_test on Windows 8c5aca7d4d Remove the Factory interface 3dc201e168 Update ChangeBuilder to not include empty edits (Take 2) 18047b2757 Refactor test.dart by changing class Configuration to TestConfiguration 7373d38a31 Update status for Dart2js minified CSP on Chrome with fast startup 61148eade8 Update mixin-declaration feature specification. a98feb0f01 [VM interpreter] Fix exception handling. Convert bytecode indices to pc offsets .... da2ed2fd59 Don't ignore runtime cast failures on Map<K,V>. 3d8ca8e566 [gardening] Increase debug app-jitk timeout 0313f7bd66 [gardening] Update status file for failing test 6c39bc38f3 Clear ShadowX references that are not required after compilation. 05b9bbd2b5 Remove the dart1 version of the analysis server snapshot. 9107399190 Add back in the analysis server training. 9fb6c09015 Store reference/type for invalid types. 21db860271 Remove non-strong dart2js builders from test_matrix.json 2e7b0a13f1 Add support for accessing all of the created contexts 73663ae7c6 Allow void on the RHS of null coalescing expressions 17cb6d95d1 Don't remember TypeEnvironment in resolution results. 72960de5f9 [VM] Fix one more place where bound error allocation happened on BG thread in new space 6ad79ff4bd Update status file for tests passing under CFE 23ba527735 [VM] Ensure to alloate bound errors in old space on BG compiler fe8052428b Remove CONTENT_MODIFIED from spec/test for getSignature c4c847a45c Revert "[CQ] Remove pkg-linux-release from the CQ trybots until it is fixed" beaf05efa3 [vm] When generating JITDUMP also dump IR and attach it as source to code. 24158b773d [vm/compiler] Do not LICM LoadStaticField for uninitialized fields. 68bfaf3ac3 [vm/compiler] Avoid crashes when canonicalizing unreachable AssertAssignable. 5a45b2a62b [infra] Upgrade homebrew dependencies to work on Dart 2 8e287dc037 [VM] Only add direct implementor when reading script snapshots if .... 6e81d74fcc [VM] Optimize generation of type testing stubs in JIT mode. 058510eeab fix #28233, add hint for missing returns to function expressions 4482d13ff7 [vm/compiler] Bug fix in 64-bit MOD (%) operator. * Try ignore instead of commenting out. * Also disable this in package analysis options.
-
- 12 Jul, 2018 3 commits
-
-
Alexander Aprelev authored
Revert "Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) again (#19277)" (#19295)" (#19322) This reverts commit cc122f16.
-
Alexander Aprelev authored
Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) again (#19277)" (#19295) This reverts commit 700cb767 as it breaks Windows tests.
-
Alexander Aprelev authored
* Revert "Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) (#19044)" (#19276)" This reverts commit cf932490 as it also includes fix for type error that broke tests. * Add type cast for dart2 type checks. * Move up to latest goldens * Make inDirectory() type-parameterized. * Add typecasting to transitions_perf_test.dart and microbenchmarks. * Add boolean flag initialization in save_catalog_screenshots.dart * Add type conversion to gallery transition test
-
- 11 Jul, 2018 2 commits
-
-
Alexander Aprelev authored
Revert "Roll engine to fed2ea458ed49088d33eddabc546ba56d600c717 (includes dart roll) (#19044)" (#19276) This reverts commit f4a038da as it breaks microbenchmark tests.
-
Alexander Aprelev authored
* Roll engine to rolled dart Add connectionTimeout property to class that extends HttpOverrides. Upgrade packages. Add more type fixes. Update goldens hash. Add more type fixes. Upgrade packages. Fix tests. Remove strong-mode from analysis options yaml file. Increase dev/devicelab timeout from 2 to 10 seconds. Added getVM to waitForViews. Fix type errors in compileExpression. * Pick up engine revision with fix for microbenchmarks regression. Increase default timeout from 20/30 to 60s.
-
- 10 May, 2018 1 commit
-
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
- 11 Apr, 2018 2 commits
-
-
Devon Carew authored
Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482) This reverts commit 2f41ea54.
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
- 11 Jan, 2018 1 commit
-
-
Michael Thomsen authored
-
- 29 Nov, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Sep, 2017 1 commit
-
-
asaarnak authored
* Seems like a lint was renamed. Lint `- unnecessary_brace_in_string_interp` is not in the list here: http://dart-lang.github.io/linter/lints/ In linter [0.1.30](https://github.com/dart-lang/linter/blob/9652dd44b6b32d5c8fc0262f67e037842ef207cc/CHANGELOG.md#0130): [http://dart-lang.github.io/linter/lints/unnecessary_brace_in_string_interp.html](unnecessary_brace_in_string_interp) In linter [0.1.2](https://github.com/dart-lang/linter/blob/9652dd44b6b32d5c8fc0262f67e037842ef207cc/CHANGELOG.md#012): [http://dart-lang.github.io/linter/lints/unnecessary_brace_in_string_interps.html](unnecessary_brace_in_string_interps) * Fix lint tests. analyze_once_test.dart and create_test.dart
-
- 15 Aug, 2017 1 commit
-
-
Dan Rubel authored
-
- 31 May, 2017 1 commit
-
-
Todd Volkert authored
The lint ensures that the prefix you use in your "import ... as" directive conforms to lowercase_with_underscores style. However, generated code often doesn't, since it may use preceding underscores for collision avoidance, or directly use locale codes in the prefixes.
-
- 10 May, 2017 1 commit
-
-
Hans Muller authored
-
- 20 Apr, 2017 1 commit
-
-
Kasper Lund authored
-
- 17 Mar, 2017 1 commit
-
-
Phil Quitslund authored
Fixes: #8783
-
- 16 Mar, 2017 1 commit
-
-
Phil Quitslund authored
Fixes: https://github.com/flutter/flutter-intellij/issues/808
-
- 13 Feb, 2017 2 commits
-
-
Phil Quitslund authored
Fixes: #8087.
-
Dan Rubel authored
* move flutter user analysis options file * add comments referencing each of the analysis options files
-
- 22 Nov, 2016 1 commit
-
-
Devon Carew authored
-
- 07 Oct, 2016 1 commit
-
-
Adam Barth authored
This patch adds `@checked` everywhere is needed to remove the `strong_mode_invalid_method_override` strong mode error.
-
- 15 Sep, 2016 1 commit
-
-
Dan Rubel authored
This moves all of the various .analysis_options* files to the flutter repo root so that it's easier to * remember to keep them all in sync, and * easily refer customers to them
-
- 09 Sep, 2016 1 commit
-
-
Dan Rubel authored
This aligns the comments and fixes some misspellings in the three related analysis options files. There will be a follow on PR with more controversial changes to the repo level analysis options.
-
- 08 Sep, 2016 1 commit
-
-
Dan Rubel authored
update the analysis options used by flutter analyze when analyzing source outside of the flutter repo.
-