Skip to content

Added basic implementation for public interfaces in kotlin - #1215

Closed
sacOO7 wants to merge 2 commits into
feature/path-based-liveobjects-implementationfrom
liveobjects/basic-interfaces-impl-kotlin
Closed

Added basic implementation for public interfaces in kotlin#1215
sacOO7 wants to merge 2 commits into
feature/path-based-liveobjects-implementationfrom
liveobjects/basic-interfaces-impl-kotlin

Conversation

@sacOO7

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitaiBot commented Jun 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 90abf013-0709-4a3e-b51b-5da431b77696

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch liveobjects/basic-interfaces-impl-kotlin

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
github-actionsBottemporarily deployed to staging/pull/1215/features June 11, 2026 17:48 Inactive
@github-actions
github-actionsBottemporarily deployed to staging/pull/1215/javadoc June 11, 2026 17:50 Inactive
@github-actions
github-actionsBottemporarily deployed to staging/pull/1215/features June 12, 2026 11:19 Inactive
@github-actions
github-actionsBottemporarily deployed to staging/pull/1215/javadoc June 12, 2026 11:20 Inactive
- PathObject path parsing: exact port of the ably-js escape algorithm
(backslash before a non-dot is kept literally, so an escaped backslash
no longer suppresses the dot split; trailing backslash kept as-is)
- PathObjectSubscriptionRegister: deliver one event per full path to the
updated object, so an object reachable via several covered paths
notifies subscribers once per path (mirrors
liveobject.ts#_notifyPathSubscriptions)
- size()/keys()/entries() on map path objects and size() on map
instances now exclude entries with unresolvable (dangling/tombstoned)
object references, per RTLM10d/RTLM14
- Added parity tests for escaped-backslash parsing, multi-path event
delivery, and unresolvable-reference filtering
@sacOO7

Copy link
Copy Markdown
ContributorAuthor

Closing in favour of #1223

@sacOO7sacOO7 closed this Jul 9, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@sacOO7