-
Notifications
You must be signed in to change notification settings - Fork 563
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
instrgen : Almost complete rewrite of instrgen internals, new way of loading and analyzing packages used by whole go program. utilizing toolexec #4058
Open
pdelewski
wants to merge
1
commit into
open-telemetry:main
Choose a base branch
from
pdelewski:using-loader
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
pdelewski
changed the title
Instrgen : new way of loading and analyzing packages used by whole go program.
draft instrgen : new way of loading and analyzing packages used by whole go program.
Jul 11, 2023
Codecov Report
@@ Coverage Diff @@
## main #4058 +/- ##
=====================================
Coverage 80.8% 80.9%
=====================================
Files 148 147 -1
Lines 10238 10304 +66
=====================================
+ Hits 8281 8337 +56
- Misses 1819 1823 +4
- Partials 138 144 +6
|
Going to convert this to an actual draft. Please convert back when this is ready for review. |
pdelewski
changed the title
draft instrgen : new way of loading and analyzing packages used by whole go program.
draft instrgen : Almost complete rewrite of instrgen internals, new way of loading and analyzing packages used by whole go program. utilizing toolexec
Jul 21, 2023
pdelewski
force-pushed
the
using-loader
branch
3 times, most recently
from
July 21, 2023 14:16
e8a11a7
to
8b48c7a
Compare
pdelewski
force-pushed
the
using-loader
branch
20 times, most recently
from
August 22, 2023 13:56
1158338
to
01a577c
Compare
pdelewski
force-pushed
the
using-loader
branch
14 times, most recently
from
August 22, 2023 20:50
f702214
to
d8b6982
Compare
pdelewski
changed the title
draft instrgen : Almost complete rewrite of instrgen internals, new way of loading and analyzing packages used by whole go program. utilizing toolexec
instrgen : Almost complete rewrite of instrgen internals, new way of loading and analyzing packages used by whole go program. utilizing toolexec
Aug 23, 2023
pdelewski
force-pushed
the
using-loader
branch
from
September 4, 2023 10:35
d8b6982
to
6662fa6
Compare
pdelewski
force-pushed
the
using-loader
branch
2 times, most recently
from
September 22, 2023 14:11
0d7ecef
to
f39f0a4
Compare
pdelewski
pushed a commit
to SumoLogic-Labs/autotel
that referenced
this pull request
Sep 22, 2023
pdelewski
force-pushed
the
using-loader
branch
from
October 23, 2023 10:04
f39f0a4
to
7b9adc1
Compare
pdelewski
force-pushed
the
using-loader
branch
from
October 23, 2023 10:41
7b9adc1
to
4aa4632
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.
This PR brings:
toolexec
compiler switch