Normalize .codc artifact paths for dotted units and reset PTAC register sequencing per artifact#94
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4f6f620c-7443-4a6b-a3d7-26c36bfcdbdc Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4f6f620c-7443-4a6b-a3d7-26c36bfcdbdc Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4f6f620c-7443-4a6b-a3d7-26c36bfcdbdc Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4f6f620c-7443-4a6b-a3d7-26c36bfcdbdc Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4f6f620c-7443-4a6b-a3d7-26c36bfcdbdc Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
DanexCodr
April 13, 2026 03:44
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.codbentries insideproject.codcwere being keyed by raw unit name (e.g.,test.lazyloop/...) instead of nested unit paths (test/lazyloop/...). This caused incorrect container layout for any dotted unit and inconsistent artifact path handling.Container + fallback path normalization
IRManagernow normalizes unit names via a sharedtoUnitPath(...)(.→/) for:.codcentry names.codbfallback file pathslazyloop.Runner path output consistency
CommandRunnerandTestRunnernow use the same shared unit-path normalization for compile/debug artifact paths, so logs reflect actual container layout.Bytecode “register next” stability
Lowerernow resets internal temp/pattern/lambda counters at the start of eachlower(...)call.