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

build-sys,main,mingw: Enable MANUAL_GLOBBING #3072

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

k-takata
Copy link
Member

On Windows, the shell doesn't expand wildcards.
Ctags should expand them by ourselves.

See also: #3014 (comment)

@masatake
Copy link
Member

I tried this change in my MINGW64 environment.

$ ./ctags -o - main/main.c

prints nothing.
ctags rebuilt after git checkout HEAD^ works fine.

I wonder this is something to do with #2996 .

@k-takata k-takata marked this pull request as draft June 18, 2021 02:03
On Windows, the shell doesn't expand wildcards.
Ctags should expand them by ourselves.

Also fixes universal-ctags#2996.
@k-takata k-takata force-pushed the mingw-manual-globbing branch from 6dde30e to eed4431 Compare July 25, 2021 13:48
@codecov
Copy link

codecov bot commented Jul 25, 2021

Codecov Report

Merging #3072 (eed4431) into master (e3dcb70) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3072   +/-   ##
=======================================
  Coverage   87.35%   87.35%           
=======================================
  Files         200      200           
  Lines       47799    47799           
=======================================
  Hits        41756    41756           
  Misses       6043     6043           
Impacted Files Coverage Δ
main/main.c 82.94% <ø> (ø)

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 e3dcb70...eed4431. Read the comment docs.

@k-takata k-takata marked this pull request as ready for review July 25, 2021 21:30
@k-takata k-takata changed the title build-sys,mingw: Enable MANUAL_GLOBBING build-sys,main,mingw: Enable MANUAL_GLOBBING Jul 25, 2021
@k-takata
Copy link
Member Author

Codecov reports nothing about the change. It might be better to use codecov also in the MinGW environment.

@masatake
Copy link
Member

LGTM. Sorry to be late for the review.

@k-takata k-takata merged commit db30ecd into universal-ctags:master Aug 12, 2021
@k-takata k-takata deleted the mingw-manual-globbing branch August 12, 2021 20:14
@k-takata
Copy link
Member Author

Thank you for reviewing.

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