Skip to content

Conversation

@nick1udwig
Copy link
Member

Problem

When building, we modify Cargo.toml to include caller-utils (the machine-generated dependencies).
However, if this is committed to the repo where whatever hyperapp lives, it means that fresh clones will fail to build (since the machine-generated code does not exist!).

Solution

Slightly modify:

  1. Make the dependency optional
  2. Make the workspace member a glob -- which is "optional"

Docs Update

None

Notes

None

@nick1udwig
Copy link
Member Author

#329

@nick1udwig nick1udwig merged commit 56e83ad into develop Aug 26, 2025
1 check passed
@nick1udwig nick1udwig deleted the hf/build-fix-caller-utils-import-fresh-build branch August 26, 2025 16:45
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.

2 participants