Clean up clippy suppressions and restore excluded WASM crates #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The CI fix (PR #25) added several
#[allow(clippy::...)]suppressions to make clippy pass. While the CI infrastructure is now correct, a few of these suppressions mask code that should be properly refactored. Additionally, two example crates (os_widgets, os_components) were excluded from the WASM check because they broke against the updated hero_osis_sdk API.Goals
upload_and_create_songinarchipelagos/library/songs/src/services/mod.rsto accept aCreateSongRequeststruct instead of 8 positional arguments, removing thetoo_many_argumentsallowRoletype alias andAVAILABLE_MODELSconstant inarchipelagos/intelligence/intelligence/src/views/roles/role_editor.rs— delete if unused, keep allow if intentionally reservedos_widgetsandos_componentsto work with the currenthero_osis_sdkBaseClientAPI, then re-include them in the WASM check inbuild.yaml