Skip to content
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

refactor: remove deprecated code related to start actor cmd #1144

Conversation

ahmedtadde
Copy link
Contributor

Feature or Problem

In #710 we introduced a few clippy warnings about deprecated control interface functionality in order to support the start actor command in a backwards compatible way. As of the control interface 0.29.0 and applicable wadm/wash versions (TBD), this command isn't used anywhere and can be fully removed instead of just deprecated.

Related Issues

#740

Release Information

wasmCloud v0.80 & wash-cli v0.24.1

Consumer Impact

there should be none

Testing

all unit tests and integration tests pass

Signed-off-by: Ahmed <ahmedtadde@gmail.com>
@ahmedtadde ahmedtadde requested review from a team as code owners December 6, 2023 14:46
Copy link
Contributor

@thomastaylor312 thomastaylor312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @ahmedtadde this is looking good! I think everything is good to go, but because this is a breaking removal, I'd also like at least @brooksmtownsend or @connorsmith256 to take a look and approve as well!

Whichever of you get to it first can go ahead and merge if you also approve

Copy link
Contributor

@connorsmith256 connorsmith256 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct me if I'm wrong, but I think this needs to be a multi-step process (see comment)

crates/wash-lib/src/cli/dev.rs Outdated Show resolved Hide resolved
crates/host/src/wasmbus/mod.rs Show resolved Hide resolved
Signed-off-by: Ahmed <ahmedtadde@gmail.com>
@thomastaylor312
Copy link
Contributor

thomastaylor312 commented Dec 12, 2023

@ahmedtadde looks like the only CI failure is from cargo clippy and should be easy to fix! Once you do that I'll merge

Signed-off-by: Ahmed <ahmedtadde@gmail.com>
@brooksmtownsend brooksmtownsend merged commit 98b7a55 into wasmCloud:main Dec 12, 2023
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants