Michael Pollmeier
Michael Pollmeier
> We need to have something like Singleton solution. Otherwise, we have to pass on the object through every pass created in Joern. It may well be very complicated, and...
That's a great idea. It's not the highest priority item on the list of course, but I'll see if we can get a simplistic version of the above done somehow.
we'll shortly drop ammonite (probably next week)... but I think we can get something similar in the new repl.
@johannescoetzee looks like a javasrc frontend issue - can you please take a look?
Having the logger as a global object with mutable state seems like a bad idea, e.g. because we want to be able to run passes in parallel. Also, the `initialise`...
Hmm, on linux this works fine... Will try to reproduce on my windows VM.
I cannot reproduce on windows either (with a locally staged version of master, i.e. `sbt stage`) How exactly did you get and start joern?
related: https://github.com/joernio/website/pull/134
sorry about the silence, I was sick, will have a look shortly
The semantics of importing scripts indeed changed, and `--import` is now only compiled, rather than interpreted. This was necessary to handle complex situations where compilation units cross-reference each other. Your...