[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:60490] [ruby-trunk - Bug #8721] [Rejected] require digest.so on OSX
From:
usa@...
Date:
2014-02-05 03:46:37 UTC
List:
ruby-core #60490
Issue #8721 has been updated by Usaku NAKAMURA.
Status changed from Closed to Rejected
----------------------------------------
Bug #8721: require digest.so on OSX
https://bugs.ruby-lang.org/issues/8721#change-44956
* Author: Michal Papis
* Status: Rejected
* Priority: Normal
* Assignee:
* Category:
* Target version:
* ruby -v: ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.3.0]
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN
----------------------------------------
=begin
trying to compile as much as possible static ruby on OSX, so far I got quite close with:
LDFLAGS=-Bstatic ./configure --prefix=/Users/mpapis/.rvm/rubies/ruby-2.0.0-p247 --sysconfdir=/etc --disable-shared --enable-load-relative --with-static-linked-ext --with-out-ext=dl/win32,fiddle/win32,tk/tkutil,win32ole,-test-/win32/dln,-test-/win32/fd_setsize
but I'm stuck at: (({ruby --disable=gems -dw -e 'puts :ok'}))
Exception `LoadError' at /Users/mpapis/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/digest.rb:1 - cannot load such file -- digest.so
/Users/mpapis/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/digest.rb:1:in `require': cannot load such file -- digest.so (LoadError)
from /Users/mpapis/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/digest.rb:1:in `<top (required)>'
=end
--
http://bugs.ruby-lang.org/