-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Initial work on moving creation of language to translation manager #2110
Conversation
d92daf8
to
7f3490b
Compare
7f3490b
to
07d2b30
Compare
cpg-analysis/src/test/kotlin/de/fraunhofer/aisec/cpg/testcases/FlowQueriesTest.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I can imagine though that we have to be careful with the EmptyTranslationContext, and for the Language holding it not being used.
Yes the |
07d2b30
to
b7ebf8d
Compare
This PR is the start of the epic #2108. The first step is that we need to create our
Language
node in the translation manager (or in this case the translation context) instead of the config, so we can already set the correct context.