refactor: dissolve hm-plugin-cloud into hm/src/commands/cloud#180
Merged
Conversation
The 'plugin' crate was a vestige of the dead WASM-plugin era: it built
as a separate library but was depended on only by the hm binary and
carried no plugin machinery. Fold its sources into the binary as an
ordinary command module.
- Move src/{lib,cli,settings,auth/*,verbs/*}.rs into
crates/hm/src/commands/cloud/ (lib.rs -> mod.rs); rewrite intra-crate
paths crate::{cli,auth,verbs,settings} -> crate::commands::cloud::*.
- Wire commands/mod.rs; repoint cli/mod.rs, init.rs, run/mod.rs from
hm_plugin_cloud::* to crate::commands::cloud::*.
- hm/Cargo.toml: drop hm-plugin-cloud, add harmont-cloud-raw (the only
dep it did not already carry).
- Remove the crate from the workspace members/dependencies and delete it.
- Refresh stale 'hm-plugin-cloud' mentions in hm-render, exec::cloud, and
the hm README.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.