-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Removal of ulog
from reactor-ts
, code generator updated to allow this change
#2052
Conversation
This is to accommodate lf-lang/reactor-ts#237
ulog
removed from reactor-ts
, code generator updated to allow this change
ulog
removed from reactor-ts
, code generator updated to allow this changeulog
from reactor-ts
, code generator updated to allow this change
This is failing because of lf-lang/reactor-ts#239 Tests are passing on the reactor-ts side, so we should merge that first, then this. |
Hmm...... Zephyr test is failing? |
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.
After merging the corresponding reactor-ts
PR, please apply the suggested change before merging this PR.
core/src/main/kotlin/org/lflang/generator/ts/TSParameterPreambleGenerator.kt
Show resolved
Hide resolved
06e91c5
to
8a3472c
Compare
Log.global
(renamed toLog.globalLogger
); replaced withLog.error()
andLog.setLevel()
;ulog
.This is to accommodate lf-lang/reactor-ts#237