Add a regression test for `INothing` implicit resolution
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 195
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
We had a good one in https://github.com/typelevel/feral/pull/52#issuecomment-974246880, but then I went and changed the lambda encoding in #60. So would be good to make a new one. I.e. something that works for INothing but doesn't work for vanilla Nothing, but maybe that's too ambitious :P in which case an ordinary is just fine :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the implicit-resolution example in pull request #52 and the lambda-encoding changes in #60. Locate the existing tests for this behavior and add a regression case covering INothing; done means the test passes and, if feasible, demonstrates the contrast with vanilla Nothing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100