Skip to content

Commit f86c0bc

Browse files
committed
Update links in the repository to scala/scala3
1 parent 7dc4d3d commit f86c0bc

File tree

195 files changed

+672
-672
lines changed

Some content is hidden

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

195 files changed

+672
-672
lines changed

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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...

.github/workflows/scripts/publish-sdkman.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
set -u
1111

1212
# latest stable dotty version
13-
DOTTY_VERSION=$(curl -s https://api.github.com/repos/lampepfl/dotty/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
14-
DOTTY_URL="https://github.com/lampepfl/dotty/releases/download/$DOTTY_VERSION/scala3-$DOTTY_VERSION.zip"
13+
DOTTY_VERSION=$(curl -s https://api.github.com/repos/scala/scala3/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
14+
DOTTY_URL="https://github.com/scala/scala3/releases/download/$DOTTY_VERSION/scala3-$DOTTY_VERSION.zip"
1515

1616
# checking if dotty version is available
1717
if ! curl --output /dev/null --silent --head --fail "$DOTTY_URL"; then

MAINTENANCE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The issue supervisor is responsible for:
1515
- Modifying issue labels to best capture information about the issues
1616
- Attempting to reproduce the issue (or label “stat:cannot reproduce”)
1717
- Further minimizing the issue or asking the reporter of the issue to minimize it correctly (or label “stat:needs minimization”)
18-
- Identifying which issues are of considerable importance and bringing them to the attention of the team during the Dotty meeting, where they can be filtered and added to the [Future Versions](https://github.com/lampepfl/dotty/milestone/46) milestone.
18+
- Identifying which issues are of considerable importance and bringing them to the attention of the team during the Dotty meeting, where they can be filtered and added to the [Future Versions](https://github.com/scala/scala3/milestone/46) milestone.
1919
- Identifying if a report is really a feature request and if so, converting it to
20-
a [feature request discussion](https://github.com/lampepfl/dotty/discussions/categories/feature-requests).
20+
a [feature request discussion](https://github.com/scala/scala3/discussions/categories/feature-requests).
2121
- Keeping an eye on new
22-
[discussions](https://github.com/lampepfl/dotty/discussions), making sure they
22+
[discussions](https://github.com/scala/scala3/discussions), making sure they
2323
don't go unanswered and also correctly labeling new feature requests.
2424

2525
Other core teammates are responsible for providing information to the issue supervisor in a timely manner when it is requested if they have that information.

NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ major authors were omitted by oversight.
104104
[3] https://github.com/sbt/sbt/tree/0.13/compile/interface/src/main/scala/xsbt
105105
[4] https://github.com/scoverage/scalac-scoverage-plugin
106106
[5] https://github.com/scalameta/metals
107-
[6] https://github.com/lampepfl/dotty/pull/5783/files
107+
[6] https://github.com/scala/scala3/pull/5783/files

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dotty
22
=====
3-
[![Dotty CI](https://github.com/lampepfl/dotty/workflows/Dotty/badge.svg?branch=master)](https://github.com/lampepfl/dotty/actions?query=branch%3Amain)
3+
[![Dotty CI](https://github.com/scala/scala3/workflows/Dotty/badge.svg?branch=master)](https://github.com/scala/scala3/actions?query=branch%3Amain)
44
[![Join the chat at https://discord.com/invite/scala](https://img.shields.io/discord/632150470000902164)](https://discord.com/invite/scala)
55

66
* [Documentation](https://docs.scala-lang.org/scala3/)
@@ -23,7 +23,7 @@ other more direct lines of communication such as email.
2323
How to Contribute
2424
=================
2525
* [Getting Started as Contributor](https://docs.scala-lang.org/scala3/guides/contribution/contribution-intro.html)
26-
* [Issues](https://github.com/lampepfl/dotty/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
26+
* [Issues](https://github.com/scala/scala3/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
2727

2828
License
2929
=======

bench/profiles/compiletime.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
charts:
22

33
- name: "Compile-time sums of constant integer types (generated)"
4-
url: https://github.com/lampepfl/dotty/blob/main/bench/src/main/scala/generateBenchmarks.scala
4+
url: https://github.com/scala/scala3/blob/main/bench/src/main/scala/generateBenchmarks.scala
55
lines:
66
- key: compiletime-sum-constants
77
label: bootstrapped
88

99
- name: "Compile-time sums of term reference types (generated)"
10-
url: https://github.com/lampepfl/dotty/blob/main/bench/src/main/scala/generateBenchmarks.scala
10+
url: https://github.com/scala/scala3/blob/main/bench/src/main/scala/generateBenchmarks.scala
1111
lines:
1212
- key: compiletime-sum-termrefs
1313
label: bootstrapped
1414

1515
- name: "Sums of term references, result type inferred (generated)"
16-
url: https://github.com/lampepfl/dotty/blob/main/bench/src/main/scala/generateBenchmarks.scala
16+
url: https://github.com/scala/scala3/blob/main/bench/src/main/scala/generateBenchmarks.scala
1717
lines:
1818
- key: compiletime-sum-termrefs-terms
1919
label: bootstrapped
2020

2121
- name: "Compile-time sums of type applications (generated)"
22-
url: https://github.com/lampepfl/dotty/blob/main/bench/src/main/scala/generateBenchmarks.scala
22+
url: https://github.com/scala/scala3/blob/main/bench/src/main/scala/generateBenchmarks.scala
2323
lines:
2424
- key: compiletime-sum-applications
2525
label: bootstrapped
2626

2727
- name: "Compile-time additions inside multiplications (generated)"
28-
url: https://github.com/lampepfl/dotty/blob/main/bench/src/main/scala/generateBenchmarks.scala
28+
url: https://github.com/scala/scala3/blob/main/bench/src/main/scala/generateBenchmarks.scala
2929
lines:
3030
- key: compiletime-distribute
3131
label: bootstrapped
@@ -48,4 +48,4 @@ scripts:
4848
- measure 6 6 7 1 $PROG_HOME/dotty/bench/tests-generated/compiletime-ops/distribute.scala
4949

5050
config:
51-
pr_base_url: "https://github.com/lampepfl/dotty/pull/"
51+
pr_base_url: "https://github.com/scala/scala3/pull/"

bench/profiles/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ includes:
1111

1212

1313
config:
14-
pr_base_url: "https://github.com/lampepfl/dotty/pull/"
14+
pr_base_url: "https://github.com/scala/scala3/pull/"

bench/profiles/empty.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
charts:
22

33
- name: "empty class"
4-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/empty-class.scala
4+
url: https://github.com/scala/scala3/blob/main/tests/bench/empty-class.scala
55
lines:
66
- key: empty-class
77
label: bootstrapped
88

99
- name: "empty object"
10-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/empty-object.scala
10+
url: https://github.com/scala/scala3/blob/main/tests/bench/empty-object.scala
1111
lines:
1212
- key: empty-object
1313
label: bootstrapped
1414

1515
- name: "empty file"
16-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/empty-file.scala
16+
url: https://github.com/scala/scala3/blob/main/tests/bench/empty-file.scala
1717
lines:
1818
- key: empty-file
1919
label: bootstrapped
@@ -30,4 +30,4 @@ scripts:
3030
- measure $PROG_HOME/dotty/tests/bench/empty-file.scala
3131

3232
config:
33-
pr_base_url: "https://github.com/lampepfl/dotty/pull/"
33+
pr_base_url: "https://github.com/scala/scala3/pull/"

bench/profiles/exhaustivity.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
charts:
22
- name: "exhaustivity check"
3-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/patmatexhaust.scala
3+
url: https://github.com/scala/scala3/blob/main/tests/bench/patmatexhaust.scala
44
lines:
55
- key: patmatexhaust
66
label: bootstrapped
77

88
- name: "exhaustivity I"
9-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-I.scala
9+
url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-I.scala
1010
lines:
1111
- key: exhaustivity-I
1212
label: bootstrapped
1313

1414
- name: "exhaustivity S"
15-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-S.scala
15+
url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-S.scala
1616
lines:
1717
- key: exhaustivity-S
1818
label: bootstrapped
1919

2020
- name: "exhaustivity T"
21-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-T.scala
21+
url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-T.scala
2222
lines:
2323
- key: exhaustivity-T
2424
label: bootstrapped
2525

2626
- name: "exhaustivity V"
27-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/exhaustivity-V.scala
27+
url: https://github.com/scala/scala3/blob/main/tests/bench/exhaustivity-V.scala
2828
lines:
2929
- key: exhaustivity-V
3030
label: bootstrapped
3131

3232
- name: "exhaustivity MIPS"
33-
url: https://github.com/lampepfl/dotty/blob/main/tests/patmat/i7186.scala
33+
url: https://github.com/scala/scala3/blob/main/tests/patmat/i7186.scala
3434
lines:
3535
- key: exhaustivity-mips
3636
label: bootstrapped
3737

3838
- name: "exhaustivity i12241"
39-
url: https://github.com/lampepfl/dotty/blob/main/tests/patmat/i12241.scala
39+
url: https://github.com/scala/scala3/blob/main/tests/patmat/i12241.scala
4040
lines:
4141
- key: exhaustivity-i12241
4242
label: bootstrapped
4343

4444
- name: "exhaustivity i12358"
45-
url: https://github.com/lampepfl/dotty/blob/main/tests/patmat/i12358.scala
45+
url: https://github.com/scala/scala3/blob/main/tests/patmat/i12358.scala
4646
lines:
4747
- key: exhaustivity-i12358
4848
label: bootstrapped
4949

5050
- name: "exhaustivity i13565"
51-
url: https://github.com/lampepfl/dotty/blob/main/tests/pos/i13565.scala
51+
url: https://github.com/scala/scala3/blob/main/tests/pos/i13565.scala
5252
lines:
5353
- key: exhaustivity-i13565
5454
label: bootstrapped
@@ -83,4 +83,4 @@ scripts:
8383
- measure 20 40 3 $PROG_HOME/dotty/tests/pos/i13565.scala
8484

8585
config:
86-
pr_base_url: "https://github.com/lampepfl/dotty/pull/"
86+
pr_base_url: "https://github.com/scala/scala3/pull/"

0 commit comments

Comments
 (0)