-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add JaCoCo to 0.8.8 and upgrade ASM to 9.4 #17514
Add JaCoCo to 0.8.8 and upgrade ASM to 9.4 #17514
Conversation
1197170
to
06689fd
Compare
06689fd
to
1386195
Compare
Can you update this to also remove the old jacoco jars, or is there a reason that needs to happen as a follow up? |
According to the README the whole change is staged, the removal of the old JARs is the last PR of 3. Happy to change if that's incorrect? |
Thanks for the context, that sounds good. |
@@ -52,7 +52,7 @@ public Map<Integer, BranchExp> result() { | |||
public ClassProbesMapper(String className) { | |||
classLineToBranchExp = new TreeMap<Integer, BranchExp>(); | |||
stringPool = new StringPool(); | |||
className = stringPool.get(className); | |||
this.className = stringPool.get(className); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a separate change out for review for this which should be submitted soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I remove it from this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can leave it in for now. The fix should show up in the next hour, and if you want you could rebase at that point. But if not, the merge should be resolved when the PR is imported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've rebased on master and the diff no longer appears for ClassProbesMapper
One last question--did you end up updating to JaCoCo |
No, I tried to keep as close to a release version as possible. These JARs are tag 0.8.8 (c3d5e0ff638caf0038ce46054b906d51d59623e6) with |
+ ClassProbesMapper fix to initialize the className correctly Related to bazelbuild#16412
1386195
to
3083a16
Compare
Merged at 5030e89 |
+ ClassProbesMapper fix to initialize the className correctly Related to bazelbuild#16412 Partial commit for third_party/*, see bazelbuild#17514. Signed-off-by: kshyanashree <kshyanashreem@example.com>
Related to #16412
Commit 1 of 3