Skip to content

Commit 3619d49

Browse files
committed
[GR-55204] Update language standalones download links to 24.1.2
PullRequest: graal/20476
2 parents 0cbbdab + f2e0839 commit 3619d49

File tree

8 files changed

+28
-32
lines changed

8 files changed

+28
-32
lines changed

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The Truffle framework documentation can be found in the [graal/truffle/docs](htt
1111
GraalVM languages implementations are being developed and tested in separate from the GraalVM core repositories, so their user documentation can be found in:
1212

1313
* [GraalJS](https://github.com/oracle/graaljs/tree/master/docs/user) - JavaScript and Node.js
14-
* [FastR](https://github.com/oracle/fastr/tree/master/documentation/user) - R
1514
* [GraalPy](https://github.com/oracle/graalpython/tree/master/docs/user) - Python
1615
* [TruffleRuby](https://github.com/oracle/truffleruby/tree/master/doc/user) - Ruby
1716

@@ -21,7 +20,7 @@ To update the documentation:
2120
2. Navigate to the source file you are intended to update
2221
3. Click the "edit" button at the top of the section.
2322
> Note: GitHub introduced a new feature: online web editor, which allows to edit multiple files from a browser. To enable it, press `.` on any GitHub repo. For example, go to [https://github.com/oracle/graal](https://github.com/oracle/graal) and hit `.`. You will be immediately redirected to [https://github.dev/oracle/graal](https://github.dev/oracle/graal).
24-
23+
2524
4. Create a Pull Request (PR)
2625
5. Sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com/)
2726
6. Watch your PR for pipeline results

docs/reference-manual/java-on-truffle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Espresso passes the Java Compatibility Kit (JCK or TCK for Java SE).
3131
## Getting Started
3232

3333
Espresso is available as a standalone distribution that provides a Java 21 environment.
34-
You can download a standalone based on Oracle GraalVM or GraalVM Community Edition.
34+
You can download a standalone based on Oracle GraalVM or GraalVM Community Edition.
3535

3636
1. Download the Espresso 24.2 standalone for your operating system:
3737

@@ -45,7 +45,7 @@ You can download a standalone based on Oracle GraalVM or GraalVM Community Editi
4545
```shell
4646
tar -xzf <archive>.tar.gz
4747
```
48-
48+
4949
3. A standalone comes with a JVM in addition to its native launcher. Check the version to see the runtime is active:
5050
```shell
5151
# Path to Espresso installation

docs/reference-manual/languages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ If you are mostly interested in a specific language runtime on GraalVM, see the
1616
* [GraalPy](https://www.graalvm.org/python/docs/)
1717
* [GraalWasm](wasm/README.md)
1818
* [LLVM Languages](llvm/README.md)
19-
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)
20-
* [FastR](https://github.com/oracle/fastr/blob/master/documentation/user/README.md)
19+
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)

docs/reference-manual/llvm/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@ This allows seamless interoperability with the dynamic languages supported by Gr
1515
## Getting Started
1616

1717
The GraalVM LLVM runtime is available as a standalone distribution.
18-
You can download a standalone based on Oracle GraalVM or GraalVM Community Edition.
18+
You can download a standalone based on Oracle GraalVM or GraalVM Community Edition.
1919

20-
1. Download the LLVM 24.0 standalone for your operating system:
20+
1. Download the LLVM standalone for your operating system:
2121

2222
- Native standalone
23-
* [Linux x64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.1-linux-amd64.tar.gz)
24-
* [Linux AArch64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.1-linux-aarch64.tar.gz)
25-
* [macOS x64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.1-macos-amd64.tar.gz)
26-
* [macOS AArch64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.1-macos-aarch64.tar.gz)
27-
* [Windows x64](https://gds.oracle.com/download/llvm/archive/llvm-24.0.1-windows-amd64.zip)
23+
* [Linux x64](https://gds.oracle.com/download/llvm/archive/llvm-24.2.0-linux-amd64.tar.gz)
24+
* [Linux AArch64](https://gds.oracle.com/download/llvm/archive/llvm-24.2.0-linux-aarch64.tar.gz)
25+
* [macOS x64](https://gds.oracle.com/download/llvm/archive/llvm-24.2.0-macos-amd64.tar.gz)
26+
* [macOS AArch64](https://gds.oracle.com/download/llvm/archive/llvm-24.2.0-macos-aarch64.tar.gz)
27+
* [Windows x64](https://gds.oracle.com/download/llvm/archive/llvm-24.2.0-windows-amd64.zip)
2828
- JVM standalone
29-
* [Linux x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.1-linux-amd64.tar.gz)
30-
* [Linux AArch64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.1-linux-aarch64.tar.gz)
31-
* [macOS x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.1-macos-amd64.tar.gz)
32-
* [macOS AArch64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.1-macos-aarch64.tar.gz)
33-
* [Windows x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.0.1-windows-amd64.zip)
29+
* [Linux x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.2.0-linux-amd64.tar.gz)
30+
* [Linux AArch64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.2.0-linux-aarch64.tar.gz)
31+
* [macOS x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.2.0-macos-amd64.tar.gz)
32+
* [macOS AArch64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.2.0-macos-aarch64.tar.gz)
33+
* [Windows x64](https://gds.oracle.com/download/llvm/archive/llvm-jvm-24.2.0-windows-amd64.zip)
3434

3535
2. Unzip the archive:
3636

3737
> Note: If you are using macOS Catalina and later you may need to remove the quarantine attribute:
3838
```shell
3939
sudo xattr -r -d com.apple.quarantine <archive>.tar.gz
4040
```
41-
41+
4242
Extract:
4343
```shell
4444
tar -xzf <archive>.tar.gz
@@ -60,7 +60,7 @@ Additionally, a prebuilt LLVM toolchain is bundled with the GraalVM LLVM runtime
6060
./path/to/bin/lli --print-toolchain-path
6161
```
6262

63-
2. Set the `LLVM_TOOLCHAIN` environment variable:
63+
2. Set the `LLVM_TOOLCHAIN` environment variable:
6464
```shell
6565
export LLVM_TOOLCHAIN=$(./path/to/bin/lli --print-toolchain-path)
6666
```

docs/reference-manual/reference-manuals.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ If you are mostly interested in a specific language runtime on GraalVM, see the
2222
* [GraalPy](https://github.com/oracle/graalpython/blob/master/docs/user/README.md)
2323
* [GraalWasm](wasm/README.md)
2424
* [LLVM Languages](llvm/README.md)
25-
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)
26-
* [FastR](https://github.com/oracle/fastr/blob/master/documentation/user/README.md)
25+
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)

espresso/docs/continuations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ freshly created or it has been previously suspended), and `isCompleted()` to ver
4545
`Continuation` implements `Serializable` and can serialize to a backwards compatible format. Because frames can point to
4646
anything in their parameters and local variables, the class `ContinuationSerializable` provides static
4747
methods `readObjectExternal` and `writeObjectExternal` which may be used to coordinate serialization of
48-
continuation-related objects with a non-jdk serialization engine. Note that when the `--java.Continuum` flag is specified,
48+
continuation-related objects with a non-jdk serialization engine. Note that when the `--java.Continuum` flag is specified,
4949
all lambdas are serializable but deserialization will require special support from your serializer engine.
5050

5151
## Security
@@ -168,4 +168,3 @@ format is designed to enable backwards-compatible evolution of the format.
168168
### Further Reading
169169
* [Serialization of Continuations](serialization.md)
170170
* [Generator API](generators.md)
171-

truffle/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The Truffle language implementation framework (Truffle) is an open-source library for building programming language implementations as interpreters for self-modifying Abstract Syntax Trees.
66
Together with the open-source [Graal compiler](https://github.com/oracle/graal/tree/master/compiler), Truffle represents a significant step forward in programming language implementation technology in the current era of dynamic languages.
77

8-
A growing body of shared implementation code and services reduces language implementation effort significantly, but leads to runtime performance that matches or exceeds the competition.
8+
A growing body of shared implementation code and services reduces language implementation effort significantly, but leads to runtime performance that matches or exceeds the competition.
99
The value of the platform is further increased by support for low-overhead language interoperability, as well as a general instrumentation framework that supports multilanguage debugging and other external developer tools.
1010

1111
Truffle is developed and maintained by Oracle and the Institute for System Software of the Johannes Kepler University Linz.
@@ -16,7 +16,7 @@ If you are looking for documentation on how to use Truffle, please consult the d
1616

1717
## Hacking Truffle
1818

19-
Truffle and the Graal compiler use the [MX build tool](https://github.com/graalvm/mx/), which needs to be installed before using this repository.
19+
Truffle and the Graal compiler use the [MX build tool](https://github.com/graalvm/mx/), which needs to be installed before using this repository.
2020
To install it, run these commands in a clean directory:
2121
```bash
2222
$ git clone https://github.com/graalvm/mx.git/
@@ -41,7 +41,7 @@ $ mx ideinit
4141
```
4242

4343
The necessary IDE metadata will be generated into _truffle/_ subdirectory
44-
and its directories.
44+
and its directories.
4545

4646
The `mx` tool supports Maven integration.
4747
To register prebuilt binaries into your local Maven repository, run:
@@ -55,12 +55,12 @@ Then it is possible to add Truffle artifacts as dependencies to the Maven config
5555
<dependency>
5656
<groupId>org.graalvm.truffle</groupId>
5757
<artifactId>truffle-api</artifactId>
58-
<version>24.0.0</version> <!-- or whether version got installed by mx maven-install -->
58+
<version>24.2.0</version> <!-- or whether version got installed by mx maven-install -->
5959
</dependency>
6060
<dependency>
6161
<groupId>org.graalvm.truffle</groupId>
6262
<artifactId>truffle-dsl-processor</artifactId>
63-
<version>24.0.0</version>
63+
<version>24.2.0</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
```

truffle/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Truffle language implementation framework (Truffle) is an open source librar
1010
Together with the open source [Graal compiler](https://github.com/oracle/graal/tree/master/compiler), Truffle represents a significant step forward in programming language implementation technology in the current era of dynamic languages.
1111

1212
The Truffle artifacts are uploaded to [Maven Central - Sonatype](https://central.sonatype.com/artifact/org.graalvm.truffle/truffle-api){:target="_blank"}.
13-
You can use them from your `pom.xml` file as:
13+
You can use them from your `pom.xml` file as:
1414

1515
```xml
1616
<properties>
@@ -50,7 +50,7 @@ It simplifies language implementation by automatically deriving high-performance
5050
### Getting Started
5151

5252
We provide extensive [Truffle API documentation](http://graalvm.org/truffle/javadoc/).
53-
Start by looking at the [TruffleLanguage](http://www.graalvm.org/truffle/javadoc/com/oracle/truffle/api/TruffleLanguage.html) class, which you should subclass to start developing a language.
53+
Start by looking at the [TruffleLanguage](http://www.graalvm.org/truffle/javadoc/com/oracle/truffle/api/TruffleLanguage.html) class, which you should subclass to start developing a language.
5454
Truffle comes with the Graal Compiler and several language implementations as part of GraalVM.
5555

5656
A good way to start implementing your language with Truffle is to fork the [SimpleLanguage](https://github.com/graalvm/simplelanguage) project and start hacking.
@@ -91,5 +91,5 @@ The latest additions and changes can be seen in the [changelog](https://github.c
9191

9292
## Modifying Truffle
9393

94-
To understand how to modify Truffle, check [this file](https://github.com/oracle/graal/blob/master/truffle/README.md).
94+
To understand how to modify Truffle, check [this file](https://github.com/oracle/graal/blob/master/truffle/README.md).
9595
If you would like to contribute to Truffle, consult the [contribution documentation](https://github.com/oracle/graal/blob/master/truffle/CONTRIBUTING.md).

0 commit comments

Comments
 (0)