-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
chore: Upgrade build deps to ensure compatible with Scala Native #178
Conversation
And did you mind that I introduce |
scalafmt would be great. Just pick an arbitrary style, we can tweak it later as necessary. |
Other closable PRs (by scala-steward / dependabot) if merged
The above PRs will be closed automatically after resolving. |
Co-authored-by: Ondra Pelech <[email protected]>
TBH I'm not sure why bincompat is failing, you might need to bisect your changes and see what change is at fault |
Thanks! I found there is no Scala 3 release before version
Now error hints changed. But It still failed. I fold some outputs, it almost show problems for every classes.
I'm trying to downgrade some core deps to figure out problems. |
I'm also learning how to write |
@lihaoyi I solve it :) It's majorly because I configured Everything is working normally now. Please check the updated PR description and review again. Thanks for your hints. |
@lihaoyi It looks like |
@lqhuang looks green, if you're happy with this I'll merge it |
No problem, definitely ok! Appreciate your kind helps :) |
Why these PRs don't close automatically as described in Merging the referencing pull request also closes the referenced pull request. Confusing 🤔 Never mind, just a compulsion comment |
@lqhuang the close keyword needs to be in the PR description. If it's in a further comment, then it's not going to work. |
@sideeffffect I see. Thanks. Got it ✌️ |
Hi, Haoyi,
This PR will be part of my work to introduce native supports to
requests-scala
[#156].I try to update current build dependencies to make sure that current tool chains are compatible with Scala Native and current implementations before introducing other breaking changes.
Here are some notable changes:
geny
has deprecated Scala 2.11 since 1.1.0More details attached here
Local testing results after changes
report binary issues
Any feedback and suggestion is appreciated!
Regards,
Lanqing
Updates:
After refactoring
build.mill
, now binary check passed in my local env, too.And now if you access
https://self-signed.badssl.com/
, it literally returns a "404 Not Found". Moreover, it looks like the whole sitebadssl.com
returns404
(???? Shutdown or server error?)I update corresponding unit tests.
Current notable changes:
geny
has deprecated Scala 2.11 since 1.1.0Option.when(VcsVersion.vcsState().commitsSinceLastTag != 0)(VcsVersion.vcsState().lastTag).flatten
only appends0.6.7
, so I replaced it with concrete release versions.