From a49eeae43cefc3e3b91749975e2457b41fd65f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Doeraene?= Date: Wed, 30 Aug 2023 17:31:42 +0200 Subject: [PATCH 1/5] Use 3.4 as language version number in the spec. --- docs/_spec/README.md | 6 +++--- docs/_spec/_config.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_spec/README.md b/docs/_spec/README.md index b9eba413f8a2..f8a59e86896c 100644 --- a/docs/_spec/README.md +++ b/docs/_spec/README.md @@ -1,6 +1,6 @@ # WIP Scala 3 Language Specification -**This is still a work in progress, and should *not* be regarded as a source of truth.** +**This is still a work in progress. There are still Scala 3 features missing, as well as some areas that have not been updated since 2.13 yet.** First of all, the language specification is meant to be correct, precise and clear. @@ -25,8 +25,8 @@ To preview locally, run the following commands in the docs/_spec subfolder: env UID="$(id -u)" GID="$(id -g)" docker-compose up ``` -and open http://0.0.0.0:4000/files/archive/spec/2.13/ to view the spec. Jekyll will rebuild as you edit the markdown, but make sure to restart it when you change `_config.yml`. -