-
Notifications
You must be signed in to change notification settings - Fork 19
Revert unreleased interface changes #1330
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
Conversation
|
Based on #1322 |
|
No release notes, because this is reverting unreleased changes. |
d795f37 to
b7a4b16
Compare
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
That's what the `FormulaEngine` used to do. Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
That's how it used to be before the rust component graph was introduced. Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
b7a4b16 to
5e71f34
Compare
Marenz
left a comment
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, only complain might be that the last commit also sneaks in dependency updates
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
|
@Marenz the microgrid client is a patch update, and the component graph dep is only being introduced in this release cycle, so we can sneak it in. Could I get another approval with the release notes? |
I guess he means they are in an unrelated commit. I agree it would have been nicer to split it into their own commit(s) if they were not related/necessary to the changes in that commit. But just a minor thing, so approving. |
They absolutely are. Graph repo had new subclassability feature needed for that commit. Graph update also includes wind turbines, for which we need client 18.1. So both are related to that commit. |
These changes were introduced in the PRs #1295 and #1322, and are being reverted here.