archives as dependencies #5

Open
opened 2026-04-18 23:38:47 +00:00 by jaynuine · 0 comments
Owner

local libraries being rebuilt is currently ignored by the dependency chain, meaning that top nodes won't be marked as outdated and will not be rebuilt on their own

would appending ${ARCHIVES} to the ${NAME} recipe suffice ?
we do not need to rebuild node level objects when archive objects changed right ?
what about archive headers
if we're basing ourselves on the date of archives themselves then any change would mark nodes as outdated

i would argue that just to be safe we should rebuild upon noticing any change to any library, unless we took the trouble to dissect this further which is probably not worth the effort and may not even be able to be realised in a fool proof manner

local libraries being rebuilt is currently ignored by the dependency chain, meaning that top nodes won't be marked as outdated and will not be rebuilt on their own would appending `${ARCHIVES}` to the `${NAME}` recipe suffice ? we do not need to rebuild node level objects when archive objects changed right ? what about archive headers if we're basing ourselves on the date of archives themselves then any change would mark nodes as outdated i would argue that just to be safe we should rebuild upon noticing any change to any library, unless we took the trouble to dissect this further which is probably not worth the effort and may not even be able to be realised in a fool proof manner
jaynuine added this to the todo project 2026-04-18 23:38:47 +00:00
Sign in to join this conversation.
No labels
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
jaynuine/weegie#5
No description provided.