This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
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
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
from
December 4, 2023 06:43
3cc7c1c
to
18c2cc9
Compare
We need to adjust the CDT repository path from 11.0 to 11.3, see CPG README. |
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
2 times, most recently
from
December 7, 2023 08:21
642dda0
to
15c651d
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
5 times, most recently
from
December 21, 2023 08:17
a649ac9
to
0b8d304
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
6 times, most recently
from
January 15, 2024 07:23
76fa383
to
519120b
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
3 times, most recently
from
January 18, 2024 11:44
533093e
to
4ee6bbb
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
5 times, most recently
from
February 1, 2024 09:04
494fdad
to
40298e0
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
2 times, most recently
from
February 6, 2024 07:28
e855da2
to
57a9b40
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
from
February 19, 2024 07:47
57a9b40
to
9a4e33b
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
from
February 23, 2024 09:50
9a4e33b
to
32056ce
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
4 times, most recently
from
March 6, 2024 14:25
edaa530
to
13b9550
Compare
renovate
bot
force-pushed
the
renovate/major-8-cpg-packages
branch
from
March 7, 2024 10:39
13b9550
to
c9d6397
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #791 +/- ##
============================================
- Coverage 82.05% 81.67% -0.38%
+ Complexity 180 178 -2
============================================
Files 49 49
Lines 1382 1370 -12
Branches 189 189
============================================
- Hits 1134 1119 -15
- Misses 156 158 +2
- Partials 92 93 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fwendland
approved these changes
Mar 25, 2024
fwendland
added a commit
that referenced
this pull request
Apr 15, 2024
* Update CPG packages to v8 * Made it compile, but test fail * Remove obsolete CLI option * Update to latest CPG release * Update repositories for CPG v8.x --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Banse <[email protected]> Co-authored-by: Wendland, Florian <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 contains the following updates:
7.1.2
->8.0.0
7.1.2
->8.0.0
7.1.2
->8.0.0
7.1.2
->8.0.0
Release Notes
Fraunhofer-AISEC/cpg (de.fraunhofer.aisec:cpg-language-java)
v8.0.0
: 8.0.0What's Changed
LanguageFrontend
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1236equals
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1274IdentityHashSet
in EOG pass to remove superfluous EOG nodes by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1275TypeResolver
beforeVariableUsageResolver
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1277TupleDeclaration
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1285Type
nodes for each type by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1304ScopedWalker
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1308<<
,>>
and|
,&
,^
inValueEvaluator
andBinaryOperation
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1333parent
fromhashCode
ofScope
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1353guessCastExpressions
in C++ frontend by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1357hasSignature
to language by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1360IdentitySet
andIdentityHashMap
in EOG iteration for CF-DFG to improve performance by @KuechA in https://github.com/Fraunhofer-AISEC/cpg/pull/1369Reference
s andVariableDeclaration
s by @KuechA in https://github.com/Fraunhofer-AISEC/cpg/pull/1371ScopeProvider
inPass
by @oxisto in https://github.com/Fraunhofer-AISEC/cpg/pull/1385Full Changelog: Fraunhofer-AISEC/cpg@v7.1.2...v8.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.