[M] Change in dart/sdk[main]: [analysis_server] Don't let format errors fail change building

0 views
Skip to first unread message

Danny Tuppeny (Gerrit)

unread,
Mar 13, 2026, 8:34:10 AMMar 13
to Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
Attention needed from Brian Wilkerson, Helin Shiah and Phil Quitslund

Danny Tuppeny added 1 comment

File pkg/analysis_server/test/src/services/flutter/widget_descriptions_test.dart
Line 358, Patchset 2 (Latest): @FailingTest(
reason:
'This test relies on the formatter failing to return the error, but '
'ChangeBuilder now guards against formatter errors. If this code is '
'in use, we should change the handler to parse the resulting content '
'and check whether there are parse errors, instead of using the '
'formatter for this',
)
Danny Tuppeny . unresolved

This relates to my comment at https://github.com/dart-lang/sdk/issues/62866#issuecomment-4054701940

I think we could fix this (by having this handler check for parse errors in a copy of the new file with the edits applied), however I think this might be completely unused code from a previous editor experiment, so wonder if it's worth it?

(cc @pquit...@google.com @hel...@google.com in case my search wasn't complete and you think `flutter.setWidgetPropertyValue` might be used by IntelliJ)

Open in Gerrit

Related details

Attention is currently required from:
  • Brian Wilkerson
  • Helin Shiah
  • Phil Quitslund
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
Gerrit-Change-Number: 487841
Gerrit-PatchSet: 2
Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
Gerrit-CC: Helin Shiah <hel...@google.com>
Gerrit-CC: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Brian Wilkerson <brianwi...@google.com>
Gerrit-Attention: Helin Shiah <hel...@google.com>
Gerrit-Comment-Date: Fri, 13 Mar 2026 12:34:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
unsatisfied_requirement
open
diffy

Phil Quitslund (Gerrit)

unread,
Mar 13, 2026, 12:59:40 PMMar 13
to Danny Tuppeny, Brian Wilkerson, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
Attention needed from Brian Wilkerson, Danny Tuppeny and Helin Shiah

Phil Quitslund added 1 comment

File pkg/analysis_server/test/src/services/flutter/widget_descriptions_test.dart
Line 358, Patchset 2 (Latest): @FailingTest(
reason:
'This test relies on the formatter failing to return the error, but '
'ChangeBuilder now guards against formatter errors. If this code is '
'in use, we should change the handler to parse the resulting content '
'and check whether there are parse errors, instead of using the '
'formatter for this',
)
Danny Tuppeny . unresolved

This relates to my comment at https://github.com/dart-lang/sdk/issues/62866#issuecomment-4054701940

I think we could fix this (by having this handler check for parse errors in a copy of the new file with the edits applied), however I think this might be completely unused code from a previous editor experiment, so wonder if it's worth it?

(cc @pquit...@google.com @hel...@google.com in case my search wasn't complete and you think `flutter.setWidgetPropertyValue` might be used by IntelliJ)

Phil Quitslund

Thanks for looping me in. I don't see any uses in the plugins either.

Open in Gerrit

Related details

Attention is currently required from:
  • Brian Wilkerson
  • Danny Tuppeny
  • Helin Shiah
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
Gerrit-Change-Number: 487841
Gerrit-PatchSet: 2
Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
Gerrit-CC: Helin Shiah <hel...@google.com>
Gerrit-CC: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Brian Wilkerson <brianwi...@google.com>
Gerrit-Attention: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Attention: Helin Shiah <hel...@google.com>
Gerrit-Comment-Date: Fri, 13 Mar 2026 16:59:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Danny Tuppeny <da...@tuppeny.com>
unsatisfied_requirement
open
diffy

Brian Wilkerson (Gerrit)

unread,
Mar 13, 2026, 1:28:07 PMMar 13
to Danny Tuppeny, Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
Attention needed from Danny Tuppeny and Helin Shiah

Brian Wilkerson added 1 comment

File pkg/analysis_server/test/src/services/flutter/widget_descriptions_test.dart
Line 358, Patchset 2 (Latest): @FailingTest(
reason:
'This test relies on the formatter failing to return the error, but '
'ChangeBuilder now guards against formatter errors. If this code is '
'in use, we should change the handler to parse the resulting content '
'and check whether there are parse errors, instead of using the '
'formatter for this',
)
Danny Tuppeny . unresolved

This relates to my comment at https://github.com/dart-lang/sdk/issues/62866#issuecomment-4054701940

I think we could fix this (by having this handler check for parse errors in a copy of the new file with the edits applied), however I think this might be completely unused code from a previous editor experiment, so wonder if it's worth it?

(cc @pquit...@google.com @hel...@google.com in case my search wasn't complete and you think `flutter.setWidgetPropertyValue` might be used by IntelliJ)

Phil Quitslund

Thanks for looping me in. I don't see any uses in the plugins either.

Brian Wilkerson

It shows up in a list that Alex provided in https://github.com/dart-lang/sdk/issues/60043#issuecomment-3883948834. I think this is a list of unused protocols. What I wasn't sure of at the time is whether these are protocols that aren't used today, or whether these are protocols that have never been used. That is, I don't know whether there might be older versions of the IntelliJ plugin that are making use of them.

Open in Gerrit

Related details

Attention is currently required from:
  • Danny Tuppeny
  • Helin Shiah
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
Gerrit-Change-Number: 487841
Gerrit-PatchSet: 2
Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
Gerrit-CC: Helin Shiah <hel...@google.com>
Gerrit-CC: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Attention: Helin Shiah <hel...@google.com>
Gerrit-Comment-Date: Fri, 13 Mar 2026 17:28:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Phil Quitslund <pquit...@google.com>
Comment-In-Reply-To: Danny Tuppeny <da...@tuppeny.com>
unsatisfied_requirement
open
diffy

Danny Tuppeny (Gerrit)

unread,
Mar 13, 2026, 1:51:00 PMMar 13
to Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
Attention needed from Brian Wilkerson, Helin Shiah and Phil Quitslund

Danny Tuppeny added 1 comment

File pkg/analysis_server/test/src/services/flutter/widget_descriptions_test.dart
Line 358, Patchset 2 (Latest): @FailingTest(
reason:
'This test relies on the formatter failing to return the error, but '
'ChangeBuilder now guards against formatter errors. If this code is '
'in use, we should change the handler to parse the resulting content '
'and check whether there are parse errors, instead of using the '
'formatter for this',
)
Danny Tuppeny . unresolved

This relates to my comment at https://github.com/dart-lang/sdk/issues/62866#issuecomment-4054701940

I think we could fix this (by having this handler check for parse errors in a copy of the new file with the edits applied), however I think this might be completely unused code from a previous editor experiment, so wonder if it's worth it?

(cc @pquit...@google.com @hel...@google.com in case my search wasn't complete and you think `flutter.setWidgetPropertyValue` might be used by IntelliJ)

Phil Quitslund

Thanks for looping me in. I don't see any uses in the plugins either.

Brian Wilkerson

It shows up in a list that Alex provided in https://github.com/dart-lang/sdk/issues/60043#issuecomment-3883948834. I think this is a list of unused protocols. What I wasn't sure of at the time is whether these are protocols that aren't used today, or whether these are protocols that have never been used. That is, I don't know whether there might be older versions of the IntelliJ plugin that are making use of them.

Danny Tuppeny

It looks like there was code, the last few commits it shows up in seem to be removing it as dead code:

https://github.com/flutter/flutter-intellij/pull/8065
https://github.com/flutter/flutter-intellij/pull/7867

And this Hot UI implementation PR apparently contains it (I can't see it in GH, but that commit shows up if I run `git log -S "setWidgetPropertyValue" --all --full-history`).

https://github.com/flutter/flutter-intellij/pull/4160

So the code does exist in some old IntelliJ plugins (I assume as part of the Hot UI stuff), but I don't know if that was just an experiment or if it shipped without a flag (and if it did, whether those plugins are still supported and/or still work with modern SDKs).

One option is to leave the code, but just allow this test to fail (the result is that if the client tries to edit invalid code in, it will be inserted, instead of being rejected as part of formatting, which doesn't seem like a terrible issue for a defunct feature).

Open in Gerrit

Related details

Attention is currently required from:
  • Brian Wilkerson
  • Helin Shiah
  • Phil Quitslund
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
Gerrit-Change-Number: 487841
Gerrit-PatchSet: 2
Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
Gerrit-CC: Helin Shiah <hel...@google.com>
Gerrit-CC: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Brian Wilkerson <brianwi...@google.com>
Gerrit-Attention: Helin Shiah <hel...@google.com>
Gerrit-Comment-Date: Fri, 13 Mar 2026 17:50:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Brian Wilkerson <brianwi...@google.com>
unsatisfied_requirement
open
diffy

Brian Wilkerson (Gerrit)

unread,
Mar 13, 2026, 4:22:43 PMMar 13
to Danny Tuppeny, Samuel Rawlins, Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
Attention needed from Danny Tuppeny, Helin Shiah, Phil Quitslund and Samuel Rawlins

Brian Wilkerson voted and added 1 comment

Votes added by Brian Wilkerson

Code-Review+1

1 comment

File pkg/analysis_server/test/src/services/flutter/widget_descriptions_test.dart
Brian Wilkerson

I agree, we can just leave the test failing for now. It will require that the user is using an old version of the plugin with a new version of the SDK and types in invalid code. That's probably not going to happen often enough to be concerned about.

Open in Gerrit

Related details

Attention is currently required from:
  • Danny Tuppeny
  • Helin Shiah
  • Phil Quitslund
  • Samuel Rawlins
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
Gerrit-Change-Number: 487841
Gerrit-PatchSet: 2
Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
Gerrit-Reviewer: Samuel Rawlins <sraw...@google.com>
Gerrit-CC: Helin Shiah <hel...@google.com>
Gerrit-CC: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Phil Quitslund <pquit...@google.com>
Gerrit-Attention: Danny Tuppeny <da...@tuppeny.com>
Gerrit-Attention: Samuel Rawlins <sraw...@google.com>
Gerrit-Attention: Helin Shiah <hel...@google.com>
Gerrit-Comment-Date: Fri, 13 Mar 2026 20:22:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Samuel Rawlins (Gerrit)

unread,
Mar 13, 2026, 4:45:58 PMMar 13
to Danny Tuppeny, Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
Attention needed from Danny Tuppeny, Helin Shiah and Phil Quitslund

Samuel Rawlins voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Danny Tuppeny
  • Helin Shiah
  • Phil Quitslund
Submit Requirements:
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: sdk
    Gerrit-Branch: main
    Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
    Gerrit-Change-Number: 487841
    Gerrit-PatchSet: 2
    Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
    Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
    Gerrit-Reviewer: Samuel Rawlins <sraw...@google.com>
    Gerrit-CC: Helin Shiah <hel...@google.com>
    Gerrit-CC: Phil Quitslund <pquit...@google.com>
    Gerrit-Attention: Phil Quitslund <pquit...@google.com>
    Gerrit-Attention: Danny Tuppeny <da...@tuppeny.com>
    Gerrit-Attention: Helin Shiah <hel...@google.com>
    Gerrit-Comment-Date: Fri, 13 Mar 2026 20:45:55 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Samuel Rawlins (Gerrit)

    unread,
    Mar 13, 2026, 4:48:46 PMMar 13
    to Danny Tuppeny, Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
    Attention needed from Danny Tuppeny, Helin Shiah and Phil Quitslund

    Samuel Rawlins voted Commit-Queue+2

    Commit-Queue+2
    Gerrit-Comment-Date: Fri, 13 Mar 2026 20:48:42 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Danny Tuppeny (Gerrit)

    unread,
    Mar 13, 2026, 6:09:35 PMMar 13
    to Commit Queue, Samuel Rawlins, Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
    Attention needed from Brian Wilkerson, Helin Shiah, Phil Quitslund and Samuel Rawlins

    Danny Tuppeny added 1 comment

    Patchset-level comments
    File-level comment, Patchset 4 (Latest):
    Danny Tuppeny . resolved

    I rebased and pushed a fix for the failing test.

    I'm not sure if the internal failure was the same cause though, so if that one fails again with this change, someone will have to check the reason.

    Thanks!

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Brian Wilkerson
    • Helin Shiah
    • Phil Quitslund
    • Samuel Rawlins
      Submit Requirements:
      • requirement is not satisfiedCode-Owners
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: sdk
      Gerrit-Branch: main
      Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
      Gerrit-Change-Number: 487841
      Gerrit-PatchSet: 4
      Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
      Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
      Gerrit-Reviewer: Samuel Rawlins <sraw...@google.com>
      Gerrit-CC: Helin Shiah <hel...@google.com>
      Gerrit-CC: Phil Quitslund <pquit...@google.com>
      Gerrit-Attention: Brian Wilkerson <brianwi...@google.com>
      Gerrit-Attention: Phil Quitslund <pquit...@google.com>
      Gerrit-Attention: Samuel Rawlins <sraw...@google.com>
      Gerrit-Attention: Helin Shiah <hel...@google.com>
      Gerrit-Comment-Date: Fri, 13 Mar 2026 22:09:30 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      unsatisfied_requirement
      open
      diffy

      Samuel Rawlins (Gerrit)

      unread,
      Mar 13, 2026, 9:32:19 PMMar 13
      to Danny Tuppeny, Commit Queue, Brian Wilkerson, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
      Attention needed from Brian Wilkerson, Danny Tuppeny, Helin Shiah and Phil Quitslund

      Samuel Rawlins voted Code-Review+1

      Code-Review+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Brian Wilkerson
      • Danny Tuppeny
      • Helin Shiah
      • Phil Quitslund
        Submit Requirements:
        • requirement satisfiedCode-Owners
        • requirement satisfiedCode-Review
        • requirement is not satisfiedReview-Enforcement
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: sdk
        Gerrit-Branch: main
        Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
        Gerrit-Change-Number: 487841
        Gerrit-PatchSet: 4
        Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
        Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
        Gerrit-Reviewer: Samuel Rawlins <sraw...@google.com>
        Gerrit-CC: Helin Shiah <hel...@google.com>
        Gerrit-CC: Phil Quitslund <pquit...@google.com>
        Gerrit-Attention: Brian Wilkerson <brianwi...@google.com>
        Gerrit-Attention: Phil Quitslund <pquit...@google.com>
        Gerrit-Attention: Danny Tuppeny <da...@tuppeny.com>
        Gerrit-Attention: Helin Shiah <hel...@google.com>
        Gerrit-Comment-Date: Sat, 14 Mar 2026 01:32:15 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Brian Wilkerson (Gerrit)

        unread,
        Mar 14, 2026, 10:27:43 AMMar 14
        to Danny Tuppeny, Brian Wilkerson, Samuel Rawlins, Commit Queue, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org
        Attention needed from Danny Tuppeny, Helin Shiah and Phil Quitslund

        Brian Wilkerson voted

        Code-Review+1
        Commit-Queue+2
        Open in Gerrit

        Related details

        Attention is currently required from:
        • Danny Tuppeny
        • Helin Shiah
        • Phil Quitslund
        Submit Requirements:
          • requirement satisfiedCode-Owners
          • requirement satisfiedCode-Review
          • requirement satisfiedReview-Enforcement
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: sdk
          Gerrit-Branch: main
          Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
          Gerrit-Change-Number: 487841
          Gerrit-PatchSet: 4
          Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
          Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
          Gerrit-Reviewer: Samuel Rawlins <sraw...@google.com>
          Gerrit-CC: Helin Shiah <hel...@google.com>
          Gerrit-CC: Phil Quitslund <pquit...@google.com>
          Gerrit-Attention: Phil Quitslund <pquit...@google.com>
          Gerrit-Attention: Danny Tuppeny <da...@tuppeny.com>
          Gerrit-Attention: Helin Shiah <hel...@google.com>
          Gerrit-Comment-Date: Sat, 14 Mar 2026 14:27:39 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          open
          diffy

          Commit Queue (Gerrit)

          unread,
          Mar 14, 2026, 10:27:54 AMMar 14
          to Danny Tuppeny, Brian Wilkerson, Samuel Rawlins, Phil Quitslund, Helin Shiah, dart-analys...@google.com, rev...@dartlang.org

          Commit Queue submitted the change

          Change information

          Commit message:
          [analysis_server] Don't let format errors fail change building

          Some refactors try to format their code, but formatting can fail if there is a parse error anywhere in the file (including in completely unrelated code). This change catches formatting errors and ignores them, so the refactors will continue to work in that case (albeit without formatting).

          Fixes https://github.com/dart-lang/sdk/issues/62866
          Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
          Reviewed-by: Samuel Rawlins <sraw...@google.com>
          Commit-Queue: Brian Wilkerson <brianwi...@google.com>
          Reviewed-by: Brian Wilkerson <brianwi...@google.com>
          Files:
          • M pkg/analysis_server/lib/src/lsp/source_edits.dart
          • M pkg/analysis_server/test/src/services/flutter/widget_descriptions_test.dart
          • M pkg/analysis_server/test/src/services/refactoring/move_selected_formal_parameters_left_test.dart
          • M pkg/analyzer_plugin/lib/src/utilities/change_builder/change_builder_dart.dart
          • M pkg/analyzer_plugin/lib/src/utilities/formatter.dart
          • M pkg/analyzer_plugin/test/src/utilities/change_builder/change_builder_dart_test.dart
          Change size: M
          Delta: 6 files changed, 72 insertions(+), 22 deletions(-)
          Branch: refs/heads/main
          Submit Requirements:
          • requirement satisfiedCode-Review: +1 by Brian Wilkerson, +1 by Samuel Rawlins
          Open in Gerrit
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: merged
          Gerrit-Project: sdk
          Gerrit-Branch: main
          Gerrit-Change-Id: Ia3c3769640314557191244393ab8c1bd38dc2fdb
          Gerrit-Change-Number: 487841
          Gerrit-PatchSet: 5
          Gerrit-Owner: Danny Tuppeny <da...@tuppeny.com>
          Gerrit-Reviewer: Brian Wilkerson <brianwi...@google.com>
          Gerrit-Reviewer: Samuel Rawlins <sraw...@google.com>
          open
          diffy
          satisfied_requirement
          Reply all
          Reply to author
          Forward
          0 new messages