Skip to content

Commit c634744

Browse files
committed
Update ruby and mmtk-core repos revisions
The Ruby upstream removed the `v1`, `v2` and `v3` arguments from the `newobj_of` function, so it is no longer `newobj_of`'s responsibility to initialize those fields. We made changes accordingly. `rb_imemo_tmpbuf_auto_free_pointer` was also removed in favor for `rb_imemo_tmpbuf_new`.
1 parent bc8b63a commit c634744

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

mmtk/Cargo.lock

Lines changed: 28 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
# Metadata for the Ruby repository
1313
[package.metadata.ci-repos.ruby]
1414
repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL.
15-
rev = "e4f5cb73824dd411c0cb1cf12aca42996f427da3"
15+
rev = "89cc459e782f86f401b483cd0c0b568313cbe53e"
1616

1717
[lib]
1818
name = "mmtk_ruby"
@@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery
3737

3838
# Uncomment the following lines to use mmtk-core from the official repository.
3939
git = "https://github.com/mmtk/mmtk-core.git"
40-
rev = "ef153615d115edf196c0df2029e4340468276372"
40+
rev = "27b4521ca73c2addbafe7ccf374c607d61f3ba51"
4141

4242
# Uncomment the following line to use mmtk-core from a local repository.
4343
#path = "../../mmtk-core"

0 commit comments

Comments
 (0)