Skip to content

Commit 17e1079

Browse files
committed
Bump Ruby repo revision and deps version
The ruby repo is merged with the upstream master. The modular GC has been introduced upstream, and an experimental MMTk binding as a GC module has been included in the official repo. The ruby repo also fixed missing implementation of `memsize` and `imemo_type_ids` for MMTk-specific types, excluded a few tests that assume the behavior of the default GC, and implemented `GC.count`.
1 parent 8f85bda commit 17e1079

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

mmtk/Cargo.lock

+46-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

+1-1
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 = "abce8f049f6eb231f8a605d576a16e1fff8ae86f"
15+
rev = "c2cd37133cf48d734eba697666dbf21ff4c4c39e"
1616

1717
[lib]
1818
name = "mmtk_ruby"

0 commit comments

Comments
 (0)