Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Make transformations throw MissingFieldErrors #52

Merged
merged 1 commit into from
May 8, 2016

Conversation

keith
Copy link
Contributor

@keith keith commented May 7, 2016

When implementing custom errors I decided to make the transformation
function swallow MissingFieldErrors since we were using rethrows and
it would have been a breaking API change. Now we're going to bump for a
breaking API change, and this is more true to what is actually going
wrong in order for the function to throw.

See previous conversation https://github.com/lyft/mapper/pull/48/files#r60854250

@Reflejo
Copy link

Reflejo commented May 7, 2016

\o/

@keith keith force-pushed the ks/transformation-throws branch 2 times, most recently from 3a631e8 to 4f74320 Compare May 8, 2016 00:17
When implementing custom errors I decided to make the transformation
function swallow `MissingFieldError`s since we were using `rethrows` and
it would have been a breaking API change. Now we're going to bump for a
breaking API change, and this is more true to what is actually going
wrong in order for the function to throw.
@keith keith merged commit 4f74320 into master May 8, 2016
@keith keith deleted the ks/transformation-throws branch May 8, 2016 00:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants