-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-3.4.0' into language-reference-stable
- Loading branch information
Showing
3,322 changed files
with
138,050 additions
and
22,852 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
name: "\U0001F389 Suggest a feature" | ||
about: Please create a feature request here https://github.com/lampepfl/dotty-feature-requests | ||
about: Please create a feature request here https://github.com/lampepfl/dotty/discussions/new?category=feature-requests | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please create a feature request here: [lampepfl/dotty-feature-requests](https://github.com/lampepfl/dotty-feature-requests). | ||
Please create a feature request in the [Dotty Discussions](https://github.com/lampepfl/dotty/discussions/new?category=feature-requests). |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
name: "\U0001F615 Error/Warning message report" | ||
about: Report an error/warning message that was confusing/unhelpful | ||
title: '' | ||
labels: itype:enhancement, area:reporting, better-errors, stat:needs triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Compiler version | ||
|
||
If you're not sure what version you're using, run `print scalaVersion` from sbt | ||
(if you're running scalac manually, use `scalac -version` instead). | ||
|
||
## Minimized example | ||
|
||
<!-- | ||
This code should be self-contained, reproducible (i.e. produces the expected error/warning message) and as small as possible. | ||
Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue. | ||
For a good example, see https://github.com/lampepfl/dotty/issues/18657 | ||
--> | ||
|
||
```Scala | ||
printl("hello, world") | ||
``` | ||
|
||
## Output Error/Warning message | ||
|
||
<!-- | ||
Here, please provide the produced error/warning message that is confusing/unhelpful, etc. | ||
for example: | ||
--> | ||
|
||
```scala | ||
-- [E006] Not Found Error: ---------------- | ||
1 |printl("hello, world") | ||
|^^^^^^ | ||
|Not found: printl | ||
1 error found | ||
``` | ||
|
||
## Why this Error/Warning was not helpful | ||
|
||
<!-- For a good example, see https://github.com/lampepfl/dotty/issues/18657 --> | ||
|
||
The message was unhelpful because... | ||
|
||
## Suggested improvement | ||
|
||
<!-- For a good example, see https://github.com/lampepfl/dotty/issues/18657 --> | ||
|
||
It could be made more helpful by... |
This file contains 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 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 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
Oops, something went wrong.