Skip to content

Conversation

Matsue
Copy link

@Matsue Matsue commented Feb 11, 2013

Fix typo and specify error type for expecting error.

@ayumin
Copy link
Member

ayumin commented Feb 16, 2013

This patch was merged by r39277. Thanks.

@ayumin ayumin closed this Feb 16, 2013
xaviershay pushed a commit to xaviershay/ruby that referenced this pull request Nov 10, 2013
	* test/ruby/test_thread.rb: fixed typo
	  patched by Hiroki Matsue via ruby#248


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
jhawthorn pushed a commit to github/ruby that referenced this pull request Oct 15, 2021
Try to get getblockparamproxy to support level > 0
kddnewton pushed a commit to kddnewton/ruby that referenced this pull request Apr 4, 2022
* Include Rust YJIT in libruby_static.a

Prior to this bigdecimal had linking issue which it detected during
mkmf configuration and that made it not build properly. This let's us
try to boot `make test-all`.

This works by combining two archive libraries with ar(1). I also tried a
couple of other approaches. `cargo rustc -- --emit obj` outputs an
object file but at a path that's hard to find and considered internal to
Cargo according to the manual. `ld -r --whole-archive` seems to be an
alternative, but unfortunately is unavailable with the linker on macOS.

* Don't change size of version map when taking blocks

It was using Vec::remove which shifts the elements after it.
The version map should always be `iseq->body->iseq_size` elements
long.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants