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

Issue 2149853002: Handle bad regexs in search.findTopLevelDeclarations. (Closed)

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

Description

Handle bad regexs in search.findTopLevelDeclarations. BUG=

Patch Set 1 #

Total comments: 5

Patch Set 2 : updates from review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M pkg/analysis_server/lib/src/search/search_domain.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/search/top_level_declarations_test.dart View 1 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
devoncarew
Fix an issue where an issue with search.findTopLevelDeclarations. When passed a string that was an ...
4 years, 5 months ago (2016-07-13 23:23:45 UTC) #2
Brian Wilkerson
We should update the spec for the request to include a description of the error ...
4 years, 5 months ago (2016-07-13 23:42:38 UTC) #3
devoncarew
> We should update the spec for the request to include a description of the ...
4 years, 5 months ago (2016-07-14 00:01:40 UTC) #4
scheglov
https://codereview.chromium.org/2149853002/diff/1/pkg/analysis_server/lib/src/search/search_domain.dart File pkg/analysis_server/lib/src/search/search_domain.dart (right): https://codereview.chromium.org/2149853002/diff/1/pkg/analysis_server/lib/src/search/search_domain.dart#newcode118 pkg/analysis_server/lib/src/search/search_domain.dart:118: void findTopLevelDeclarations(protocol.Request request) { On 2016/07/13 23:42:37, Brian Wilkerson ...
4 years, 5 months ago (2016-07-14 00:18:07 UTC) #5
Brian Wilkerson
> Yeah, I wasn't sure whether it was better to return an error, or let ...
4 years, 5 months ago (2016-07-14 13:20:50 UTC) #6
devoncarew
On 2016/07/14 13:20:50, Brian Wilkerson wrote: > > Yeah, I wasn't sure whether it was ...
4 years, 5 months ago (2016-07-15 15:16:45 UTC) #7
devoncarew
On 2016/07/15 15:16:45, devoncarew wrote: > On 2016/07/14 13:20:50, Brian Wilkerson wrote: > > > ...
4 years, 5 months ago (2016-07-18 15:24:11 UTC) #8
scheglov
lgtm
4 years, 5 months ago (2016-07-18 16:04:18 UTC) #9
Brian Wilkerson
4 years, 5 months ago (2016-07-18 16:45:53 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698