Skip to content

BIO Syntax via extension methods on Scala 3#2351

Draft
neko-kai wants to merge 1 commit into
developfrom
feature/bio-extension-methods
Draft

BIO Syntax via extension methods on Scala 3#2351
neko-kai wants to merge 1 commit into
developfrom
feature/bio-extension-methods

Conversation

@neko-kai
Copy link
Copy Markdown
Member

This is WIP and not yet mergeable.

Should help with Intellij highlighting, also allows using BIO methods when a BIO instance is in scope, but the name is not imported (e.g. inherited instance)

What doesn't work yet:

  • Disambiguation when multiple typeclass instances from the same hierarchy are present doesn't work with extension methods, but worked implicit conversions (via priorities)

This is WIP and not yet mergeable.

Should help with Intellij highlighting, also allows using BIO methods when
a BIO instance is in scope, but the name is not imported (e.g. inherited
instance)

What doesn't work yet:
- Disambiguation when multiple typeclass instances from the same hierarchy
  are present doesn't work with extension methods, but worked implicit
  conversions (via priorities)
@neko-kai neko-kai requested a review from pshirshov as a code owner April 28, 2026 07:46
@neko-kai neko-kai marked this pull request as draft April 28, 2026 07:46
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.79%. Comparing base (a8c3287) to head (e57ccd2).

Additional details and impacted files
@@            Coverage Diff            @@
##           develop    #2351    +/-   ##
=========================================
  Coverage    67.79%   67.79%            
=========================================
  Files          635      635            
  Lines        12808    12808            
  Branches      1588     1479   -109     
=========================================
  Hits          8682     8682            
  Misses        4126     4126            
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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