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

Use Iterable instead of Seq for MapRecords (#11) #12

Merged

Conversation

franbh
Copy link
Contributor

@franbh franbh commented Feb 16, 2018

Maps which need to be mapped via an implicit conversion (e.g. String => Array[Byte]), or contain different case classes (even if they share the same structure: e.g. mapping from Map[String, X] to Map[String, Y] where X(a: Int) and Y(a: Int)), do not compile.
I've tried to track down the cause, with no success so far. Nevertheless, this is not a problem for me right now, so if you don't mind I'll open a different issue for that.

Closes #11

@codecov-io
Copy link

codecov-io commented Feb 16, 2018

Codecov Report

Merging #12 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   97.76%   97.76%           
=======================================
  Files          17       17           
  Lines         403      403           
  Branches        9        9           
=======================================
  Hits          394      394           
  Misses          9        9
Impacted Files Coverage Δ
...scala/shapeless/datatype/record/RecordMapper.scala 90.9% <100%> (ø) ⬆️

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 5025698...c2aa795. Read the comment docs.

@nevillelyh nevillelyh merged commit 67cdd49 into nevillelyh:master Feb 16, 2018
@nevillelyh
Copy link
Owner

Awesome thanks!

@nevillelyh
Copy link
Owner

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

3 participants