-
Notifications
You must be signed in to change notification settings - Fork 161
Support scala 3 #446
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
Closed
Closed
Support scala 3 #446
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
344bb13
suport scala 3.0.0-RC1
russwyte ad63fe5
scalafm
russwyte 5910767
override constructors where appropriate
russwyte 5079836
scalafmt
russwyte d8abc03
update CI pipeline
russwyte 4397c7b
update CI pipeline
russwyte bf33bf1
exclude 2.13.5 from 0.6.28 build
russwyte f561225
also need to exlude scala 3 from 0.6.28
russwyte 0425741
fix conflicts
russwyte 9606d60
update CI to inlude all supported versions
russwyte 28eeb7d
don't use 2.13.5
russwyte 3c0e714
remove jcenter
russwyte d15c21b
put back jcenter repo
russwyte 7d70b3d
use include instead of exclude
russwyte ea04026
clean before package
russwyte b8c4311
need to quute
russwyte 47cc047
clean before compiling example
russwyte fb8188a
update to Scala 3.0.0-RC2
russwyte d70eaa0
punt and use asInstanceOf to avoid breaking change
russwyte f594b66
fix ci.yml so that it has the correct scala 3 version
russwyte 5176b44
scalafmt
russwyte f77e53a
scala 3.0.0 FTW
russwyte ed3ad20
get scaladocs for scala 3 working
russwyte 0432c8f
scalafmt and bump scala 3 version
russwyte cf5e4e7
update scala to release version 3.0.1
russwyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why bump to a RC? let's first get this released for 3.0.0 😅
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already tried 3.0.0 (earlier) and it didn't work because of sbt and scaladoc/dottydoc borkage with scalajs. But if it can work now (maybe SBT fix?) - that's great! 👍
3.0.1-RC1 and on will work right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see! Frustrating. Btw thanks for picking this up again!
PS if you make a tiny PR to this repo (e.g. fix a typo) maybe @sjrd can merge it quick and then you'll be whitelisted for CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind doing a PR like that, but what is strange is that until a few commits ago CI was working fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GH changed their policy recently, maybe while you were working on this. It makes contributing more difficult IMO.