Migrate 2.0.0 errors to daw_error/v1 #9
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-lua-net#9
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
Migrate
daw-lua-net2.0.0 to the structureddaw_error/v1return contract before public release.Session rationale
The session decided to use the current private 2.0.0 transition to introduce structured errors now.
daw-lua-netis one of only two repositories already on that breaking line, so it should be aligned withdaw-lua-commonbefore the wider module ecosystem adopts 2.x.Scope
daw_error/v1objects on all public failure paths.codevalues and correctsourceidentities.daw_error/v1.Acceptance criteria
nil, <valid daw_error/v1 object>.[ERROR]strings.causerather than string concatenation.make testpasses on the Lua versions currently supported by the repository.Cross-repository context
This migration depends on the finalized
daw_error/v1contract inDAW/daw-contractsand must remain aligned with the parallelDAW/daw-lua-commonmigration.