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

Issue 1385523002: AnalysisError `hasFix` attr (Implements #23874). (Closed)

Created:
5 years, 2 months ago by pquitslund
Modified:
5 years, 2 months ago
CC:
reviews_dartlang.org, devoncarew
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : Review tweaks. #

Patch Set 3 : API refinements. #

Patch Set 4 : Switched out switch. #

Total comments: 1

Patch Set 5 : Test updates. #

Patch Set 6 : Doc typo fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -15 lines) Patch
M pkg/analysis_server/doc/api.html View 1 2 3 4 5 2 chunks +15 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/analysis_server.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/constants.dart View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analysis_server/lib/src/generated_protocol.dart View 1 2 3 4 5 7 chunks +42 lines, -3 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol_server.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/correction/fix.dart View 1 2 3 2 chunks +58 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/integration/protocol_matchers.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/analysis_server/test/protocol_server_test.dart View 1 2 3 4 3 chunks +6 lines, -3 lines 0 comments Download
M pkg/analysis_server/tool/spec/generated/java/types/AnalysisError.java View 1 2 3 4 5 7 chunks +37 lines, -4 lines 0 comments Download
M pkg/analysis_server/tool/spec/spec_input.html View 1 2 3 4 5 2 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 17 (2 generated)
pquitslund
5 years, 2 months ago (2015-10-02 00:06:45 UTC) #2
Brian Wilkerson
The changes to the spec look fine, but I'd like to see some timing data ...
5 years, 2 months ago (2015-10-02 00:17:48 UTC) #3
scheglov
LGTM https://codereview.chromium.org/1385523002/diff/1/pkg/analysis_server/tool/spec/spec_input.html File pkg/analysis_server/tool/spec/spec_input.html (right): https://codereview.chromium.org/1385523002/diff/1/pkg/analysis_server/tool/spec/spec_input.html#newcode9 pkg/analysis_server/tool/spec/spec_input.html:9: <h1 style="color:#999999">Version <version>1.10.0</version></h1> On 2015/10/02 00:17:48, Brian Wilkerson ...
5 years, 2 months ago (2015-10-02 00:23:31 UTC) #4
devoncarew
Phil, thanks for the quick turn-around! > but I'd like to see some timing data ...
5 years, 2 months ago (2015-10-02 03:44:19 UTC) #6
pquitslund
On 2015/10/02 03:44:19, devoncarew wrote: > Phil, thanks for the quick turn-around! > > > ...
5 years, 2 months ago (2015-10-02 04:18:06 UTC) #7
pquitslund
https://codereview.chromium.org/1385523002/diff/1/pkg/analysis_server/tool/spec/spec_input.html File pkg/analysis_server/tool/spec/spec_input.html (right): https://codereview.chromium.org/1385523002/diff/1/pkg/analysis_server/tool/spec/spec_input.html#newcode9 pkg/analysis_server/tool/spec/spec_input.html:9: <h1 style="color:#999999">Version <version>1.10.0</version></h1> On 2015/10/02 00:23:31, scheglov wrote: > ...
5 years, 2 months ago (2015-10-02 04:19:53 UTC) #8
Brian Wilkerson
> > The implementation is a switch statement, which is about as performant as you ...
5 years, 2 months ago (2015-10-02 13:58:58 UTC) #9
pquitslund
> Given that some errors only have fixes in some contexts, I want to know ...
5 years, 2 months ago (2015-10-02 15:18:35 UTC) #10
Brian Wilkerson
> Is there a middle ground? How about adding a way to opt-in when > ...
5 years, 2 months ago (2015-10-02 15:23:05 UTC) #11
pquitslund
On 2015/10/02 15:23:05, Brian Wilkerson wrote: > > Is there a middle ground? How about ...
5 years, 2 months ago (2015-10-02 15:30:34 UTC) #12
pquitslund
OK. So I did some micro-benchmarking over lunch. When run, warmed up, over 100,000 error ...
5 years, 2 months ago (2015-10-02 20:25:17 UTC) #13
pquitslund
On 2015/10/02 20:25:17, pquitslund wrote: > OK. So I did some micro-benchmarking over lunch. When ...
5 years, 2 months ago (2015-10-02 20:26:55 UTC) #14
Brian Wilkerson
Thanks for doing the performance measurements! LGTM https://codereview.chromium.org/1385523002/diff/60001/pkg/analysis_server/tool/spec/spec_input.html File pkg/analysis_server/tool/spec/spec_input.html (right): https://codereview.chromium.org/1385523002/diff/60001/pkg/analysis_server/tool/spec/spec_input.html#newcode2042 pkg/analysis_server/tool/spec/spec_input.html:2042: fact associated ...
5 years, 2 months ago (2015-10-02 22:00:49 UTC) #15
pquitslund
On 2015/10/02 22:00:49, Brian Wilkerson wrote: > Thanks for doing the performance measurements! LGTM No ...
5 years, 2 months ago (2015-10-05 16:44:21 UTC) #16
pquitslund
5 years, 2 months ago (2015-10-05 16:46:17 UTC) #17
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
8697392367be57f9f595abca0cd106c2f3e56f3e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698