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

Markdown: skip frontmatter area #3031

Merged
merged 5 commits into from
May 20, 2021

Conversation

masatake
Copy link
Member

Ideally, we should run a guest parser on the area.
This time, I make ctags just skip the areas.

@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #3031 (e8a56fa) into master (298387a) will decrease coverage by 0.00%.
The diff coverage is 63.63%.

❗ Current head e8a56fa differs from pull request most recent head a679933. Consider uploading reports for the commit a679933 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3031      +/-   ##
==========================================
- Coverage   87.32%   87.31%   -0.01%     
==========================================
  Files         199      199              
  Lines       47468    47477       +9     
==========================================
+ Hits        41451    41456       +5     
- Misses       6017     6021       +4     
Impacted Files Coverage Δ
main/trace.c 80.39% <ø> (ø)
parsers/yaml.c 92.06% <33.33%> (-6.25%) ⬇️
optlib/markdown.c 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 298387a...a679933. Read the comment docs.

@masatake masatake force-pushed the markdown--skip-frontmatter branch from 8ab90be to 12cd52f Compare May 19, 2021 03:21
@masatake
Copy link
Member Author

@leleliu008, do you have an idea to recover the broken image source of centos6?

@leleliu008
Copy link
Member

leleliu008 commented May 19, 2021

@masatake

use my latest version of pre-build Python:

curl -LO https://github.com/leleliu008/python-prebuild/releases/download/3.9.5/python-3.9.5-x86_64-linux-glibc.tar.xz
tar xf python-3.9.5-x86_64-linux-glibc.tar.xz -C /opt
export PATH=/opt/python-3.9.5-x86_64-linux-glibc/bin:$PATH

Note: installation dir must be /opt/python-3.9.5-x86_64-linux-glibc.

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>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake masatake force-pushed the markdown--skip-frontmatter branch from 12cd52f to a679933 Compare May 20, 2021 13:09
@masatake masatake merged commit 1801e5e into universal-ctags:master May 20, 2021
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