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

More examples of .derived and .define (semi auto), show using overrides with options/eithers/collections, minor docs fixes #693

Merged
merged 12 commits into from
Feb 8, 2025

Conversation

MateuszKubuszok
Copy link
Member

@MateuszKubuszok MateuszKubuszok commented Feb 6, 2025

TODO:

  • product examples of .derived
  • enum examples of .derived
  • patchers examples of .derived
  • option examples of _.matchingSome
  • either examples of .matchingLeft/.matchingRight
  • collection examples of .everyItem/.everyMapKey
  • example that value type can be overriden like product
  • custom transformation section (mention when it is NOT necessary)
  • maybe add scaladocs section about using derive/define instead
  • patcher cookbook for updating Options in API?
  • update year in docs?
  • fix chimney-version (1 letter too many)?

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.92%. Comparing base (0a049ff) to head (1709d23).
Report is 12 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #693   +/-   ##
=======================================
  Coverage   86.92%   86.92%           
=======================================
  Files         183      183           
  Lines        8185     8185           
  Branches      776      785    +9     
=======================================
  Hits         7115     7115           
  Misses       1070     1070           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MateuszKubuszok MateuszKubuszok changed the title Document derived and define more More examples of .derived and .define (semi auto), show using overrides with options/eithers/collections, minor docs fixes Feb 8, 2025
@MateuszKubuszok MateuszKubuszok marked this pull request as ready for review February 8, 2025 16:29
@MateuszKubuszok MateuszKubuszok merged commit 1db5076 into master Feb 8, 2025
24 checks passed
@MateuszKubuszok MateuszKubuszok deleted the document-derived-and-define-more branch February 8, 2025 16:48
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.

1 participant