Skip to content

Conversation

@maltek
Copy link
Contributor

@maltek maltek commented Nov 19, 2025

before

./joern --runBefore '//> using dep org.apache.commons:commons-exec:1.5.0
//> using dep io.methvin:directory-watcher:0.19.1'

would fail because the version number for commons-exec would not end at "1.5.0", but instead also include the whole second line.

before

    ./joern --runBefore '//> using dep org.apache.commons:commons-exec:1.5.0
    //> using dep io.methvin:directory-watcher:0.19.1'

would fail because the version number for commons-exec would not end at
"1.5.0", but instead also include the whole second line.
@maltek maltek requested a review from mpollmeier November 19, 2025 15:33
Copy link
Contributor

@mpollmeier mpollmeier left a comment

Choose a reason for hiding this comment

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

I was first afraid this would break other multiline

./joern --runBefore 'def foo = bar
def bar = 40'

but that's not the case - so 👍🏻

@maltek maltek merged commit 9a40119 into master Nov 20, 2025
8 checks passed
@maltek maltek deleted the mkraus/run-before branch November 20, 2025 09:21
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.

3 participants