Centralize shared DAW developer test tooling #1
Labels
No labels
coordination/cross-repo
coordination/needed
effort
large
effort
medium
effort
small
meta/duplicate
meta/planning
meta/wontfix
priority
high
priority
low
priority
medium
session
blocker
session
handover
session
next
status
blocked
status
done
status
in-progress
status
review
status
to-go
type
admin
type
bug
type
config
type
deployment
type
docs
type
enhancement
type
feature
type
handover
type
infrastructure
type
installation
type
maintenance
type
migration
type
research
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DAW/daw-dev-tools#1
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?
Goal
Centralize DAW developer tooling that is currently copied across repositories into one public, shared repository.
Initial scope includes the common test helper (
helpers.lua) and test runner (run_tests.sh). The repository should become the canonical maintenance point for reusable developer-side tooling that multiple DAW projects need.Session rationale
The berhtjan 2.1 migration exposed that multiple DAW repositories currently carry different versions of the same test helpers and runner scripts. This creates drift, duplicated maintenance and inconsistent behavior between repositories.
A shared public developer-tool repository was therefore chosen instead of continuing to copy these files independently.
Scope
daw-dev-toolsas the public shared repository for reusable DAW developer tooling.helpers.lua.run_tests.sh.Acceptance criteria
daw-dev-toolsexists.helpers.luais available and documented.run_tests.shis available and documented.Cross-repository impact
Initial consumers include DAW Lua/module repositories that currently carry their own copies of the test helper or runner. Migration of individual repositories should be tracked where concrete changes are required.