Skip to content

Commit 1205601

Browse files
committedMar 29, 2024·
Merge branch 'release-3.4.1' into language-reference-stable
2 parents 18c69f6 + 3ffe322 commit 1205601

File tree

1,240 files changed

+13123
-5798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,240 files changed

+13123
-5798
lines changed
 

‎.github/ISSUE_TEMPLATE/feature.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: "\U0001F389 Suggest a feature"
3-
about: Please create a feature request here https://github.com/lampepfl/dotty/discussions/new?category=feature-requests
3+
about: Please create a feature request here https://github.com/scala/scala3/discussions/new?category=feature-requests
44
title: ''
55
labels: ''
66
assignees: ''
77

88
---
99

10-
Please create a feature request in the [Dotty Discussions](https://github.com/lampepfl/dotty/discussions/new?category=feature-requests).
10+
Please create a feature request in the [Dotty Discussions](https://github.com/scala/scala3/discussions/new?category=feature-requests).

‎.github/ISSUE_TEMPLATE/improve-error.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This code should be self-contained, reproducible (i.e. produces the expected err
1919
2020
Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue.
2121
22-
For a good example, see https://github.com/lampepfl/dotty/issues/18657
22+
For a good example, see https://github.com/scala/scala3/issues/18657
2323
-->
2424

2525
```Scala
@@ -44,12 +44,12 @@ for example:
4444

4545
## Why this Error/Warning was not helpful
4646

47-
<!-- For a good example, see https://github.com/lampepfl/dotty/issues/18657 -->
47+
<!-- For a good example, see https://github.com/scala/scala3/issues/18657 -->
4848

4949
The message was unhelpful because...
5050

5151
## Suggested improvement
5252

53-
<!-- For a good example, see https://github.com/lampepfl/dotty/issues/18657 -->
53+
<!-- For a good example, see https://github.com/scala/scala3/issues/18657 -->
5454

5555
It could be made more helpful by...

0 commit comments

Comments
 (0)
Please sign in to comment.