Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(developer,core): local imports 🙀 #12750

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Nov 29, 2024

Fixes: #10649

Note:

  • I've tested simple paths something.xml which works for the same dir as the source xml
  • also tested more complex paths starting with ./ etc.
  • and, even absolute paths work, though those are not tested in unit tests.

@keymanapp-test-bot skip

- added a new reader callback option, localImportsPaths
- due to the CLDR issue #12749 use base=""
- add tests
- some bugfixes in import messages
- add an ImportStatus section to determine if something is a local import

Fixes: #10649
- basic changes to support local imports

Fixes: #10649
- also improve callback visibility when XML fails to load

Fixes: #10649
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Nov 29, 2024

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

@srl295
Copy link
Member Author

srl295 commented Nov 29, 2024

fyi @sovichet !

Copy link
Member

@mcdurdin mcdurdin left a comment

Choose a reason for hiding this comment

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

Looking good, a few comments, all pretty minor

srl295 and others added 3 commits December 2, 2024 11:37
- use path.join instead of path.resolve
- rename importsPath to cldrImportsPath
- remove k_015_importlocal from core, as it duplicated tests in common and developer

Fixes: #10649
@github-actions github-actions bot added core/ Keyman Core and removed core/ Keyman Core labels Dec 2, 2024
- support empty string as import base
@github-actions github-actions bot added core/ Keyman Core and removed core/ Keyman Core labels Dec 4, 2024
@github-actions github-actions bot added core/ Keyman Core and removed core/ Keyman Core labels Dec 4, 2024
Base automatically changed from feat/developer/7394-verify-normalization-epic-ldml to master December 4, 2024 22:58
@srl295
Copy link
Member Author

srl295 commented Dec 4, 2024

looks like transient failure, retrying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

feat(developer): ldml - support local imports
2 participants