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

Catch errors thrown by Intl formatters #81

Merged
merged 1 commit into from
Oct 17, 2017

Conversation

stasm
Copy link
Contributor

@stasm stasm commented Oct 17, 2017

Intl formatters may throw errors when constructed (if unrecognized
options are passed) or in format() if the formatted value is not
supported.

This is a simple fix which simply catches those errors. The real fix
should report them, for instance into env.errors, but it's not clear to
me right now how to do this right.

Intl formatters may throw errors when constructed (if unrecognized
options are passed) or in format() if the formatted value is not
supported.

This is a simple fix which simply catches those errors.  The real fix
should report them, for instance into env.errors, but it's not clear to
me right now how to do this right.
@stasm stasm force-pushed the keyargs-hotfix branch 2 times, most recently from 2d9f92e to 72d4a2c Compare October 17, 2017 15:07
@stasm stasm merged commit cc32a1e into projectfluent:master Oct 17, 2017
@stasm stasm deleted the keyargs-hotfix branch October 17, 2017 15:18
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.

None yet

1 participant