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

Implement uformattable.h #142

Merged
merged 2 commits into from
Jun 23, 2020
Merged

Implement uformattable.h #142

merged 2 commits into from
Jun 23, 2020

Conversation

filmil
Copy link
Member

@filmil filmil commented Jun 23, 2020

Contains low-level functions for the formattables.

Almost all functions are implemented. For example, get_object is not, since
I don't know what we'd do with an object.

It seems that uformattable does
not, in fact, initialize formattables, but instead has a bunch of getter
methods that allow us to inspect existing formattables.

This limits testability, so tests will need to come from testing the users of
this functionality.

Closes #140.

This adds the changes needed to register the new `rust_icu_formattable`
crate.  Actual implementation will be in followup commits.

Issue google#140
Almost all functions are implemented.  It seems that uformattable does
not, in fact, initialize formattables, but instead has a bunch of getter
methods that allow us to inspect existing formattables.

Closes google#140.
@filmil filmil requested a review from kpozin June 23, 2020 20:41
@filmil filmil changed the title Uformattable Implement uformattable.h Jun 23, 2020
@filmil filmil merged commit 6c4eea0 into google:master Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement uformattable.h
2 participants