-
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
Refactoring of part of the federated package #1663
Conversation
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 looks great!! This is a much needed pass on this code. I've made some really minor suggestions. This looks to me like it may bring us really close to multilingual federates! Maybe we just need to add a mixed
target.
org.lflang/src/org/lflang/federated/generator/FedFileConfig.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
Yes, we're getting closer... Let me jot down a design proposal before going ahead and implementing it. The goal of this PR is just to get to the point of having an understandable handling of target configurations. |
Fixes #1602. Other things done in this PR:
LinkedHashMap<String, Object> federationRTIProperties
TargetDecl
in cases where onlyTarget
is neededTargetConfig
in its constructorFedTargetConfig
subclass