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

Issue 2762903002: tools: Add a script to generate arch-specific ctags (Closed)

Created:
3 years, 9 months ago by honggyu.kim
Modified:
3 years, 7 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

tools: Add a script to generate arch-specific ctags It would be better to generate ctags file for specified architecture so this CL adds a script gen-tags.py to generate architecture specific ctags. Usage: $ tools/dev/gen-tags.py [<arch>...] The example usage for 'x64' is as follows: $ tools/dev/gen-tags.py x64 If no <arch> is given, it generates tags file for all arches: $ tools/dev/gen-tags.py R=yangguo@chromium.org,jochen@chromium.org,jkummerow@chromium.org,clemensh@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2762903002 Cr-Commit-Position: refs/heads/master@{#44032} Committed: https://chromium.googlesource.com/v8/v8/+/2ff2a0c65d07bed1b8de3d77dce2e1848574e3d2

Patch Set 1 #

Patch Set 2 : tools: Add a script to generate arch-specific ctags #

Total comments: 5

Patch Set 3 : tools: Add a script to generate arch-specific ctags #

Patch Set 4 : tools: Add a script to generate arch-specific ctags #

Total comments: 10

Patch Set 5 : tools: Add a script to generate arch-specific ctags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -0 lines) Patch
A tools/dev/gen-tags.py View 1 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
honggyu.kim
Hi, Please take a look at it!
3 years, 9 months ago (2017-03-21 03:59:34 UTC) #1
Yang
The make workflow is going to be deprecated by the end of the year latest, ...
3 years, 9 months ago (2017-03-21 06:03:05 UTC) #3
honggyu.kim
On 2017/03/21 06:03:05, Yang wrote: > The make workflow is going to be deprecated by ...
3 years, 9 months ago (2017-03-21 06:38:00 UTC) #4
jochen (gone - plz use gerrit)
On 2017/03/21 at 06:38:00, honggyu.kp wrote: > On 2017/03/21 06:03:05, Yang wrote: > > The ...
3 years, 9 months ago (2017-03-21 10:32:29 UTC) #5
Jakob Kummerow
Adding Benedikt and Clemens who have worked on existing ctags support in the Makefile. I ...
3 years, 9 months ago (2017-03-21 10:34:38 UTC) #7
Clemens Hammacher
On 2017/03/21 at 10:34:38, jkummerow wrote: > Adding Benedikt and Clemens who have worked on ...
3 years, 9 months ago (2017-03-21 10:39:26 UTC) #8
honggyu.kim
On 2017/03/21 10:34:38, Jakob Kummerow wrote: > Adding Benedikt and Clemens who have worked on ...
3 years, 9 months ago (2017-03-21 14:57:49 UTC) #9
Jakob Kummerow
Looks good! Just a few minor comments. https://codereview.chromium.org/2762903002/diff/20001/tools/dev/gen-tags.py File tools/dev/gen-tags.py (right): https://codereview.chromium.org/2762903002/diff/20001/tools/dev/gen-tags.py#newcode18 tools/dev/gen-tags.py:18: import os ...
3 years, 9 months ago (2017-03-21 16:14:43 UTC) #11
honggyu.kim
On 2017/03/21 16:14:43, Jakob Kummerow wrote: > Looks good! Just a few minor comments. > ...
3 years, 9 months ago (2017-03-22 04:31:31 UTC) #12
Jakob Kummerow
Thanks. I have some more suggestions for further simplifications. https://codereview.chromium.org/2762903002/diff/60001/tools/dev/gen-tags.py File tools/dev/gen-tags.py (right): https://codereview.chromium.org/2762903002/diff/60001/tools/dev/gen-tags.py#newcode35 tools/dev/gen-tags.py:35: ...
3 years, 9 months ago (2017-03-22 12:11:10 UTC) #13
jeojohn93
Thank you for sharing the great information with us.Generating the c tag from the architecture ...
3 years, 9 months ago (2017-03-22 12:24:11 UTC) #14
honggyu.kim
On 2017/03/22 12:11:10, Jakob Kummerow wrote: > Thanks. I have some more suggestions for further ...
3 years, 9 months ago (2017-03-22 15:17:24 UTC) #15
honggyu.kim
Thanks for your suggestion. https://codereview.chromium.org/2762903002/diff/60001/tools/dev/gen-tags.py File tools/dev/gen-tags.py (right): https://codereview.chromium.org/2762903002/diff/60001/tools/dev/gen-tags.py#newcode35 tools/dev/gen-tags.py:35: def __init__(self): On 2017/03/22 12:11:09, ...
3 years, 9 months ago (2017-03-22 15:19:15 UTC) #16
honggyu.kim
On 2017/03/22 12:24:11, jeojohn93 wrote: > Thank you for sharing the great information with us.Generating ...
3 years, 9 months ago (2017-03-22 15:21:11 UTC) #17
Jakob Kummerow
Thanks for your patience, LGTM now. Let's get this landed!
3 years, 9 months ago (2017-03-22 15:55:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2762903002/80001
3 years, 9 months ago (2017-03-22 15:56:08 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 16:01:32 UTC) #24
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/2ff2a0c65d07bed1b8de3d77dce2e184857...

Powered by Google App Engine
This is Rietveld 408576698