Skip to content

Commit

Permalink
Handle no-free strings properly.
Browse files Browse the repository at this point in the history
This commit updates the `ruby` repo to include commits related to
handling Strings with the `STR_NOFREE` flag.
  • Loading branch information
wks committed Sep 19, 2024
1 parent 0ad226f commit 52307aa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions mmtk/Cargo.lock

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

4 changes: 2 additions & 2 deletions 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 = "cd5e3561b6d564a9e5e70a12703873aa8a5f8252"
rev = "f38ff7179b58479b2f9cdddbfdaf457cd1521bfc"

[lib]
name = "mmtk_ruby"
Expand All @@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery

# Uncomment the following lines to use mmtk-core from the official repository.
git = "https://github.com/mmtk/mmtk-core.git"
rev = "45cdf31055b1b6a629bdb8032adaa6dd5a8e32b9"
rev = "73be50d1fce1c2f6559ffbc5b7a04623ba62e6c4"

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

0 comments on commit 52307aa

Please sign in to comment.