[#67346] Future of test suites for Ruby — Charles Oliver Nutter <headius@...>
I'll try to be brief so we can discuss all this. tl;dr: RubySpec is
19 messages
2015/01/05
[#67353] Re: Future of test suites for Ruby
— Tanaka Akira <akr@...>
2015/01/05
2015-01-06 7:18 GMT+09:00 Charles Oliver Nutter <headius@headius.com>:
[#67444] [ruby-trunk - Feature #10718] [Open] IO#close should not raise IOError on closed IO objects. — akr@...
Issue #10718 has been reported by Akira Tanaka.
3 messages
2015/01/09
[#67689] Keyword Arguments — Anthony Crumley <anthony.crumley@...>
Please forgive my ignorance as I am new to MRI development and am still
5 messages
2015/01/20
[#67733] [ruby-trunk - Bug #10761] Marshal.dump 100% slower in 2.2.0 vs 2.1.5 — normalperson@...
Issue #10761 has been updated by Eric Wong.
4 messages
2015/01/21
[#67736] Re: [ruby-trunk - Bug #10761] Marshal.dump 100% slower in 2.2.0 vs 2.1.5
— Eric Wong <normalperson@...>
2015/01/22
normalperson@yhbt.net wrote:
[#67772] Preventing Redundant Email Messages — Jeremy Evans <code@...>
For a long time, I've wondered why I sometimes receive redundant email
5 messages
2015/01/23
[ruby-core:67671] [ruby-trunk - Bug #10752] [Closed] Ruby 2.2.0 does not build on FreeBSD 8.4
From:
nobu@...
Date:
2015-01-18 06:50:53 UTC
List:
ruby-core #67671
Issue #10752 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r49321. ---------- vm_dump.c: check by configured result * vm_dump.c (rb_vm_bugreport): check by configured result instead of system name for old FreeBSD. based on a patch by Steve Wills at [ruby-core:67655]. [Bug #10752] ---------------------------------------- Bug #10752: Ruby 2.2.0 does not build on FreeBSD 8.4 https://bugs.ruby-lang.org/issues/10752#change-51085 * Author: Steve Wills * Status: Closed * Priority: Normal * Assignee: Yui NARUSE * ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) [amd64-freebsd8] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Trying to build Ruby 2.2.0 on FreeBSD 8.4 produces an error: vm_dump.c:718:25: error: libprocstat.h: No such file or directory See http://poudriere.mouf.net/poudriere/data/84amd64-default/2015-01-17_15h18m45s/logs/errors/ruby-2.2.0.log for full log Libprocstat is not available in 8.4, which is still supported until June 30, 2015. See https://www.freebsd.org/security/ for more details. This happens because r45306 added support for libprocstat on FreeBSD without checking that libprocstat is available. The configure.in was updated to check for libprocstat in r45309, but nothing uses the result of this check to disable use of libprocstat if it's not available. Attached is a patch which at least fixes the build issue on 8.4. I haven't verified it beyond that, in paticular, I haven't verified that it doesn't break things on newer versions (I only apply it to builds running on 8.4). ---Files-------------------------------- extra-vm_dump.c (687 Bytes) -- https://bugs.ruby-lang.org/