Skip to content

Commit ec21aa9

Browse files
committed
Merge branch 'anounce-0.1.2' of github.com:dotty-staging/dotty into anounce-0.1.2
2 parents 1f3f7b8 + 8626416 commit ec21aa9

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

docs/blog/_posts/2017-05-31-first-dotty-milestone-release.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ all be part of regular time-based releases.
2828
## How can you try it out?
2929

3030
You have several alternatives: use the `sbt-dotty` plugin, get a standalone
31-
installation, or try it online on [Scastie](https://scastie.scala-lang.org/).
31+
installation, or try it online on [Scastie].
3232

3333
### sbt
3434
Using sbt 0.13.13 or newer, do:
@@ -44,7 +44,8 @@ using Dotty with sbt, see the
4444
### Standalone installation
4545

4646
Releases are available for download on the _Releases_
47-
section of the Dotty repository: https://github.com/lampepfl/dotty/releases.
47+
section of the Dotty repository:
48+
https://github.com/lampepfl/dotty/releases
4849

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

@@ -54,12 +55,9 @@ brew install lampepfl/brew/dotty
5455

5556
### Scastie
5657

57-
[Scastie](https://scastie.scala-lang.org/), the online Scala playground,
58-
supports Dotty. To try it out:
59-
1. Click on `Build Settings` in the menu on the left
60-
2. Under `Target`, click on `Dotty`
61-
3. That's it!
62-
58+
[Scastie], the online Scala playground,
59+
supports Dotty.
60+
You can try it out there without installing anything.
6361

6462
# What’s in the 0.1.2-RC1 technology preview?
6563
This technology preview demonstrates new language features planned for Scala 3:
@@ -117,3 +115,6 @@ Join our [community build](https://github.com/lampepfl/dotty-community-build)
117115

118116

119117
To get started, see <https://github.com/lampepfl/dotty>.
118+
119+
120+
[Scastie]: https://scastie.scala-lang.org/?target=dotty

docs/docs/release-notes/0.1.2.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: 0.1.2 release notes
44
---
55

66
0.1.2 will be the first public release of Dotty.
7-
Being first one, those notes are incomplete.
7+
Being the first one, these notes are incomplete.
88
This document is a work in progress until 0.1.2-final is released.
99
These notes are up-to-date based on 0.1.2-RC1 and will be updated
1010
with changes that happen during the RC stabilization cycle.
1111

1212
# Required Java Version
1313

14-
Dotty 0.1.2 targets Java 8. We don't have plans so far to add support for earlier versions of Java.
14+
Dotty 0.1.2 targets Java 8. We don't have plans to add support for earlier versions of Java.
1515

1616
# IDE support for Dotty
1717

@@ -20,13 +20,13 @@ Dotty 0.1.2 targets Java 8. We don't have plans so far to add support for earlie
2020
Please [file](https://github.com/lampepfl/dotty/issues) any bugs you encounter. If you’re unsure whether something is a bug,
2121
please ask on the Dotty [gitter channel](https://github.com/lampepfl/dotty).
2222

23-
# DottyDoc
23+
# Dotty Doc
2424

25-
Dotty has added support for DottyDoc.
25+
Dotty has added support for Dotty Doc.
2626
Actually, the dotty documentation site [http://dotty.epfl.ch/docs/](http://dotty.epfl.ch/docs/) is generated by it.
2727
Looks nice, doesn’t it?
2828

29-
# Other implemented features:
29+
#Other implemented features:
3030

3131
This release ships with the following features:
3232

@@ -35,7 +35,7 @@ This release ships with the following features:
3535
- Intersection and Union Types by [@odersky] [\[3\]][3] [\[4\]][3]
3636
- Enumerations by [@odersky] [\[4\]][4] [\[5\]][5] [\[6\]][6]
3737
- Implicit By-Name Parameters by [@odersky] [\[7\]][7]
38-
- Miniphases-based design by [@darkdimius], [@odersky] and [@lhotak] [\[8\]][8]
38+
- Miniphases-based design by [@darkdimius], [@odersky] and [@olhotak] [\[8\]][8]
3939
- `@static` methods support by [@darkdmius] [\[9\]][9]
4040
- Non-blocking lazy vals by [@darkdimius] [\[10\]][10]
4141
- JVM code emission by [@magarciaEPFL] and [@darkdimius] [\[11\]][11]
@@ -53,7 +53,7 @@ This release ships with the following features:
5353
- VS code plugin by [@smarter] [\[24\]][24]
5454
- Vulpix: new test-suite driver by [@felixmulder] that replaces partest by [@vsalvis] [\[25\]][25]
5555
- Java parser by [@olhotak] [\[26\]][26]
56-
- local optimizations (-optimise) by [@darkdimius] and [@OlivierBlanvillain] [\[27\]][27]
56+
- local optimizations(-optimise) by [@darkdimius] and [@OlivierBlanvillain] [\[27\]][27]
5757
- sbt support by [@smarter] [\[28\]][28]
5858
- DottyDoc by [@felixmulder] [\[29\]][29]
5959
- Implicit Function Types by [@odersky] [\[30\]][30]
@@ -65,12 +65,14 @@ This release ships with the following features:
6565
[@DarkDimius]: https://twitter.com/DarkDimius
6666
[@smarter]: https://github.com/smarter
6767
[@felixmulder]: https://twitter.com/felixmulder
68-
[@stuckinicolas]: https://github.com/nicolasstucki
68+
[@nicolasstucki]: https://github.com/nicolasstucki
6969
[@liufengyun]: https://github.com/liufengyun
7070
[@OlivierBlanvillain]: https://github.com/OlivierBlanvillain
71-
[@lhotak]: https://plg.uwaterloo.ca/~olhotak/
71+
[@olhotak]: https://plg.uwaterloo.ca/~olhotak/
7272
[@retronym]: https://github.com/retronym
7373
[@xeno-by]: https://github.com/xeno-by
74+
[@vsalvis]: https://github.com/vsalvis
75+
[@magarciaEPFL]: https://github.com/magarciaEPFL
7476

7577
[1]: https://docs.google.com/document/d/1h3KUMxsSSjyze05VecJGQ5H2yh7fNADtIf3chD3_wr0/edit
7678
[2]: https://infoscience.epfl.ch/record/222780?ln=en

0 commit comments

Comments
 (0)