Skip to content

Move dev tools to separate repo or workspace #176

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

Open
apljungquist opened this issue Mar 27, 2025 · 0 comments
Open

Move dev tools to separate repo or workspace #176

apljungquist opened this issue Mar 27, 2025 · 0 comments

Comments

@apljungquist
Copy link
Collaborator

This is based on a few observations:

  • Updating checksums when changing the apps or the library crates that support them is tedious and feels meaningless because of course the checksums will change.
  • The checksums are helpful when developing the build tools for ensuring that changes to the build tools don't inadvertently changes the built artifacts and that builds are reproducible.
  • Build tools probably don't need to adhere to as strict dependency audits, especially when it comes to licenses.
    • Though I think this could be fixed in the same repo. I can't remember why we don't, I think I either was too lazy to set it up or worried it would slow down CI.
  • The only first party dependency that the two sides of the project share is vapix and it seems unlikely that this intersection would grow.

Downsides include:

  • Updating the two sides together would be more difficult e.g. if
    • building a new app requires new features from the build system
    • the tools need example app(s) to test themselves
  • Information fragmentation; it becomes harder to maintain a consistent documentation and moving information may involve commits in multiple repos which is tedious and makes it difficult to trace its origin.

Maybe this would be better as a discussion but discussions are disabled and I cannot enable them since I am no longer an admin.

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

No branches or pull requests

1 participant