You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is quite a lot of type-class (aka TC) examples and their derivations in tests but how about adding few more? This could be a good warm-up for new-coming contributors as well as it could provide the users more documentary examples of how to use magnolia api to create their own derivations.
Walk-through for newcommers:
0. Choose your base branch (scala2 vs scala3).
Browse through the existing TC examples, their derivations and test cases.
Invent your own fancy TC and write its derivation.
Add test cases using your TC.
Optionally, repeat for the other branch.
TCs improving the existing api usage documentation and tests for non-covered cases would be appreciated.
The text was updated successfully, but these errors were encountered:
There is quite a lot of type-class (aka TC) examples and their derivations in tests but how about adding few more? This could be a good warm-up for new-coming contributors as well as it could provide the users more documentary examples of how to use magnolia api to create their own derivations.
Walk-through for newcommers:
0. Choose your base branch (
scala2
vsscala3
).TCs improving the existing api usage documentation and tests for non-covered cases would be appreciated.
The text was updated successfully, but these errors were encountered: