-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "analyzer: Do not overwrite an original exception when a plugi…
…n crashes" This reverts commit 7784cf3. Reason for revert: broke windows bot Original change's description: > analyzer: Do not overwrite an original exception when a plugin crashes > > Maybe related to #38629. These tests have been skipped for so long, enabling them took some work, to migrate them from '.packages' files to package config files. > > Some other tidying in the test file: > > * inline `byteStorePath`, only used once. > * simplify `_packagesFileContent` and `_getPackagesFileContent` > into a static getter. > * simplify `_defaultPluginContent` into a const String, so it can > be used as a function parameter default value > > The diff is way bigger than the functional changes, because we sort > elements. > > Change-Id: I193316316750e80268b684fdc1abe558a77994fe > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344601 > Reviewed-by: Brian Wilkerson <[email protected]> > Commit-Queue: Samuel Rawlins <[email protected]> Change-Id: Ibeb761afebad4fb4166cec756743dbb35d323e7d No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345143 Bot-Commit: Rubber Stamper <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
- Loading branch information
Showing
2 changed files
with
108 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters