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

Issue 1638019: Applying fts2.patch to fts3. (Closed)

Created:
10 years, 8 months ago by dumi
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Porting fts2.patch to fts3. fts2.patch was created in http://codereview.chromium.org/243068 and fts2.c was patched in http://codereview.chromium.org/216026. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48812

Patch Set 1 #

Patch Set 2 : Added fts3.patch. #

Patch Set 3 : Some fixes. #

Total comments: 32

Patch Set 4 : Addressed Scott's comments. #

Patch Set 5 : '' #

Patch Set 6 : Forgot to update fts3.patch. #

Total comments: 6

Patch Set 7 : Addressed latest Scott's comments. #

Patch Set 8 : '' #

Total comments: 8

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2592 lines, -274 lines) Patch
M third_party/sqlite/README.chromium View 4 5 6 7 8 5 chunks +6 lines, -3 lines 0 comments Download
M third_party/sqlite/ext/fts3/fts3.c View 1 2 3 4 5 6 7 8 75 chunks +658 lines, -269 lines 0 comments Download
M third_party/sqlite/ext/fts3/fts3_icu.c View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/sqlite/ext/fts3/fts3_tokenizer.c View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A third_party/sqlite/fts3.patch View 2 3 4 5 6 7 8 1 chunk +1925 lines, -0 lines 0 comments Download
M third_party/sqlite/src/main.c View 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
dumi
10 years, 8 months ago (2010-04-20 04:26:33 UTC) #1
Scott Hess - ex-Googler
checkpoint. will try to deliver more after lunch. http://codereview.chromium.org/1638019/diff/11001/12002 File third_party/sqlite/ext/fts3/fts3.c (right): http://codereview.chromium.org/1638019/diff/11001/12002#newcode1661 third_party/sqlite/ext/fts3/fts3.c:1661: if( ...
10 years, 7 months ago (2010-04-30 18:29:45 UTC) #2
Scott Hess - ex-Googler
OK, I've made a full pass. My primary approach was to diff the fts2 version ...
10 years, 7 months ago (2010-04-30 19:23:17 UTC) #3
dumi
Thanks for such a careful review! I've successfully compiled fts3 on Linux and Win after ...
10 years, 7 months ago (2010-05-08 02:25:17 UTC) #4
Scott Hess - ex-Googler
Sorry for the long delay. Also sorry for the lack of temporal sense in my ...
10 years, 7 months ago (2010-05-13 21:51:51 UTC) #5
Scott Hess - ex-Googler
Also, I think it might be worthwhile to upgrade your commit comment, maybe by linking ...
10 years, 7 months ago (2010-05-13 21:53:24 UTC) #6
dumi
Changed the patch description to include links to the patch that added fts2.patch and the ...
10 years, 7 months ago (2010-05-14 03:01:21 UTC) #7
Scott Hess - ex-Googler
getting very close. hope you're enjoying this code :-). http://codereview.chromium.org/1638019/diff/34001/35002 File third_party/sqlite/ext/fts3/fts3.c (right): http://codereview.chromium.org/1638019/diff/34001/35002#newcode1620 third_party/sqlite/ext/fts3/fts3.c:1620: ...
10 years, 7 months ago (2010-05-14 21:34:56 UTC) #8
dumi
http://codereview.chromium.org/1638019/diff/34001/35002 File third_party/sqlite/ext/fts3/fts3.c (right): http://codereview.chromium.org/1638019/diff/34001/35002#newcode1620 third_party/sqlite/ext/fts3/fts3.c:1620: DataBuffer two = {0, 0, 0}; On 2010/05/14 21:34:56, ...
10 years, 7 months ago (2010-05-14 22:49:16 UTC) #9
dumi
ping.
10 years, 6 months ago (2010-06-01 22:21:15 UTC) #10
Scott Hess - ex-Googler
Durn, I thought we were done with this. The first two comments are advisory - ...
10 years, 6 months ago (2010-06-02 19:55:53 UTC) #11
dumi
http://codereview.chromium.org/1638019/diff/37002/49002 File third_party/sqlite/ext/fts3/fts3.c (right): http://codereview.chromium.org/1638019/diff/37002/49002#newcode1641 third_party/sqlite/ext/fts3/fts3.c:1641: if( rc!=SQLITE_OK ) break; On 2010/06/02 19:55:53, shess wrote: ...
10 years, 6 months ago (2010-06-03 01:32:07 UTC) #12
Scott Hess - ex-Googler
LGTM!!!! OK, so one last thing to verify before check-in (and check in once you're ...
10 years, 6 months ago (2010-06-03 02:23:08 UTC) #13
dumi
10 years, 6 months ago (2010-06-03 04:46:13 UTC) #14
On 2010/06/03 02:23:08, shess wrote:
> LGTM!!!!
> 
> OK, so one last thing to verify before check-in (and check in once you're
> satisfied).  Have you applied your fts3.patch file against a clean check-out
and
> verified that it results in the expected fts3.c?  I ask because it looks kind
of
> like svn diff output, and I do not recall whether patch accepts that directly
or
> not these days.

'patch' seemed happy with fts3.patch, and after applying the other changes in
the patch to a clean client too, it built without any problems.

Powered by Google App Engine
This is Rietveld 408576698