-
Notifications
You must be signed in to change notification settings - Fork 26
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
llcppsymg:refine class fetch,test case,-v #788
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #788 +/- ##
==========================================
+ Coverage 97.52% 97.66% +0.13%
==========================================
Files 20 20
Lines 5775 5812 +37
==========================================
+ Hits 5632 5676 +44
+ Misses 123 116 -7
Partials 20 20 ☔ View full report in Codecov by Sentry. |
should resolve conflicts. |
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
from
September 22, 2024 03:16
9b75624
to
dc2e139
Compare
resolve conflicts , and need merge the #757 for llcppsigfetch & gogensig |
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
3 times, most recently
from
September 25, 2024 01:20
70c0de5
to
f253e79
Compare
luoliwoshang
changed the title
llcppsymg:refine classname fetch
llcppsymg:refine class fetch & add test case
Sep 25, 2024
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
8 times, most recently
from
September 26, 2024 06:24
7da1ba3
to
6f55f2f
Compare
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
3 times, most recently
from
October 8, 2024 03:17
4f90200
to
48acd52
Compare
ready for review. @xushiwei |
2 tasks
luoliwoshang
changed the title
llcppsymg:refine class fetch & add test case
llcppsymg:refine class fetch,test case
Oct 10, 2024
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
5 times, most recently
from
October 18, 2024 16:04
7753f01
to
da615cc
Compare
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
from
October 21, 2024 06:59
b0f32af
to
5033eee
Compare
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
4 times, most recently
from
October 21, 2024 10:35
87fab4c
to
7a345e4
Compare
llcppsymg:headerpath test
llcppsymg:symbo test llcppsymg:exist symb file test llcppsymg:GenSymbolTabledata llcppsymg:GenSymbolTableData test llcppsymg:full symg operation test
llcppsymg:clangutil test
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
from
October 21, 2024 10:49
7a345e4
to
e6bfe1f
Compare
luoliwoshang
changed the title
llcppsymg:refine class fetch,test case
llcppsymg:refine class fetch,test case,-v
Oct 21, 2024
luoliwoshang
force-pushed
the
llcppsymg/classname
branch
2 times, most recently
from
October 26, 2024 10:39
20e86ec
to
e6bfe1f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[wip] fix #830
linux
/etc/ld.so.conf.d
's subdirIt can pass tests normally in both Linux and macOS environments.
However, in actual operation on Linux, the part calling nm throws the following error. Investigation reveals that it's caused by exec.Command. Running
cmptest/osexec
on Linux also produces the corresponding issue: