Skip to content

Commit

Permalink
Bump Ruby repo revision and deps version
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
wks committed Jan 9, 2025
1 parent 8f85bda commit 17e1079
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
92 changes: 46 additions & 46 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mmtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
# Metadata for the Ruby repository
[package.metadata.ci-repos.ruby]
repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL.
rev = "abce8f049f6eb231f8a605d576a16e1fff8ae86f"
rev = "c2cd37133cf48d734eba697666dbf21ff4c4c39e"

[lib]
name = "mmtk_ruby"
Expand Down

0 comments on commit 17e1079

Please sign in to comment.