-
Notifications
You must be signed in to change notification settings - Fork 183
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
Adds Dates support for FsDataProviderExport (based on #258) #261
Adds Dates support for FsDataProviderExport (based on #258) #261
Conversation
832b7cc
to
33ce02d
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
This comment has been minimized.
This comment has been minimized.
Pull Request Test Coverage Report for Build acfb94dc3b30b3adc879821f540df50bd668d88f-PR-261
💛 - Coveralls |
The error has been fixed in the previous PR. This PR is ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with the understanding that most of this PR is already covered by #258!
if let Some(result) = self.dates.try_load(req, &self.cldr_paths)? { | ||
return Ok(result); | ||
} | ||
Err(DataError::UnsupportedDataKey(req.data_key)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is missing the DataEntryCollection fix that I see in #258
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased on top of the current #258.
33ce02d
to
029a5df
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
Based on #258 this adds support for exporting dates key in FsDataProviderExport.