-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc changes mainly about --list-* options #1504
Merged
masatake
merged 22 commits into
universal-ctags:master
from
masatake:man--tag-concept-code-only
Jul 6, 2017
Merged
Misc changes mainly about --list-* options #1504
masatake
merged 22 commits into
universal-ctags:master
from
masatake:man--tag-concept-code-only
Jul 6, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some of descriptions are not written yet. It will be updated when I write the associated options and features in ctags.1.rst.in. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…nd-<LANG> Signed-off-by: Masatake YAMATO <yamato@redhat.com>
This change the behavior of --<LANG>-kind option a bit. When the control enters where warnings are printed, processKindsOption returns false that means the passed option is not handled in processKindsOption. In other words, broken option is not consumed in processKindsOption. This change makes processKindsOption consume broken options and ignore them. I think this is enough small incompatibility. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…cription for qmp kind Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…NG> in --kinds-<LANG> and --<LANG>-kinds Few years ago, I introduced '*' as wildcard for <LANG> part of --kinds-<LANG> and --<LANG>-kinds options. However, I find Exuberant-ctags employs "all" in the other areas. So this change makes Universal-ctags follows the convention. This is not about kind char wildcard. '--kind-<LANG>=*' is still valid. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…NG> in --extras-<LANG> This is not about extra char wildcard. '--extras-<LANG>=*' is still valid. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Merged
…-list-extras options Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…for <LANG> in --fields-<LANG> option Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…wing mode Signed-off-by: Masatake YAMATO <yamato@redhat.com>
The original code considered "--alias-<LANG>=". It made an assertion failure. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…s given Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake
force-pushed
the
man--tag-concept-code-only
branch
from
July 6, 2017 05:07
19b63ab
to
13e7293
Compare
masatake
force-pushed
the
man--tag-concept-code-only
branch
from
July 6, 2017 06:29
13e7293
to
50bc1f3
Compare
The sed implemention of macosx(not gnu) doesn't understand '\0'. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake
force-pushed
the
man--tag-concept-code-only
branch
from
July 6, 2017 06:51
50bc1f3
to
75398ef
Compare
circleci comes back! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changing have been mage during updating man pages.