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): ldml - support local imports #10649

Open
mcdurdin opened this issue Feb 6, 2024 · 2 comments
Open

feat(developer): ldml - support local imports #10649

mcdurdin opened this issue Feb 6, 2024 · 2 comments
Assignees
Labels
blocked Blocked by another issue or PR developer/ epic-ldml feat
Milestone

Comments

@mcdurdin
Copy link
Member

mcdurdin commented Feb 6, 2024

only base=cldr is currently supported but spec allows local relative/absolute imports.

if (base !== constants.cldr_import_base) {
this.callbacks.reportMessage(CommonTypesMessages.Error_ImportInvalidBase({base, path, subtag}));
return false;
}

Reported by @sovichet

@mcdurdin mcdurdin added this to the 18.0 milestone Feb 6, 2024
@srl295
Copy link
Member

srl295 commented Feb 6, 2024

  • define project-relative imports? kmc-relative?
  • command line option to add additional -I include paths?

@mcdurdin mcdurdin modified the milestones: 18.0, A18S4 Apr 29, 2024
@darcywong00 darcywong00 modified the milestones: A18S4, A18S5 Jun 21, 2024
@darcywong00 darcywong00 modified the milestones: A18S5, A18S6 Jul 8, 2024
@darcywong00 darcywong00 modified the milestones: A18S6, A18S7 Jul 19, 2024
@darcywong00 darcywong00 modified the milestones: A18S7, A18S8 Aug 2, 2024
@srl295
Copy link
Member

srl295 commented Aug 6, 2024

blocked by #11236

@darcywong00 darcywong00 modified the milestones: A18S8, A18S10 Aug 6, 2024
@darcywong00 darcywong00 added the blocked Blocked by another issue or PR label Aug 6, 2024
@darcywong00 darcywong00 modified the milestones: A18S10, A18S11 Sep 14, 2024
@darcywong00 darcywong00 modified the milestones: A18S11, A18S12 Sep 28, 2024
@darcywong00 darcywong00 modified the milestones: A18S12, A18S13 Oct 11, 2024
@darcywong00 darcywong00 modified the milestones: A18S13, A18S14 Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by another issue or PR developer/ epic-ldml feat
Projects
Status: No status
Development

No branches or pull requests

3 participants