Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Issue 1843763002: Fix for sorting directives with documentation comments. (Closed)

Created:
4 years, 8 months ago by scheglov
Modified:
4 years, 8 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix for sorting directives with documentation comments. Stop trying to keep non-documentation directive comments after sorting. R=brianwilkerson@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/582c0389403472d5b773316c3f89b646f33c777f

Patch Set 1 #

Total comments: 1

Patch Set 2 : Keep the documentation comment of the first directive before sorting attached to the first directiv… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -46 lines) Patch
M pkg/analysis_server/lib/src/services/correction/sort_members.dart View 1 7 chunks +37 lines, -28 lines 0 comments Download
M pkg/analysis_server/test/services/correction/sort_members_test.dart View 1 1 chunk +103 lines, -18 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
scheglov
4 years, 8 months ago (2016-03-29 19:38:19 UTC) #1
Brian Wilkerson
There's one small wrinkle here. If this: /// library comment import 'b.dart'; import 'a.dart'; would ...
4 years, 8 months ago (2016-03-29 20:12:57 UTC) #2
scheglov
On 2016/03/29 20:12:57, Brian Wilkerson wrote: > There's one small wrinkle here. If this: > ...
4 years, 8 months ago (2016-03-29 20:58:16 UTC) #3
Brian Wilkerson
> What if we have documentation comments for both - first and second imports and ...
4 years, 8 months ago (2016-03-29 23:17:38 UTC) #4
scheglov
PTAL
4 years, 8 months ago (2016-03-30 20:53:42 UTC) #5
Brian Wilkerson
LGTM
4 years, 8 months ago (2016-03-30 23:16:51 UTC) #6
scheglov
4 years, 8 months ago (2016-03-31 00:21:34 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
582c0389403472d5b773316c3f89b646f33c777f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698