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

Modify version extraction #179

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Modify version extraction #179

merged 1 commit into from
Feb 13, 2025

Conversation

jbachorik
Copy link
Collaborator

What does this PR do?:
It does fix the version extraction such that we bake in the correct version to a release artifact

Motivation:
Currently, the release artifacts are reporting incorrect version (the next version). We want to have this fixed

Unsure? Have a question? Request a review!

@jbachorik jbachorik requested a review from MattAlp February 12, 2025 16:26
Copy link

🔧 Report generated by pr-comment-scanbuild

Scan-Build Report

User:runner@fv-az1280-696
Working Directory:/home/runner/work/java-profiler/java-profiler/ddprof-lib/src/test/make
Command Line:make -j4 clean all
Clang Version:Ubuntu clang version 18.1.3 (1ubuntu1)
Date:Wed Feb 12 16:29:42 2025

Bug Summary

Bug TypeQuantityDisplay?
All Bugs6
Logic error
Dereference of null pointer3
Suspicious operation
Bitwise shift1
Unused code
Dead initialization1
Dead nested assignment1

Reports

Bug Group Bug Type ▾ File Function/Method Line Path Length
Suspicious operationBitwise shiftvmStructs.cppfind87216
Unused codeDead initializationstackWalker.cppwalkDwarf1601
Unused codeDead nested assignmentvmStructs.cppcheckNativeBinding9771
Logic errorDereference of null pointersafeAccess.hload3318
Logic errorDereference of null pointersymbols_linux.hElfParser12928
Logic errorDereference of null pointerflightRecorder.cppflush15138

Copy link

🔧 Report generated by pr-comment-cppcheck

CppCheck Report

Warnings (7)

Style Violations (405)

@jbachorik jbachorik merged commit 4b09327 into main Feb 13, 2025
83 of 84 checks passed
@github-actions github-actions bot added this to the 1.21.0 milestone Feb 13, 2025
@jbachorik jbachorik deleted the jb/version branch February 13, 2025 09:27
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