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

update codepropertygraph+flatgraph deps #5270

Merged
merged 1 commit into from
Jan 30, 2025
Merged

update codepropertygraph+flatgraph deps #5270

merged 1 commit into from
Jan 30, 2025

Conversation

bbrehm
Copy link
Contributor

@bbrehm bbrehm commented Jan 29, 2025

No description provided.

@bbrehm bbrehm requested a review from mpollmeier January 29, 2025 14:10
@@ -452,7 +452,7 @@ class ImportTests extends RubyCode2CpgFixture(withPostProcessing = true) with In
|""".stripMargin)

"also create import nodes" in {
inside(cpg.imports.l) {
inside(cpg.imports.l.sortBy { impNode => impNode.isCallForImportIn.head.order }) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
inside(cpg.imports.l.sortBy { impNode => impNode.isCallForImportIn.head.order }) {
inside(cpg.imports.l.sortBy(_.isCallForImportIn.head.order)) {

@bbrehm bbrehm merged commit 4f59572 into master Jan 30, 2025
5 checks passed
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