-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Misleading compile error message in wildcard exports #18031
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
Comments
This could be a good first issue for a someone joining a spree. |
This issue was picked for the Issue Spree No. 33 of 11 July 2023 which takes place in 7 days. @mbovel, @KuceraMartin, @clavigne will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here. |
@clavigne as this is your first Spree, welcome! To get started hacking on the Dotty codebase, you will need to clone it, compile it and open it in VS Code using the following commands: git clone https://github.com/lampepfl/dotty.git
cd dotty
sbt compile
code . Then you will need to setup Metals to use the SBT build server. To do it, run the "Switch Build Server" VS Code command (by default the shortcut to open the VS Code command palette is ![]() ![]() To learn more: https://dotty.epfl.ch/docs/contributing/getting-started.html. |
Hi @mbovel, thanks for the instructions! I'll be using Intellij if that's ok, I'm much more familiar with it than with VSCode. Talk to you soon! |
closes scala#18031 Co-authored-by: Matt Bovel <[email protected]> Co-authored-by: Cyrille Lavigne <[email protected]>
closes #18031 Co-authored-by: Matt Bovel <[email protected]> Co-authored-by: Cyrille Lavigne <[email protected]>
closes #18031 Co-authored-by: Matt Bovel <[email protected]> Co-authored-by: Cyrille Lavigne <[email protected]> [Cherry-picked a553539]
closes #18031 Co-authored-by: Matt Bovel <[email protected]> Co-authored-by: Cyrille Lavigne <[email protected]> [Cherry-picked a553539]
Compiler version
3.3.0
Minimized code
Output
Expectation
The compiler correctly stops, but there are no import statements involved; the error message should be
The text was updated successfully, but these errors were encountered: