-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Corrected a typo in the online documentation for Programmatic Structural Types #3053
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
Conversation
Minor change to have proper markdowns
In this implementation the first parameter of the value class must be a subtype of scala.Any. Every other parameter must be phantom.
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.
Hello, and thank you for opening this PR! 🎉
All contributors have signed the CLA, thank you! ❤️
Have an awesome day! ☀️
Upgrade Drone to 0.8
`InterfaceEntryPointTest.runCompilerFromInterface` used to fail when the output directory did not exist.
Fix failing test case
Remove dead code
Fix scala#2395: Check if the scala or dotty libraries are missing
Hi @raymondtay . Can you rebase on top of master. We updated the CI |
Fix scala#2964: Refresh names for anonymous classes
…asses Implement value classes with phantom parameters
fix scala#2996: remove useless Makefile in distributed archive
When bootstrapping with -Yno-inline, Tokens failied to initialize because the length `maxToken` in `tokenString` was still 0. Changing a `val` to a `def` fixes that. This is a nice demonstration that the initialization rules are non-intuitive - we get bitten by them ourselves!
Update Docker image following scala#3059
Fix initialization vulnerability in Scanner
Simplify dist project definitions
Thanks @allanrenucci ! |
@raymondtay Thanks for the fix! LGTM. |
@allanrenucci I leave for you to merge as I am not sure whether the .yml is up to date. |
Superseded by #3086 |
No description provided.