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

+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...

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

+2-2
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

+3-3
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

+1-1
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

+2-2
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

+6-6
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

+1-1
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

+4-4
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

+10-10
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/"

bench/profiles/implicits.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
charts:
22
- name: "implicit cache I"
3-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/implicit_cache.scala
3+
url: https://github.com/scala/scala3/blob/main/tests/bench/implicit_cache.scala
44
lines:
55
- key: implicit-cache
66
label: bootstrapped
77
- key: implicit-cache-from-tasty
88
label: from tasty
99

1010
- name: "implicit cache II"
11-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/implicitNums.scala
11+
url: https://github.com/scala/scala3/blob/main/tests/bench/implicitNums.scala
1212
lines:
1313
- key: implicitNums
1414
label: bootstrapped
1515
- key: implicitNums-from-tasty
1616
label: from tasty
1717

1818
- name: "implicit scope loop"
19-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/implicit-scope-loop.scala
19+
url: https://github.com/scala/scala3/blob/main/tests/bench/implicit-scope-loop.scala
2020
lines:
2121
- key: implicit-scope-loop
2222
label: bootstrapped
2323

2424
- name: "inductive implicits"
25-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/inductive-implicits.scala
25+
url: https://github.com/scala/scala3/blob/main/tests/bench/inductive-implicits.scala
2626
lines:
2727
- key: inductive-implicits
2828
label: bootstrapped
@@ -48,4 +48,4 @@ scripts:
4848
- source $PROG_HOME/dotty/bench/scripts/implicitNums-from-tasty
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/misc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
charts:
22

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

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

bench/profiles/projects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ scripts:
4141
- source $PROG_HOME/dotty/bench/scripts/stdlib213
4242

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

bench/profiles/pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ includes:
55
- empty.yml
66

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

bench/profiles/quotes.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
charts:
22
- name: "Inline a quote"
3-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/power-macro/PowerInlined-1.scala
3+
url: https://github.com/scala/scala3/blob/main/tests/bench/power-macro/PowerInlined-1.scala
44
lines:
55
- key: power-macro-power-inlined-1
66
label: bootstrapped
77

88
- name: "Inline 1k quotes"
9-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/power-macro/PowerInlined-1k.scala
9+
url: https://github.com/scala/scala3/blob/main/tests/bench/power-macro/PowerInlined-1k.scala
1010
lines:
1111
- key: power-macro-power-inlined-1k
1212
label: bootstrapped
1313

1414
- name: "Quote String interpolation matching"
15-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/string-interpolation-macro/Test.scala
15+
url: https://github.com/scala/scala3/blob/main/tests/bench/string-interpolation-macro/Test.scala
1616
lines:
1717
- key: quote-string-interpolation-matching
1818
label: bootstrapped
@@ -29,4 +29,4 @@ scripts:
2929
- source $PROG_HOME/dotty/bench/scripts/quote-string-interpolation-matching
3030

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

bench/profiles/sbt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ scripts:
1212
- measure -with-compiler -Yforce-sbt-phases -with-dotty $(find $PROG_HOME/dotty/compiler/src/dotty -name *.scala -o -name *.java)
1313

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

bench/profiles/tuples.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
charts:
22
- name: "Tuple22 creation with Tuple22.apply"
3-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/tuple22-creation-apply.scala
3+
url: https://github.com/scala/scala3/blob/main/tests/bench/tuple22-creation-apply.scala
44
lines:
55
- key: tuple22-creation-apply
66
label: bootstrapped
77

88
- name: "Tuple22 creation with *:"
9-
url: https://github.com/lampepfl/dotty/blob/main/tests/bench/tuple22-creation-cons.scala
9+
url: https://github.com/scala/scala3/blob/main/tests/bench/tuple22-creation-cons.scala
1010
lines:
1111
- key: tuple22-creation-cons
1212
label: bootstrapped
1313

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

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

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

3232
- name: "Tuple reverse (Runtime)"
33-
url: https://github.com/lampepfl/dotty/blob/main/bench-run/src/main/scala/dotty/tools/benchmarks/tuples/TupleOps.scala#L59
33+
url: https://github.com/scala/scala3/blob/main/bench-run/src/main/scala/dotty/tools/benchmarks/tuples/TupleOps.scala#L59
3434
lines:
3535
- key: tuple-reverse
3636
label: bootstrapped
3737

3838
- name: "Tuple flatMap (Runtime)"
39-
url: https://github.com/lampepfl/dotty/blob/main/bench-run/src/main/scala/dotty/tools/benchmarks/tuples/TupleOps.scala#L64
39+
url: https://github.com/scala/scala3/blob/main/bench-run/src/main/scala/dotty/tools/benchmarks/tuples/TupleOps.scala#L64
4040
lines:
4141
- key: tuple-flatMap
4242
label: bootstrapped
@@ -65,4 +65,4 @@ scripts:
6565
- measure-run TupleOps.flatMap
6666

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

0 commit comments

Comments
 (0)