Skip to content

Added basic implementation for public interfaces in kotlin#1215

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

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

@sacOO7 sacOO7 commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@coderabbitai

coderabbitai Bot 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-actions Bot temporarily deployed to staging/pull/1215/features June 11, 2026 17:48 Inactive
@github-actions github-actions Bot temporarily deployed to staging/pull/1215/javadoc June 11, 2026 17:50 Inactive
@github-actions github-actions Bot temporarily deployed to staging/pull/1215/features June 12, 2026 11:19 Inactive
@github-actions github-actions Bot temporarily 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
Sign up for free to 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