mwrap user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Ruby 3.x support
@ 2022-08-20 21:35 Eric Wong
  2022-08-20 21:35 ` [PATCH 1/3] constify arg for totals_add_rcu Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Wong @ 2022-08-20 21:35 UTC (permalink / raw)
  To: mwrap-public; +Cc: Sam Saffron

1st patch is a cleanup patch I noticed along the way,
2/3 fixes things for Ruby 3.0.x, and 3/3 disables a test
for Ruby 3.1.

3.1 support of heap page bodies will require wrapping mmap,
which may happen at some point

Haven't tested on current ruby.git nor 3.2 previews,
nor anything aside from x86-64.

Eric Wong (3):
  constify arg for totals_add_rcu
  support Ruby 3.0.x
  disable HeapPageBody count test for Ruby 3.1

 ext/mwrap/extconf.rb |  7 +++++++
 ext/mwrap/mwrap.c    | 27 ++++++++++++++++++++++-----
 test/test_mwrap.rb   | 29 ++++++++++++++++++-----------
 3 files changed, 47 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-20 23:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20 21:35 [PATCH 0/3] Ruby 3.x support Eric Wong
2022-08-20 21:35 ` [PATCH 1/3] constify arg for totals_add_rcu Eric Wong
2022-08-20 21:35 ` [PATCH 2/3] support Ruby 3.0.x Eric Wong
2022-08-20 21:35 ` [PATCH 3/3] disable HeapPageBody count test for Ruby 3.1 Eric Wong
2022-08-20 23:18   ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).