Skip to content

Pass stable data dir to FW Lite to survive extension version updates#2384

Closed
imnasnainaec wants to merge 1 commit into
developfrom
interlinearizer-extension
Closed

Pass stable data dir to FW Lite to survive extension version updates#2384
imnasnainaec wants to merge 1 commit into
developfrom
interlinearizer-extension

Conversation

@imnasnainaec

@imnasnainaec imnasnainaec commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Platform.Bible runs each extension version from a versioned cache directory, so FW Lite's default of storing projects and auth cache relative to its binary would orphan data on every update. Pass explicit paths rooted at ~/.platform.bible/extensions/lexicon/ to keep data stable across versions.

Closes #2351

Devin: https://app.devin.ai/review/sillsdev/languageforge-lexbox/pull/2384

Platform.Bible runs each extension version from a versioned cache directory,
so FW Lite's default of storing projects and auth cache relative to its binary
would orphan data on every update. Pass explicit paths rooted at
~/.platform.bible/extensions/lexicon/ to keep data stable across versions.

Closes #2351

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@imnasnainaec imnasnainaec self-assigned this Jun 29, 2026
@coderabbitai

coderabbitai Bot commented Jun 29, 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: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 10453212-3fff-4cef-843f-1147caa3ff08

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 interlinearizer-extension

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.

@imnasnainaec

Copy link
Copy Markdown
Collaborator Author

Replaced by #2385

@imnasnainaec imnasnainaec deleted the interlinearizer-extension branch June 29, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FwLiteWeb state is binary-relative, so every Platform.Bible extension update would orphan it

1 participant