Skip to content

Commit a23d682

Browse files
authored
Merge pull request #1600 from hamzaremmal/scala/scala3
Update links to use scala/scala3 instead of lampepfl/dotty
2 parents 043bffc + 0d90545 commit a23d682

Some content is hidden

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

42 files changed

+187
-187
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains the source for the [scala-lang.org](https://scala-lang.
44

55
It does not contain the source for the [docs.scala-lang.org](https://docs.scala-lang.org) subdomain. You can visit the [docs.scala-lang repository](https://github.com/scala/docs.scala-lang) if you are interested in contributing to the Scala documentation site.
66

7-
The repository for Scala 3 itself is https://github.com/lampepfl/dotty .
7+
The repository for Scala 3 itself is https://github.com/scala/scala3 .
88

99
Scala 2 is at https://github.com/scala/scala. Scala 2 bug reports are at https://github.com/scala/bug.
1010

_data/governance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ cards:
7272
anchorTarget: "gov-scala-3"
7373
links:
7474
- name: Core Maintainers
75-
url: https://github.com/lampepfl/dotty/blob/main/MAINTENANCE.md#compiler
75+
url: https://github.com/scala/scala3/blob/main/MAINTENANCE.md#compiler
7676
- name: Maintenance Procedures
77-
url: https://github.com/lampepfl/dotty/blob/main/MAINTENANCE.md
77+
url: https://github.com/scala/scala3/blob/main/MAINTENANCE.md
7878
- title: "Moderation"
7979
description: "Learn how the Scala community is moderated."
8080
expandText: "Process & People"

_includes/downloads-scala3.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p>Are you looking for <a href="{{ site.baseurl }}/download/all.html">another release</a> of Scala?</p>
22
<br/>
3-
<p>Scala binaries for <strong>{{page.release_version}}</strong> are available at <a href="https://github.com/lampepfl/dotty/releases/tag/{{page.release_version}}">github</a>.</p>
3+
<p>Scala binaries for <strong>{{page.release_version}}</strong> are available at <a href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">github</a>.</p>
44

55
<h3>Release Notes</h3>
66
For a summary of important changes, see the <a
7-
href="https://github.com/lampepfl/dotty/releases/tag/{{page.release_version}}">GitHub release notes</a>.
7+
href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">GitHub release notes</a>.
88
<br /><small>(Or consult our archive of <a href="{{ site.baseurl }}/blog/announcements/">older release
99
notes</a>.)</small>
1010

@@ -20,7 +20,7 @@ <h2>Ways to Install This Release</h2>
2020
</li>
2121
<li>
2222
Download the Scala binaries for <strong>{{page.release_version}}</strong> at <a
23-
href="https://github.com/lampepfl/dotty/releases/tag/{{page.release_version}}">github</a>.
23+
href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">github</a>.
2424
<br /><span class="install"><a href="{{ site.baseurl }}/download/install.html">Need help running the
2525
binaries?</a></span>
2626
</li>

_layouts/downloadpage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ <h1>{{page.title}}</h1>
3434
</div>
3535
<ul>
3636
{% if scala_edition == "3" %}
37-
<li><a href="https://github.com/lampepfl/dotty/releases/tag/{{page.release_version}}">Release Notes</a></li>
37+
<li><a href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">Release Notes</a></li>
3838
<li class="dot"></li>
39-
<li><a href="https://github.com/lampepfl/dotty/releases/tag/{{page.release_version}}">Changelog</a></li>
39+
<li><a href="https://github.com/scala/scala3/releases/tag/{{page.release_version}}">Changelog</a></li>
4040
{% else %}
4141
<li><a href="https://github.com/scala/scala/releases">Release Notes</a></li>
4242
<li class="dot"></li>

_posts/2015-10-23-dotty-compiler-bootstraps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: We got liftoff! The Dotty compiler for Scala bootstraps.
77

88
## We got liftoff!
99

10-
The [Dotty project](https://github.com/lampepfl/dotty)
10+
The [Dotty project](https://github.com/scala/scala3)
1111
is a platform to develop new technology for Scala
1212
tooling and to try out concepts of future Scala language versions.
1313
Its compiler is a new design intended to reflect the
@@ -67,4 +67,4 @@ Samuel Gruetter ([@samuelgruetter](https://github.com/samuelgruetter)),
6767
Vera Salvis ([@vsalvis](https://github.com/vsalvis)),
6868
and Jason Zaugg ([@retronym](https://github.com/retronym)).
6969

70-
To get started: <https://github.com/lampepfl/dotty>.
70+
To get started: <https://github.com/scala/scala3>.

_posts/2015-11-16-minutes-from-nov-2015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Notes:
155155

156156
### SIP: Auto-uncurry n-ary functions
157157

158-
There is no SIP tracking issue as yet, but information can be found here: [https://github.com/lampepfl/dotty/issues/897](https://github.com/lampepfl/dotty/issues/897)
158+
There is no SIP tracking issue as yet, but information can be found here: [https://github.com/scala/scala3/issues/897](https://github.com/scala/scala3/issues/897)
159159

160160
No issue created as yet, but [@odersky](https://github.com/odersky) will create one if needed
161161

_posts/2016-01-11-minutes-from-jan-2016.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Notes:
2626
- The SIP is a design proposal about the syntax and what the semantics of these features might be, but at this point has no code.
2727
- This idea has come up a few times over the years and is based on those previous discussions.
2828

29-
This proposal and [dotty](https://github.com/lampepfl/dotty):
29+
This proposal and [dotty](https://github.com/scala/scala3):
3030

3131
[@odersky](https://github.com/odersky):
3232

33-
- have considering something like this in [dotty](https://github.com/lampepfl/dotty). Doing this involves considering quite a few rules (and their corner cases), which this SIP doesn't cover.
33+
- have considering something like this in [dotty](https://github.com/scala/scala3). Doing this involves considering quite a few rules (and their corner cases), which this SIP doesn't cover.
3434
- generally sympathetic, but not sure this has the format for a SIP.
3535

3636
[@odersky](https://github.com/odersky) thinks there should be a wider discussion about this, involving:
@@ -41,7 +41,7 @@ This proposal and [dotty](https://github.com/lampepfl/dotty):
4141

4242
Conclusion:
4343

44-
[@odersky](https://github.com/odersky) thinks this is promising, but needs to be fleshed out for a SIP. He also notes that [dotty](https://github.com/lampepfl/dotty) wants to do this, so we might want to wait and synchronize rather than have [@ahmadsalim](https://github.com/ahmadsalim) spend a lot of time working on this, only to find a different approach has been made in dotty.
44+
[@odersky](https://github.com/odersky) thinks this is promising, but needs to be fleshed out for a SIP. He also notes that [dotty](https://github.com/scala/scala3) wants to do this, so we might want to wait and synchronize rather than have [@ahmadsalim](https://github.com/ahmadsalim) spend a lot of time working on this, only to find a different approach has been made in dotty.
4545

4646
[@non](https://github.com/non), it's good to be clear that there are two things people want here:
4747

@@ -55,4 +55,4 @@ Conclusion:
5555

5656
Actions:
5757

58-
Ask [@ahmadsalim](https://github.com/ahmadsalim) to talk to the [dotty](https://github.com/lampepfl/dotty) team about this.
58+
Ask [@ahmadsalim](https://github.com/ahmadsalim) to talk to the [dotty](https://github.com/scala/scala3) team about this.

_posts/2016-02-17-scaling-dot-soundness.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ categories:
6969
is not associated with a runtime value.
7070

7171
We can in fact construct soundness issues in all of these cases. Look
72-
at the discussion for issues [#50](https://github.com/lampepfl/dotty/issues/50)
73-
and [#1050](https://github.com/lampepfl/dotty/issues/1050) in the
74-
[dotty](https://github.com/lampepfl/dotty/issues/1050) repository
72+
at the discussion for issues [#50](https://github.com/scala/scala3/issues/50)
73+
and [#1050](https://github.com/scala/scala3/issues/1050) in the
74+
[dotty](https://github.com/scala/scala3/issues/1050) repository
7575
on GitHub. All issues work fundamentally in the same way: Construct a type `S`
7676
which has a type member `T` with bad bounds, say
7777

@@ -94,7 +94,7 @@ course. The promise is usually broken at run-time by failing with a
9494
## Plugging the Loopholes
9595

9696
To get back to soundness we need to plug the loopholes. Some of the
97-
necessary measures are taken in pull request [#1051](https://github.com/lampepfl/dotty/issues/1051).
97+
necessary measures are taken in pull request [#1051](https://github.com/scala/scala3/issues/1051).
9898
That pull request
9999

100100
- tightens the rules for overrides of lazy values: lazy values

_posts/2016-05-06-multiversal-equality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ discourse: true
88

99
I have been working recently on making equality tests using `==` and
1010
`!=` safer in Scala. This has led to a [Language Enhancement
11-
Proposal](https://github.com/lampepfl/dotty/issues/1247) which I summarize in this blog.
11+
Proposal](https://github.com/scala/scala3/issues/1247) which I summarize in this blog.
1212

1313
## Why Change Equality?
1414

@@ -118,7 +118,7 @@ backwards compatibility, we allow comparisons of such types as well,
118118
by means of a fall-back `eqAny` instance. But we do not allow comparisons
119119
between types that have an `Eq` instance and types that have none.
120120
Details are explained in the
121-
[proposal](https://github.com/lampepfl/dotty/issues/1247).
121+
[proposal](https://github.com/scala/scala3/issues/1247).
122122

123123
## Properties
124124

_posts/2016-10-14-dotty-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ information for the error or warning.
9797

9898
So - this is what you do:
9999

100-
1. Go to the [Error messages issue](https://github.com/lampepfl/dotty/issues/1589)
100+
1. Go to the [Error messages issue](https://github.com/scala/scala3/issues/1589)
101101
2. Read the howto on error messages
102102
3. Choose an error message you want to help with and post a comment saying
103103
which one(s)

_posts/2016-12-07-implicit-function-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ by: Martin Odersky
55
isHighlight: true
66
---
77

8-
I just made the [first pull request](https://github.com/lampepfl/dotty/pull/1775) to add _implicit function types_ to
8+
I just made the [first pull request](https://github.com/scala/scala3/pull/1775) to add _implicit function types_ to
99
Scala. I am pretty excited about it, because - citing the explanation
1010
of the pull request - "_This is the first step to bring contextual
1111
abstraction to Scala_". What do I mean by this?
@@ -180,7 +180,7 @@ type of `f1` is:
180180

181181
Just like the normal function type syntax `A => B`, desugars to `scala.Function1[A, B]`
182182
the implicit function type syntax `implicit A => B` desugars to `scala.ImplicitFunction1[A, B]`.
183-
The same holds at other function arities. With dotty's [pull request #1758](https://github.com/lampepfl/dotty/pull/1758)
183+
The same holds at other function arities. With dotty's [pull request #1758](https://github.com/scala/scala3/pull/1758)
184184
merged there is no longer an upper limit of 22 for such functions.
185185

186186
The type `ImplicitFunction1` can be thought of being defined as follows:

_posts/2017-02-28-collections-rework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ by: Stefan Zeiger
44
title: Scala 2.13 Collections Rework
55
---
66

7-
In October of 2015 Martin Odersky [asked for strawman proposals](https://github.com/lampepfl/dotty/issues/818) for a new collections library design for Scala 2.13, which eventually led to the project that we are currently working on, based on his latest proposal. This was not the first redesign for the Scala collections. The [current design](https://docs.scala-lang.org/overviews/core/architecture-of-scala-collections.html) was first implemented in Scala 2.8 along with the required improvements to type inference in the Scala compiler. It can generally be considered a success, providing powerful and flexible abstractions that bring together immutable and mutable collections, both sequential and parallel, with a high amount of shared interfaces and implementations. However, it does exhibit some symptoms of [second-system syndrome](https://en.wikipedia.org/wiki/Second-system_effect) that have been problematic in practice.
7+
In October of 2015 Martin Odersky [asked for strawman proposals](https://github.com/scala/scala3/issues/818) for a new collections library design for Scala 2.13, which eventually led to the project that we are currently working on, based on his latest proposal. This was not the first redesign for the Scala collections. The [current design](https://docs.scala-lang.org/overviews/core/architecture-of-scala-collections.html) was first implemented in Scala 2.8 along with the required improvements to type inference in the Scala compiler. It can generally be considered a success, providing powerful and flexible abstractions that bring together immutable and mutable collections, both sequential and parallel, with a high amount of shared interfaces and implementations. However, it does exhibit some symptoms of [second-system syndrome](https://en.wikipedia.org/wiki/Second-system_effect) that have been problematic in practice.
88

99
## Goals
1010

_posts/2017-12-01-fifth-dotty-milestone-release.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ support for Scala 2.12 and came with a brand new REPL.
2424

2525
## What’s new in the 0.5.0-RC1 technology preview?
2626

27-
### Reworked implicit search [#3421](https://github.com/lampepfl/dotty/pull/3421)
27+
### Reworked implicit search [#3421](https://github.com/scala/scala3/pull/3421)
2828
The treatment of ambiguity errors has changed. If an ambiguity is encountered
2929
in some recursive step of an implicit search, the ambiguity is propagated to the caller.
3030
Example: Say you have the following definitions:
@@ -55,7 +55,7 @@ techniques no longer work. But there is now a new special type `scala.implicits.
5555
implements negation directly. For any query type `Q`: `Not[Q]` succeeds if and only if the
5656
implicit search for `Q` fails.
5757

58-
### Dependent function types [#3464](https://github.com/lampepfl/dotty/pull/3464)
58+
### Dependent function types [#3464](https://github.com/scala/scala3/pull/3464)
5959
A dependent function type describes functions where the result type may depend
6060
on the function's parameter values. Example:
6161

@@ -107,7 +107,7 @@ are currently two backends using the TASTY frontend:
107107
This is the first step toward linking and whole world optimisations, recompiling code to a
108108
different backends...
109109

110-
### Generic java signatures [#3234](https://github.com/lampepfl/dotty/pull/3234)
110+
### Generic java signatures [#3234](https://github.com/scala/scala3/pull/3234)
111111
Dotty now emits generic signatures for classes and methods. Theses signatures are used by compilers,
112112
debuggers and to support runtime reflection. For example:
113113

@@ -141,7 +141,7 @@ the IDE sections of the <a href="https://docs.scala-lang.org/scala3/getting-star
141141
### Standalone installation
142142
Releases are available for download on the _Releases_
143143
section of the Dotty repository:
144-
[https://github.com/lampepfl/dotty/releases](https://github.com/lampepfl/dotty/releases)
144+
[https://github.com/scala/scala3/releases](https://github.com/scala/scala3/releases)
145145

146146
We also provide a [homebrew](https://brew.sh/) package that can be installed by running:
147147

@@ -158,7 +158,7 @@ brew upgrade dotty
158158
## Let us know what you think!
159159
If you have questions or any sort of feedback, feel free to send us a message on our
160160
[Gitter channel](https://gitter.im/lampepfl/dotty). If you encounter a bug, please
161-
[open an issue on GitHub](https://github.com/lampepfl/dotty/issues/new).
161+
[open an issue on GitHub](https://github.com/scala/scala3/issues/new).
162162

163163
## Contributing
164164
Thank you to all the contributors who made this release possible!
@@ -195,7 +195,7 @@ According to `git shortlog -sn --no-merges 0.4.0-RC1..0.5.0-RC1` these are:
195195
If you want to get your hands dirty and contribute to Dotty, now is a good time to get involved!
196196
You can have a look at our [Getting Started page for new contributors](https://dotty.epfl.ch/docs/contributing/getting-started.html),
197197
the [Awesome Error Messages](https://scala-lang.org/blog/2016/10/14/dotty-errors.html) project or some of
198-
the simple [Dotty issues](https://github.com/lampepfl/dotty/issues?q=is%3Aissue+is%3Aopen+label%3Aexp%3Anovice).
198+
the simple [Dotty issues](https://github.com/scala/scala3/issues?q=is%3Aissue+is%3Aopen+label%3Aexp%3Anovice).
199199
They make perfect entry-points into hacking on the compiler.
200200

201201
We are looking forward to having you join the team of contributors.

_posts/2019-12-18-road-to-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If you don't have time to do a cross-build yourself, consider asking your users
167167

168168
#### Working on Scala itself
169169

170-
The Dotty team welcomes contributors, including first-time Scala contributors. Scala 3 has already benefited considerably from years of active external participation [on GitHub](https://github.com/lampepfl/dotty). For guidance and getting-started help, there is an active [chat room on Gitter](https://gitter.im/lampepfl/dotty). There are many ways to be helpful that don't require large time outlays or a background in compiler hacking.
170+
The Dotty team welcomes contributors, including first-time Scala contributors. Scala 3 has already benefited considerably from years of active external participation [on GitHub](https://github.com/scala/scala3). For guidance and getting-started help, there is an active [chat room on Gitter](https://gitter.im/lampepfl/dotty). There are many ways to be helpful that don't require large time outlays or a background in compiler hacking.
171171

172172
If you are already a Scala 2 contributor, you are welcome to move to the new repo, but you might also choose to stay focused on Scala 2 for now if you prefer. Scala 2 will be maintained for several more years, and many kinds of improvements remain possible and desirable in the 2.13 series, subject to the usual compatibility constraints. Standard library fixes are directly applicable to both versions; back end improvements benefit both compilers; improved linting could help Scala 2 users get their codebases ready for 3.
173173

_posts/2020-02-20-community-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ And what about Scala 3? Dotty has its own community build,
134134
and it continues to grow. It now contains 25 repos, compared to 5
135135
a year ago.
136136

137-
Here is the [list of included repos](https://github.com/lampepfl/dotty/tree/master/community-build/community-projects). If you want to add something,
138-
there are [instructions](https://github.com/lampepfl/dotty/tree/master/community-build/test/scala/dotty/communitybuild).
137+
Here is the [list of included repos](https://github.com/scala/scala3/tree/main/community-build/community-projects). If you want to add something,
138+
there are [instructions](https://github.com/scala/scala3/tree/main/community-build/test/scala/dotty/communitybuild).
139139

140140
## Credits
141141

_posts/2021-02-26-tuples-bring-generic-programming-to-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,5 +332,5 @@ instead of `concat((1, 2), (3, 4))`, similarly to how we implemented `*:`.
332332

333333
We can use the same approach for other functions on tuples, I invite you to
334334
have a look at the [source code of the standard
335-
library](https://github.com/lampepfl/dotty/blob/87102a0b182849c71f61a6febe631f767bcc72c3/library/src-bootstrapped/scala/Tuple.scala)
335+
library](https://github.com/scala/scala3/blob/87102a0b182849c71f61a6febe631f767bcc72c3/library/src-bootstrapped/scala/Tuple.scala)
336336
to see how the other operators are implemented.

_posts/2023-02-01-release-notes-3.2.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ category: announcement
33
permalink: /news/3.2.2
44
title: "Scala 3.2.2 is now available!"
55
---
6-
[Scala 3.2.2](https://github.com/lampepfl/dotty/releases/tag/3.2.2) is now available!
6+
[Scala 3.2.2](https://github.com/scala/scala3/releases/tag/3.2.2) is now available!
77

88
This version not only fixes bugs but also brings two new flags:
99

_posts/2023-07-17-signature-polymorphic-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ overloaded, with each individual overload only being brought into
194194
existence as needed.
195195

196196
For details, see [the pull
197-
request](https://github.com/lampepfl/dotty/pull/16225).
197+
request](https://github.com/scala/scala3/pull/16225).
198198

199199
### The path not taken
200200

_posts/2023-09-07-release-notes-3.3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ category: announcement
33
permalink: /news/3.3.1
44
title: "Scala 3.3.1 LTS is now available!"
55
---
6-
[Scala 3.3.1 LTS](https://github.com/lampepfl/dotty/releases/tag/3.3.1) is now available!
6+
[Scala 3.3.1 LTS](https://github.com/scala/scala3/releases/tag/3.3.1) is now available!
77

88
This version adds support for records in Java dependencies of Scala projects. It also brings improvements to the bytecode generation and a new linting rule: `-Wnonunit-statement`.
99

0 commit comments

Comments
 (0)