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

units.py: Fix format-NlKkFnP on Windows #4137

Merged

Conversation

k-takata
Copy link
Member

@k-takata k-takata commented Nov 29, 2024

The format-NlKkFnP test starts failing after MSYS2's python has been updated from python-3.12.7-2 to python-3.12.7-3.

It seems that shutil.which() fails in python-3.12.7-3. Check the existence of the filter file on Windows.

Also, fixed a typo in CMDLINE.tmp.

Fixes #4132.

@k-takata k-takata force-pushed the fix-format-NlKkFnP-on-windows branch from 4645488 to 0888564 Compare November 29, 2024 06:39
The format-NlKkFnP test starts failing after MSYS2's python has been
updated from python-3.12.7-2 to python-3.12.7-3.

It seems that shutil.which() fails in python-3.12.7-3.
Check the existence of the filter file on Windows.

Also, fixed a typo in CMDLINE.tmp.

Fixes universal-ctags#4132.
@k-takata k-takata force-pushed the fix-format-NlKkFnP-on-windows branch from 0888564 to 9be79ab Compare November 29, 2024 06:40
Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.89%. Comparing base (45735bd) to head (9be79ab).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4137   +/-   ##
=======================================
  Coverage   85.89%   85.89%           
=======================================
  Files         239      239           
  Lines       58695    58695           
=======================================
  Hits        50416    50416           
  Misses       8279     8279           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@leleliu008
Copy link
Member

The failing of testing-big-endian.yml can be ignored. It would be fixed in PR #4136

@masatake
Copy link
Member

Thank you very much.
The failure on Circle-CI can be ignored.
Please merge this.

@masatake masatake self-requested a review November 30, 2024 02:40
@k-takata k-takata merged commit c828bc2 into universal-ctags:master Nov 30, 2024
68 of 70 checks passed
@k-takata k-takata deleted the fix-format-NlKkFnP-on-windows branch November 30, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ctags-win32 starts failing
3 participants