Skip to content

update spec links and advisements #1050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- title: Overviews/Guides
url: "https://docs.scala-lang.org/overviews"
- title: Language Specification
url: "https://scala-lang.org/files/archive/spec/2.12/"
url: "https://scala-lang.org/files/archive/spec/2.13/"
- title: Download
class: download
links:
Expand Down
2 changes: 1 addition & 1 deletion contribute/bug-reporting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you have a code snippet that is resulting in bytecode which you believe is be

5. If you want to file an improvement in the issue tracker please discuss it first on one of the mailing lists. They offer much bigger audience than issue tracker. The latter is not suitable for long discussions.

* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.12/). If in doubt, you may always ask on the [Community Category](https://contributors.scala-lang.org/c/community) or [Stack Overflow](https://stackoverflow.com/questions/tagged/scala).
* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.13/). If in doubt, you may always ask on the [Community Category](https://contributors.scala-lang.org/c/community) or [Stack Overflow](https://stackoverflow.com/questions/tagged/scala).

In general, if you find yourself stuck on any of these steps, asking on [Scala Contributors](https://contributors.scala-lang.org/) can be helpful:

Expand Down
1 change: 1 addition & 0 deletions documentation/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,6 @@ includeTOC: true

## Language Specification
The language specification is a formal description of the syntax and semantics of the language.
* [Scala 2.13 Language Specification](https://www.scala-lang.org/files/archive/spec/2.13/)
* [Scala 2.12 Language Specification](https://www.scala-lang.org/files/archive/spec/2.12/)
* [Scala 2.11 Language Specification](https://www.scala-lang.org/files/archive/spec/2.11/)
3 changes: 3 additions & 0 deletions download/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ includeTOC: true

<!-- [ [2.10.0](#2.10.0) | [2.9.0](#2.9.0) | [2.8.0](#2.8.0) | [2.7.2](#2.7.2) | [2.7.1](#2.7.1) | [2.7.0](#2.7.0) | [2.6.1](#2.6.1) | [2.6.0](#2.6.0) | [2.5.0](#2.5.0) | [2.4.0](#2.4.0) | [2.3.2](#2.3.2) | [2.3.0](#2.3.0) | [2.1.8](#2.1.8) | [2.1.7](#2.1.7) | [2.1.5](#2.1.5) | [2.0](#2.0) ] -->

## Changes in Version 2.13.0
Please consult the [Scala 2.13.0 release notes](https://github.com/scala/scala/releases/tag/v2.13.0).

## Changes in Version 2.12.0
Please consult the [Scala 2.12.0 release notes](/news/2.12.0).

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apiDocs:
- title: "Scala Documentation"
url: "https://docs.scala-lang.org/"
- title: "Language Specification"
url: "https://scala-lang.org/files/archive/spec/2.12/"
url: "https://scala-lang.org/files/archive/spec/2.13/"

currentScalaVersion: "2.13.0"

Expand Down