Skip to content

Release v0.2.0 with nested reference traversal - #2

Merged
esnya merged 3 commits into
masterfrom
codex/release-v0.2.0-20260828
Aug 28, 2026
Merged

esnya merged 3 commits into
masterfrom
codex/release-v0.2.0-20260828

Conversation

@esnya

@esnya esnya commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Publishes the maintained local fixes for resolving reference spaces by variable name and traversing nested sync lists and dictionaries, updates the current Resonite and .NET 10 CI path, and documents the expanded scope. Local format and Release build pass with all 9 tests, and the old Slot.Children ABI reference is absent.

@esnya
esnya merged commit f169341 into master Aug 28, 2026
2 checks passed
@esnya
esnya deleted the codex/release-v0.2.0-20260828 branch August 28, 2026 08:32

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e9e846a74f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

if (member is IEnumerable enumerable && ShouldVisitEnumerable(enumerable))
{
VisitEnumerable(enumerable, cursor);
return;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Continue into specialized collection traversal

When an ISyncList, ISyncBag, ISyncDictionary, or ISyncArray implementation also implements IEnumerable, this return prevents TryVisitKnownCollections from reading Elements, Values, BoxedEntries, or GetElement. This silently misses references when the generic enumerable view omits or wraps nested members—for example, a dictionary enumerating key/value pairs whose values are collection members rather than direct ISyncRef instances—whereas the previous implementation still ran the specialized traversal after generic enumeration.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant