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

Update libreadtags #4080

Merged
merged 4 commits into from
Sep 29, 2024
Merged

Conversation

masatake
Copy link
Member

No description provided.

@masatake
Copy link
Member Author

before:

$ /bin/time ./readtags -t ~/.citre/kernel-9_1.tags  -l > /dev/null
13.30user 0.43system 0:13.82elapsed 99%CPU (0avgtext+0avgdata 3870520maxresident)k
0inputs+0outputs (0major+60587minor)pagefaults 0swaps

after:

/bin/time ./readtags -t ~/.citre/kernel-9_1.tags  -l > /dev/null
10.64user 0.51system 0:11.21elapsed 99%CPU (0avgtext+0avgdata 3870536maxresident)k
0inputs+0outputs (0major+60571minor)pagefaults 0swaps

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.60%. Comparing base (755acf3) to head (123a838).
Report is 343 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4080      +/-   ##
==========================================
+ Coverage   85.33%   85.60%   +0.27%     
==========================================
  Files         234      237       +3     
  Lines       55966    57049    +1083     
==========================================
+ Hits        47757    48838    +1081     
- Misses       8209     8211       +2     

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

@masatake
Copy link
Member Author

@leleliu008 Can we do something the failure on "MSYS2 / testing (CLANG32)" ?

@leleliu008
Copy link
Member

leleliu008 commented Sep 27, 2024

It seems that mingw-w64-clang-i686-jansson package is removed.

It can not be found in https://packages.msys2.org/base/mingw-w64-jansson

I will report to MSYS2 TEAM.

I think you can ignore this. because other environmtent all green.

@leleliu008
Copy link
Member

as per https://www.msys2.org/news/ MSYS2/CLANG32 environment packages are being removed as of 2024-09-23 , MSYS2/CLANG32 environment is not supported any more. we should remove it as well.

@masatake
Copy link
Member Author

Oh, I see.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
See also c83bc89de1f79b3bf62498c9f8bffd0974e21fe1 of libreadtags.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
9137c94a8 Merge pull request universal-ctags#58 from masatake/integrate-with-ctags-build-scripts
c83bc89de Include inline.h only when HAVE_CTAGS_INLINE_H is defined
1cce44df3 Merge pull request universal-ctags#57 from masatake/inline
d52b4a7c1 Put inline keyword on a hot spot function
47e754a1a Version 0.4.0
6c51577e2 Add CMakeLists.txt to EXTRA_DIST
8f8d10de7 Add libreadtags-uninstalled.pc.in
5498789a2 Merge pull request universal-ctags#54 from masatake/ctest
203ff54c2 Run the test cases with ctest
f0bb08179 .gitignore: add the "build" dir and and the static library file
b865829bc Merge pull request universal-ctags#53 from masatake/cmake
ac09c2795 Write about supporting cmake in NEWS.md
1eea81110 Build the library with cmake as a test
85ec381b9 Write about the way to build the library with Autotools
9d49bd8aa Merge pull request universal-ctags#52 from masatake/circleci-on-fedora40
5cf863418 Add TODO items as comments to CMakeLists.txt
602ecd239 Add more comments for maintaining both configure.ac and CMakeLists.txt
fda36837d Add a comment referencing to the document describing the library interface versions
96741abd0 Exemplify the relation between LT_VERSION and the string that can be passed -release option of libtool
1e60b0591 - Update README.md
96ec6aef8 - Update meta in CMakeLists.txt - Add options to build shared library - Update README.md
87dd003be - Update CMakeLists.txt to be compatible with C99
79d8b2ade Update CMake example in README.md
24bcdcb21 - Update README.md
537bb2c95 - Change to static library
9a20b5017 - Init CMake build system
80f339c0e Update the version of Fedora used in test

git-subtree-dir: libreadtags
git-subtree-split: 9137c94a807f7804eab3ca37a63673d0b21a918f
@masatake masatake marked this pull request as ready for review September 29, 2024 06:11
@masatake masatake merged commit 8662b54 into universal-ctags:master Sep 29, 2024
68 of 69 checks passed
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