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

Revert "Relax type constraints to Encodable and Decodable" #22

Merged
merged 1 commit into from
May 16, 2018

Conversation

djones6
Copy link
Contributor

@djones6 djones6 commented May 16, 2018

This reverts #18.

We've found a problem with the relaxing of output types from Codable to Encodable, such that they are no longer compatible with the TypeDecoder.

We need to revert the relaxing of types so that TypeDecoder can be used with the types used by Codable routes. We'll aim to reintroduce this in the future once a solution can be found.

@codecov-io
Copy link

Codecov Report

Merging #22 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #22   +/-   ##
====================================
  Coverage      82%   82%           
====================================
  Files           6     6           
  Lines         489   489           
====================================
  Hits          401   401           
  Misses         88    88
Flag Coverage Δ
#KituraContracts 82% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72cbab5...d37f97b. Read the comment docs.

@djones6 djones6 merged commit 9d3e5b8 into master May 16, 2018
@djones6 djones6 deleted the backout1235 branch May 16, 2018 10:04
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.

3 participants