-
Notifications
You must be signed in to change notification settings - Fork 64
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
Plugin API for tracing #2192
Plugin API for tracing #2192
Conversation
3250e76
to
ee17fbb
Compare
This branch now works when called like so:
(The trace implementation provided in this example (from the Both this and its companion PR are finally ready to merge. |
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.
This overall looks good and I'm happy that the handling of the target property is so clean. I left a minor comment that I think should be addressed before merging this.
core/src/test/java/org/lflang/tests/compiler/LinguaFrancaValidationTest.java
Outdated
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! 🚀
See the companion PR in reactor-c for discussion. The changes that were required here to make the reactor-c changes work are relatively minor.