[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84396] [Ruby trunk Bug#14219] package size of Ruby 2.5 is larger than 2.4
From:
hsbt@...
Date:
2017-12-22 03:19:58 UTC
List:
ruby-core #84396
Issue #14219 has been reported by hsbt (Hiroshi SHIBATA). ---------------------------------------- Bug #14219: package size of Ruby 2.5 is larger than 2.4 https://bugs.ruby-lang.org/issues/14219 * Author: hsbt (Hiroshi SHIBATA) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: next minor * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- A package of Ruby 2.5 was increased file size (about 15MB) from Ruby 2.4. * ruby-2.4.3.tar.xz: 9.6M * ruby-2.5.0-rc1.tar.xz: 25M It was caused by `spec` directory. ``` ~/D/ruby-2.4.3 > du -md 1 | sort -rn | head 79 . 26 ./enc 14 ./ext 12 ./test 7 ./lib 7 ./doc 3 ./gems 2 ./sample 1 ./win32 1 ./tool ~/D/ruby-2.5.0-rc1 > du -md 1 | sort -rn | head 121 . 40 ./spec 26 ./enc 14 ./ext 12 ./test 9 ./lib 7 ./doc 3 ./gems 2 ./sample 1 ./win32 ``` After releasing 2.5, I (and eregon?) try to reduce it size or remove them from tar package. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>