Skip to content

WIP: sync morph type data#2192

Draft
rmunn wants to merge 9 commits intodevelopfrom
feat/sync-morph-types
Draft

WIP: sync morph type data#2192
rmunn wants to merge 9 commits intodevelopfrom
feat/sync-morph-types

Conversation

@rmunn
Copy link
Contributor

@rmunn rmunn commented Mar 5, 2026

WIP. Will fix #1847 when completed.

Working, but not yet complete. The unique constraint on the Kind column is not yet implemented, and CreateMorphType does not yet check whether it's about to violate that constraint by adding a duplicate morph type kind. Should not be merged until the constraint is implemented. However, it can be tested now by going into FLEx and editing the prefix or suffix of a morph type, then doing a S/R in FLEx and a Sync in FW Lite.

CRDT CRUD operations for MorphTypeData are not yet implemented, so this
will fail to sync and throw a NotImplementedException if you actually
try to sync.
@rmunn rmunn self-assigned this Mar 5, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 5, 2026

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: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 748de9bf-b711-4bcc-b927-64f872c007e9

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
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/sync-morph-types

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 added the 💻 FW Lite issues related to the fw lite application, not miniLcm or crdt related label Mar 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

UI unit Tests

  1 files  ±0   50 suites  ±0   26s ⏱️ ±0s
138 tests ±0  138 ✅ ±0  0 💤 ±0  0 ❌ ±0 
203 runs  ±0  203 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit fa075ef. ± Comparison against base commit 48cd41e.

♻️ This comment has been updated with latest results.

@argos-ci
Copy link

argos-ci bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Mar 6, 2026, 8:07 AM

rmunn added 4 commits March 6, 2026 12:26
In liblcm, the .Prefix and .Postfix properties can be (and often are)
null, so the corresponding LeadingToken and TrailingToken properties in
MorphTypeData need to be nullable as well. The UI will have to do ?? ""
in appropriate places as it displays the leading/trailing tokens.
@rmunn rmunn changed the title WIP (not working yet): sync morph type data WIP: sync morph type data Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💻 FW Lite issues related to the fw lite application, not miniLcm or crdt related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support morph type in CRDTs

1 participant