Skip to content

Deprecate make without .from, use make[T].fromSelf instead#2349

Open
neko-kai wants to merge 1 commit into
developfrom
deprecate-argless-make
Open

Deprecate make without .from, use make[T].fromSelf instead#2349
neko-kai wants to merge 1 commit into
developfrom
deprecate-argless-make

Conversation

@neko-kai
Copy link
Copy Markdown
Member

Supporting make[T] syntax without a follow-up from is rife with issues (see scala/scala3#21622) Ports of distage to Python and TypeScript do not support solitary make and that seems to work out just fine.

Commit is generated and needs cleanup/review before merge.

Supporting `make[T]` syntax without a follow-up `from` is rife
with issues (see scala/scala3#21622)
Ports of distage to [Python](https://github.com/7mind/izumi-chibi-py)
and [TypeScript](https://github.com/7mind/izumi-chibi-ts) do not support
solitary `make` and that seems to work out just fine.

Commit is generated and needs cleanup/review before merge.
@neko-kai neko-kai requested a review from pshirshov as a code owner April 25, 2026 18:37
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

❌ Patch coverage is 72.22222% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.84%. Comparing base (9b605a5) to head (8cfed63).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2349      +/-   ##
===========================================
+ Coverage    67.83%   67.84%   +0.02%     
===========================================
  Files          635      635              
  Lines        12808    12857      +49     
  Branches      1475     1486      +11     
===========================================
+ Hits          8687     8722      +35     
- Misses        4121     4135      +14     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@neko-kai
Copy link
Copy Markdown
Member Author

neko-kai commented Apr 28, 2026

Maybe we should use makeClass[T] instead of, or in addition to, .fromSelf. We already have makeTrait[T]

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