fix: update outdated header paths and usage examples (daw.lua.common -> daw.common) #30

Closed
opened 2026-05-25 19:33:05 +02:00 by michael · 1 comment
Owner

Problem

Several modules have outdated header path comments and usage examples
that still reference the old daw.lua.common.* namespace.

Affected files:

Fix

Update header path comment and usage example in each file to
daw/common/<module>.lua and daw.common.<module>.

## Problem Several modules have outdated header path comments and usage examples that still reference the old `daw.lua.common.*` namespace. Affected files: - yaml.lua (also tracked in DAW/daw-lua-common#23) - config_parser.lua (also tracked in DAW/daw-lua-common#26) - crypto.lua (also tracked in DAW/daw-lua-common#27) - base64.lua (also tracked in DAW/daw-lua-common#28) - time.lua ## Fix Update header path comment and usage example in each file to `daw/common/<module>.lua` and `daw.common.<module>`.
Author
Owner

All src/daw/lua/common and daw.lua.common references replaced with daw/common and daw.common across the repo. Verified via: grep -rln --include='*.lua' 'daw.lua.common|src/daw/lua/common' . -- no matches.

All src/daw/lua/common and daw.lua.common references replaced with daw/common and daw.common across the repo. Verified via: grep -rln --include='*.lua' 'daw\.lua\.common|src/daw/lua/common' . -- no matches.
michael 2026-07-19 17:55:10 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DAW/daw-lua-common#30
No description provided.