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

[BUG] --strict does not work on Scala 3.5.0 -Ykind-projector is deprecated #401

Closed
KristianAN opened this issue Aug 2, 2024 · 2 comments

Comments

@KristianAN
Copy link
Contributor

this is fixed here: typelevel/scalac-options#131

I am not entirely sure how the bleep sbt-tpolecat (or rather liberated plugins) interaction works. In any case the strict flag is blocked on 3.5.0 by this.

@oyvindberg
Copy link
Owner

It's easy once you understand it, heh.

The liberated modules are all git submodules. You cd into the corresponding folder, add a git remote which corresponds to upstream, rebase on top, push changes and commit the changed commit reference in a bleep branch.

Note that it's all currently set up to rebase, which is a terrible decision. We should use merges so we don't lose old SHAs for consistent builds

@oyvindberg
Copy link
Owner

Fixed in #421

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

No branches or pull requests

2 participants