Skip to content

Commit b2014ba

Browse files
committed
Update to latest graal to get Sulong fixes for Xcode 15 and the new exceptionCheck() function in NFI
1 parent a3531da commit b2014ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Bug fixes:
1111

1212
Compatibility:
1313

14+
* Fix problems with the LLVM toolchain wrappers with Xcode 15 on macOS.
1415
* Add `Exception#detailed_message` method (#3257, @andrykonchin).
1516
* Fix `rb_enc_vsprintf` and force String encoding instead of converting it (@andrykonchin).
1617
* Add `rb_gc_mark_movable` function (@andrykonchin).

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "regex",
2222
"subdir": True,
23-
"version": "fd835286ab2f56989324305e45056281800b3054",
23+
"version": "6a6e17d8c52f964ca499823e461411579cbb2b20",
2424
"urls": [
2525
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2626
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
{
3030
"name": "sulong",
3131
"subdir": True,
32-
"version": "fd835286ab2f56989324305e45056281800b3054",
32+
"version": "6a6e17d8c52f964ca499823e461411579cbb2b20",
3333
"urls": [
3434
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)