Skip to content
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

Defining interface for parsers (part 6 of 6) #1964

Merged
merged 5 commits into from
Jan 6, 2019

Conversation

masatake
Copy link
Member

This is the last PR for splitting the header files into two categories.
One is for parsers (public).
Another is for the main part (private).

… block

When printing COMMON blocks in tags format with --excmd=mixed, ctags
should fills their pattern fields with their line number.
lineNumberEntry field of tagEntryInfo structure represents the
condition "When printing COMMON blocks in tags format with
--excmd=mixed".

I introduced changes handling the condtion twice.
One is at field.c and another one is at writer-ctags.c.
This change unifies them.

The condtion is special for tags format. So writer-ctags.c
should handle the condtion. field.c should not know the condtion.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
"Renderable" doesn't represent what the function predicates.
…efinition

It was not good name as a type name.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
field.c and writer*.c had mutual dependencies.
This change makes them one way, from writer*.c to field.c.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 84.895% when pulling c08c70d on masatake:cleanup-inclusions into 18bf3a4 on universal-ctags:master.

@masatake masatake merged commit 284610b into universal-ctags:master Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants