Project

General

Profile

Activity

From 06/22/2016 to 06/28/2016

06/28/2016

11:46 PM Bug #12531 (Closed): Segmentation fault occurred when execute curry with block
Applied in changeset r55531.
----------
Passed block symbol to proc
* proc.c (passed_block): convert passed block s...
nobu (Nobuyoshi Nakada)
09:58 PM Bug #12531: Segmentation fault occurred when execute curry with block
Remove useless tests. eccyan (Daisuke Sato)
09:46 PM Bug #12531 (Closed): Segmentation fault occurred when execute curry with block
When I execute code below:
~~~
$ ./ruby -e '-> { true }.curry.call(&:to_s)'
~~~
I create a patch for fix and ...
eccyan (Daisuke Sato)
11:45 PM Revision 86a756ae (git): Passed block symbol to proc
* proc.c (passed_block): convert passed block symbol to proc.
based on the patch by Daisuke Sato in [ruby-dev:49695...
nobu (Nobuyoshi Nakada)
10:03 PM Revision e3503ee2 (git): Octal mode in un.rb
* lib/fileutils.rb (FileUtils#symbolic_modes_to_i): revert r55524.
* lib/un.rb (install, chmod): support octal mode ...
nobu (Nobuyoshi Nakada)
07:37 PM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
Kazuki Yamaguchi wrote:
> This is based on r55162 (openssl: drop OpenSSL 0.9.6/0.9.7 support) so backporting 1.1.0 s...
terceiro (Antonio Terceiro)
07:00 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
Don't get me wrong, but you're trying to explain me why it doesn't work. I'm making the point it should work. Why?
...
chucke (Tiago Cardoso)
01:49 AM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
Tiago Cardoso wrote:
> potatoe is not a variable, but a method call. The method is defined right after. That should ...
shugo (Shugo Maeda)
06:42 PM Revision f29d43a3 (git): * 2016-06-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:42 PM Revision 236b5e97 (git): * bignum.c (rb_big2ulong): the old logic seems to try to avoid
calculating `-(long)(num-1)-1` if `num` is not LONG_MIN. (Note that
`-LONG_MIN` may be larger than LONG_MAX) But C ...
naruse (Yui NARUSE)
05:55 PM Bug #12528: Ruby 2.3.1 Fails to Compile on FreeBSD 8.4-STABLE
Nobuyoshi Nakada wrote:
> What configure options do you use?
> Could you try `--enable-shared` if it is not used?
...
martin_vahi (Martin Vahi)
02:50 PM Bug #12528 (Feedback): Ruby 2.3.1 Fails to Compile on FreeBSD 8.4-STABLE
What configure options do you use?
Could you try `--enable-shared` if it is not used?
nobu (Nobuyoshi Nakada)
11:40 AM Bug #12528 (Closed): Ruby 2.3.1 Fails to Compile on FreeBSD 8.4-STABLE

Build commands:
~~~
make clean
CFLAGS=" -mtune=native -ftree-vectorize " CXXFLAGS=" -mtune=native -ftree-vec...
martin_vahi (Martin Vahi)
03:03 PM Bug #12530 (Rejected): Module Refinements
Hi guys, I noticed strange situation with module refinements.
There is difference with using methods which you ref...
noxxxname (Pavlo Vavruk)
02:03 PM Feature #6943: pstore in FIPS mode
Seems nothing to block, since md5 seems used just to see if the data is modified.
https://github.com/ruby/ruby/com...
nobu (Nobuyoshi Nakada)
12:13 PM Feature #6943: pstore in FIPS mode
Using internal implementation is just hiding the issue. I don't think this would be acceptable solution for FIPS cert... vo.x (Vit Ondruch)
01:55 PM Revision c9df0f82 (git): PStore::CHECKSUM_ALGO
* lib/pstore.rb (PStore::CHECKSUM_ALGO): extract the algorithm for
checksum, instead of qualified names for each ti...
nobu (Nobuyoshi Nakada)
01:39 PM Bug #11844: Please update unicode-licensed files (license issue)
> I am going to open/write new issue page for this kind of issue because above issue have already been closed.
Cre...
jaruga (Jun Aruga)
12:06 PM Bug #11844: Please update unicode-licensed files (license issue)
Jun Aruga wrote:
> I could not find the license information for enc/trans/GB/*.src from the mapping page. [1]
> So,...
jaruga (Jun Aruga)
01:36 PM Misc #12529 (Closed): LEGAL file covering all the license information within Ruby
# Summary
LEGAL file is used to describe the licenses and the files that Ruby license does not cover.
Below Jap...
jaruga (Jun Aruga)
01:29 PM Revision cafeeb4b (git): bootstraptest/runner.rb may run on older ruby
* bootstraptest/runner.rb: do not use safe navigation operator.
this runner may run on older ruby. partially rever...
nobu (Nobuyoshi Nakada)
01:14 PM Bug #12520 (Closed): CIFS raises Errno::EACCES for chown while UID not found in remote system
Applied in changeset r55525.
----------
Tue Jun 28 22:09:09 2017 Akio Tajima <[email protected]>
* lib/fileutils...
arton (Akio Tajima)
01:14 PM Revision f2f16f2a (git): Tue Jun 28 22:09:09 2017 Akio Tajima <[email protected]>
* lib/fileutils.rb: rescue Errno:EACCES for chown.
[Bug #12520]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
arton (Akio Tajima)
01:03 PM Feature #12519 (Rejected): Expansion of modifier_if and modifier_unless
Agreed to Marcus.
Matz.
matz (Yukihiro Matsumoto)
12:33 PM Revision d34b3c9a (git): Octal mode
* lib/fileutils.rb (symbolic_modes_to_i): support octal mode
string. fix up r55513.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
10:54 AM Bug #12527 (Closed): warning: macro redefined: REG_PC and REG_SP on Solaris 10
Solaris 10 上にて、vm.c のコンパイル中に、以下のマクロ再定義のwarningが出ます。
```
cc -errtags=yes -xO4 -xtarget=sparc64viiplus -m64 -DRUBY...
ngoto (Naohisa Goto)
10:31 AM Bug #12526 (Rejected): Error trying to compile enc/euc_jp.c
On a fresh checkout of ruby trunk on a fresh installation of cygwin, I get the error below.
gperf (3.0.4) is availab...
duerst (Martin Dürst)
09:42 AM Bug #12524 (Closed): Excess semicolons in ext/digest and ext/openssl
Applied in changeset r55523.
----------
* ext/digest/md5/md5ossl.h: Remove excess semicolons.
Suppress warning on ...
ngoto (Naohisa Goto)
09:30 AM Bug #12524 (Closed): Excess semicolons in ext/digest and ext/openssl
ext/digest については r49564 以降、 ext/openssl については r55285 以降、
Solaris 10 上の Oracle Solaris Studio 12.x によるコンパイル時に以下のwarni...
ngoto (Naohisa Goto)
09:42 AM Revision 8b251c6c (git): * ext/digest/md5/md5ossl.h: Remove excess semicolons.
Suppress warning on Solaris with Oracle Solaris Studio 12.
[ruby-dev:49692] [Bug #12524]
* ext/digest/md5/md5cc.h:...
ngoto (Naohisa Goto)
09:37 AM Feature #12525 (Closed): Get some inspiration from the Red programming language!
I know this is probably not the right place for a this, but I love Ruby and I can't resist sharing the following info... janfry (j j)
07:04 AM Revision ad724308 (git): Move CaseTest
* test/ruby/enc/test_case_comprehensive.rb (CaseTest): move under
the test case not to pollute the global name spac...
nobu (Nobuyoshi Nakada)
06:56 AM Bug #12433 (Closed): uncommon.mk:614: recipe for target 'yes-test-almost' failed - missing UnicodeData.txt
Applied in changeset r55521.
----------
Skip unavailable tests
* test/ruby/enc/test_case_comprehensive.rb: noting t...
nobu (Nobuyoshi Nakada)
04:07 AM Bug #12433: uncommon.mk:614: recipe for target 'yes-test-almost' failed - missing UnicodeData.txt
Yes, they show that the Unicode data files didn't get downloaded, and therefore, it's not possible to run the tests i... duerst (Martin Dürst)
06:56 AM Revision 023aaa51 (git): Skip unavailable tests
* test/ruby/enc/test_case_comprehensive.rb: noting to test if
Unicode data files are available.
[ruby-core:76160]...
nobu (Nobuyoshi Nakada)
06:20 AM Revision 5026a663 (git): Cache no proxy case
* lib/net/http.rb (Net::HTTP#proxy_uri): cache the case no proxy
is used.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
06:19 AM Revision 8ff99ded (git): Use conditional operator
* lib/net/http.rb (Net::HTTP#proxy): use conditional operator to
get rid of confusing ruby-mode.el.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
04:38 AM Revision 0e585b37 (git): Revert "Use gperf 3.0.4"
It is wrong commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
01:52 AM Feature #12523: `Object#values_at`
I'm not that strongly against it, but wonder if it has actual usage where it is convenient. Do you have any use cases? shyouhei (Shyouhei Urabe)
12:56 AM Revision f1707e44 (git): Fix typo [ci skip]
* object.c (rb_mod_eqq): [DOC] Fix typo in RDoc. [Fix GH-1393]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55...
nobu (Nobuyoshi Nakada)

06/27/2016

06:30 PM Revision fc1b4bd6 (git): * 2016-06-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:30 PM Revision 1e791f43 (git): * insns.def (opt_plus): use `- 1` instead of `& (~1)` to allow
compilers to use x86 LEA instruction (3 operand).
Even if 3 operand LEA's latency is 3 cycle after SandyBridge,
i...
naruse (Yui NARUSE)
06:30 PM Revision 4b31485a (git): Use gperf 3.0.4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:20 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
the error message in the example is wrong, my bad, it is "potatoe" the undefined method, not "vegetables". chucke (Tiago Cardoso)
03:02 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
potatoe is not a variable, but a method call. The method is defined right after. That should be the whole point of it... chucke (Tiago Cardoso)
02:59 PM Feature #12523 (Open): `Object#values_at`
It might be convenient to have a method that returns multiple attributes of an object.
~~~ruby
class A
attr_ac...
sawa (Tsuyoshi Sawada)
02:05 PM Bug #12433: uncommon.mk:614: recipe for target 'yes-test-almost' failed - missing UnicodeData.txt
I experiencing two issues with preview1:
```
1) Failure:
TestComprehensiveCaseFold#test_AAAAA_data_files_avail...
vo.x (Vit Ondruch)
01:26 PM Feature #11195: Add "no_proxy" parameter to Net::HTTP.new
+1, I'm also having issues with this. chucke (Tiago Cardoso)
12:02 PM Bug #12520: CIFS raises Errno::EACCES for chown while UID not found in remote system
まぁそれはそれとして入れといていいんじゃないでしょうか。
そういう環境があるということであれば。
nobu (Nobuyoshi Nakada)
09:55 AM Bug #12520 (Feedback): CIFS raises Errno::EACCES for chown while UID not found in remote system
installは次の2点がcp_rと違って、あまり使いたくはないというのが本音です。
1. file_compareで内容を比較する=> 実行ファイルのインストールなら理解できますが、サイズが違うかどうかで十分(この場合、全体量が数...
arton (Akio Tajima)
01:30 AM Bug #12520 (Assigned): CIFS raises Errno::EACCES for chown while UID not found in remote system
nobu (Nobuyoshi Nakada)
10:11 AM Bug #10802: strict-aliasing warning on RHEL/CentOS 6
I could see still this error on trunk
http://rubyci.s3.amazonaws.com/c64b/ruby-trunk/log/20160627T090203Z.log.htm...
jaruga (Jun Aruga)
08:02 AM Bug #12522 (Rejected): Keyword arguments should supercede double-splat arguments
```ruby
foo **{x: 'fallback'}, x: 1
```
nobu (Nobuyoshi Nakada)
06:10 AM Bug #12522 (Rejected): Keyword arguments should supercede double-splat arguments
I propose that it is more intuitive (and much better for FREST functions; see #12521) if explicit keyword arguments s... gisborne (Guyren Howe)
07:58 AM Revision 2a5183c2 (git): FileUtils#install: symbolic mode
* lib/fileutils.rb (FileUtils#install): accecpt symbolic mode, as
well as chmod.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
07:55 AM Revision 10fcca8f (git): FileUtils#install: owner/group options
* lib/fileutils.rb (FileUtils#install): add owner and group
options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)
06:17 AM Bug #12521: Syntax for retrieving argument without removing it from double-splat catch-all
#12522 is a related issue; keyword arguments lvalues have a related issue. gisborne (Guyren Howe)
06:03 AM Bug #12521 (Closed): Syntax for retrieving argument without removing it from double-splat catch-all
There is an interesting style of programming that is *almost* really easy to do in Ruby. It would work elegantly with... gisborne (Guyren Howe)
01:24 AM Revision 71db7bd3 (git): Refactor
* lib/fileutils.rb (FileUtils::Entry_#copy_metadata): eliminate
common statements.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
01:22 AM Feature #12519: Expansion of modifier_if and modifier_unless
variable = true ? 1 : 2

isnt that short enough?
darix (Marcus Rückert)
12:32 AM Feature #12519: Expansion of modifier_if and modifier_unless
Yes, confusing and also not very pretty. shevegen (Robert A. Heiler)

06/26/2016

11:57 PM Bug #12517 (Closed): def_delegators broken on ruby-head?
Applied in changeset r55509.
----------
Coverage on non-positive lines
* compile.c (ADD_TRACE): ignore trace instru...
nobu (Nobuyoshi Nakada)
11:53 PM Bug #12517: def_delegators broken on ruby-head?
Thanks! nobu (Nobuyoshi Nakada)
12:06 PM Bug #12517: def_delegators broken on ruby-head?
Here's the repro (OS X 10.11.5 / FreeBSD 10.2):
~~~ruby
require 'coverage'
require 'forwardable'
Coverage.st...
akhramov (Artem Khramov)
11:56 PM Revision 4c4f809e (git): * 2016-06-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:56 PM Revision f5404751 (git): Coverage on non-positive lines
* compile.c (ADD_TRACE): ignore trace instruction on non-positive
line.
* parse.y (coverage): get rid of ArgumentEr...
nobu (Nobuyoshi Nakada)
06:17 PM Bug #12520: CIFS raises Errno::EACCES for chown while UID not found in remote system
試してはいないのですが、`FileUtils.install(preserve: true)` ではどうでしょうか。 nobu (Nobuyoshi Nakada)
11:43 AM Bug #12520 (Closed): CIFS raises Errno::EACCES for chown while UID not found in remote system
`FileUtils`を利用した`:preserve => true`の`cp_r`中に例外となります。(題名が真の原因かは不明。それ以外に思い当たる点がない)
システムはDebian jessieです。
~~~
Linux...
arton (Akio Tajima)
11:02 AM Feature #12519: Expansion of modifier_if and modifier_unless
Matthew Kerwin wrote:
> It's too confusing.
Agree.
nobu (Nobuyoshi Nakada)
06:42 AM Feature #12519: Expansion of modifier_if and modifier_unless
I am against.
It seems to rewrite the precedence of modifier if. I would expect it to evaluate like this:
~~~ru...
phluid61 (Matthew Kerwin)
05:05 AM Feature #12519 (Rejected): Expansion of modifier_if and modifier_unless
Hi all.
I propose a syntax change to allow the below to be valid ruby.
```ruby
variable = 1 if false else 2
`...
bk5115545 (Blaise Koch)
10:35 AM Revision 06c57968 (git): Convert arguments first
* ext/win32/lib/Win32API.rb (Win32API#initialize): convert
arguments before dlopen.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
05:00 AM Bug #12518 (Feedback): You may have encountered a bug in the Ruby interpreter or extension libraries.
The C level backtrace information you sent says the bug is inside libmysqlclient.20.dylib. Is it possible for you to... shyouhei (Shyouhei Urabe)
01:20 AM Revision 1f235900 (git): Explicit ".dll" suffix
* ext/win32/lib/Win32API.rb (Win32API#initialize): Cygwin
2.5.2-1 (perhaps) seems to no longer append ".dll" suffix...
nobu (Nobuyoshi Nakada)
12:28 AM Revision 1e03af80 (git): * 2016-06-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:28 AM Revision 60a063d8 (git): Remove -jN option
* {cygwin,template}/GNUmakefile.in (MAKEFLAGS): remove -jN option
from MAKEFLAGS as well as MFLAGS.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)

06/25/2016

11:45 PM Bug #12517: def_delegators broken on ruby-head?
I couldn't reproduce it with r55504 on OS X 11.11.5 and Ubuntu 16.04. nobu (Nobuyoshi Nakada)
06:47 AM Bug #12517 (Feedback): def_delegators broken on ruby-head?
Could you show a small code to reproduce? nobu (Nobuyoshi Nakada)
06:16 AM Bug #12517 (Closed): def_delegators broken on ruby-head?
I found the following issue:
https://travis-ci.org/ioquatix/build-files/jobs/140181966
~~~
/home/travis/.rvm/r...
ioquatix (Samuel Williams)
11:19 PM Bug #11102 (Feedback): Segmentation fault while running the db:create command in Rails
Please try with Ruby 2.2.5 or 2.3.1 hsbt (Hiroshi SHIBATA)
06:09 PM Bug #12518 (Third Party's Issue): You may have encountered a bug in the Ruby interpreter or extension libraries.
You ask me to send you this crash report steadyonabix (Bradley Atkins)
08:54 AM Revision fc1af699 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
05:01 AM Feature #11653: Add to_proc on Hash
Jörg W Mittag wrote:
> This is basically a subset of what I proposed a year ago in #11262.
Commenting on a clos...
duerst (Martin Dürst)
02:32 AM Revision 38f6fe64 (git): Refine assertion
* test/openssl/test_ocsp.rb: assert_in_delta for better message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
nobu (Nobuyoshi Nakada)
01:08 AM Revision 5ff2e418 (git): openssl: ignore test failure caused by LibreSSL bug
* test/openssl/test_ocsp.rb: Ignore errors caused by bugs that exist in
LibreSSL >= 2.3.1.
git-svn-id: svn+ssh://c...
rhenium (Kazuki Yamaguchi)

06/24/2016

05:33 PM Bug #12353 (Closed): Regression with Marshal.dump on ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Applied in changeset r55500.
----------
No respond_to? as if the default definition
* vm_method.c (vm_respond_to): ...
nobu (Nobuyoshi Nakada)
09:48 AM Bug #12353: Regression with Marshal.dump on ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
Using Ruby 2.3, Marshal.dump(1.day) works with ActiveSupport 4.2.6 but not 4.1.15 because ActiveSupport::Duration inh... bakineggs (Dan Barry)
05:33 PM Revision 2fb292b6 (git): * 2016-06-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:33 PM Revision b51174a6 (git): No respond_to? as if the default definition
* vm_method.c (vm_respond_to): try method_missing if respond_to?
is undefined, as if it is the default definition.
...
nobu (Nobuyoshi Nakada)
03:12 PM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
Let's leave `TrueClass`/`FalseClass`!! nobu (Nobuyoshi Nakada)
07:23 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
Loren Segal wrote:
> This actually comes up fairly often:
>
> https://github.com/search?p=2&q=is_a%3F+TrueClass...
duerst (Martin Dürst)
12:47 PM Bug #9962 (Rejected): Numeric.new
usa (Usaku NAKAMURA)
12:45 PM Bug #9962: Numeric.new
使ってる人がいるならしゃーないですね、と思ってそのままでした。
値の定義がないNumericオブジェクトの存在意義はわからないですし、Numericの子クラスでnewできることの意味もわからないですし、意味があるなら自分でnew定義...
usa (Usaku NAKAMURA)
07:26 AM Bug #9962 (Feedback): Numeric.new
hsbt (Hiroshi SHIBATA)
09:07 AM Revision 9de2af7b (git): Fixed accidentally commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
09:06 AM Bug #11988 (Closed): YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
Applied in changeset r55497.
----------
* ext/psych/*, test/psych/*: Upate psych 2.1.0
This version fixed [Bug #11...
hsbt (Hiroshi SHIBATA)
09:06 AM Revision ae3cb8bc (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:06 AM Revision a099c542 (git): * ext/psych/*, test/psych/*: Upate psych 2.1.0
This version fixed [Bug #11988][ruby-core:72850]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55497 b2dd03c8-39...
hsbt (Hiroshi SHIBATA)
08:43 AM Feature #11262: Make more objects behave like "Functions"
Note that [`Hash#to_proc`](http://ruby-doc.org/core/Hash.html#method-i-to_proc) has already been implemented as part ... jwmittag (Jörg W Mittag)
08:34 AM Feature #11653: Add to_proc on Hash
Daniel P. Clark wrote:
> Procs can be called the same way a hash is with `[]`. But a Hash is not mappable as a Proc...
jwmittag (Jörg W Mittag)
08:02 AM Feature #11735: Porting String#squish and String#squish! from Ruby on Rails' Active Support
I don't stop you to do what you want.
But you are requesting it into core. There are so many miserably misused AP...
shyouhei (Shyouhei Urabe)
06:52 AM Bug #11147 (Feedback): [SEGFAULT] While looping gets
Please try with Ruby 2.2.5 or 2.3.1 hsbt (Hiroshi SHIBATA)
06:51 AM Feature #12399 (Feedback): Restricted, safe version of `Kernel#eval`
hsbt (Hiroshi SHIBATA)
06:47 AM Bug #12429 (Feedback): http.rb:933: [BUG] Segmentation fault at 0x00000000000000
Please try with Ruby 2.3.1 hsbt (Hiroshi SHIBATA)
06:46 AM Bug #12451 (Rejected): ruby yaml strangely parses string as fixnum
hsbt (Hiroshi SHIBATA)
06:45 AM Bug #12453 (Feedback): 2.3.1p112 version running demo of array methods about 3x slower than running it with 2.2.0p0 version
hsbt (Hiroshi SHIBATA)
06:32 AM Bug #12516 (Feedback): rails server aborts
Please attach log file and show an instruction of reproducing server aborts. hsbt (Hiroshi SHIBATA)
06:22 AM Feature #12079: Loosening the condition for refinement
> I would like to propose to loosen the condition for refinement so that as long as the relevant construction (such a... shugo (Shugo Maeda)
06:14 AM Bug #12491 (Assigned): TestRefinement#test_prepend_after_refine_wb_miss too slow
Christian Hofstaedtler wrote:
> In Debian we've recently enabled the full test suite (make test-all) on all architec...
shugo (Shugo Maeda)
05:41 AM Bug #12514 (Rejected): Refinements: when including Module as refinement, can't call other module methods
> #=> in <main>': undefined methodvegetables' for "tomatoe":String
On my box, the following exception is raised in...
shugo (Shugo Maeda)
05:29 AM Revision 656c4586 (git): Read CaseFolding.txt in binary mode
* enc/unicode/case-folding.rb (CaseFolding#load): read in binary
mode to deal with non-ASCII charater in CaseFoldin...
nobu (Nobuyoshi Nakada)
04:13 AM Revision bddf4b02 (git): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*:
Update rubygems 2.6.5 and 2.6.6.
Release note of 2.6.5: https://github.com/rubygems/rubygems/commit/656f5d94dc888d7...
hsbt (Hiroshi SHIBATA)
12:23 AM Revision eff68733 (git): touch
* enc/unicode/case-folding.rb: touch the destination file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55494 b...
nobu (Nobuyoshi Nakada)
12:17 AM Revision 417a000d (git): * 2016-06-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:17 AM Revision d1e2c50a (git): Updating casefold.h
* common.mk (lib/unicode_normalize/tables.rb): should not depend
on Unicode data files unless ALWAYS_UPDATE_UNICODE...
nobu (Nobuyoshi Nakada)

06/23/2016

11:38 PM Bug #9715: ENV data yield ASCII-8BIT encoded strings under Windows with unicode username
FYI, I've been working on fixing several (including this) Ruby's Unicode issues on Windows and I hope to submit my pa... davispuh (Dāvis Mosāns)
10:36 PM Bug #12480: Restarting Coverage does not capture additional coverage for already loaded files
Solved this by using Coverage.peek_result in the before-fork part of my code to capture the current state and then me... grosser (Michael Grosser)
05:47 PM Feature #11266: [PATCH] WEBrick: allow subclassing of Response and Request
It has been a year. Is there still anything I can do/change? julik (Julik Tarkhanov)
05:33 PM Feature #11735: Porting String#squish and String#squish! from Ruby on Rails' Active Support
Shyouhei Urabe wrote:
> I had no pro et contra to the proposal until now. From what you said I started thinking squ...
gurgeous (Adam Doppelt)
03:54 PM Bug #12516 (Closed): rails server aborts
I opened rails s , and it wouldn't work - Aborted. Sorry for not really knowing how to report this.. tishpr (Tish Snyder)
03:53 PM Feature #9999: Type Annotations (Static Type Checking)
Existing ruby has interesting bits of a kind of formal duck-typing for some core library classes, like String#to_s an... jrochkind (jonathan rochkind)
12:42 PM Revision 6cfe8b0e (git): Revert r55486,r55488,r55489
They breaks build:
http://rubyci.s3.amazonaws.com/debian/ruby-trunk/log/20160623T123002Z.fail.html.gz
Revert "Unicod...
naruse (Yui NARUSE)
08:28 AM Bug #11152: Resolv::DNS should use Search Domains provided in /etc/resolv.conf by default
Aaron Patterson wrote:
> Hi,
>
> It should parse your `/etc/resolv.conf` file. Can you post your `/etc/resolv.co...
lisinge (Micke Lisinge)
07:21 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
In reality it's very common to treat `true`/`false` as a separate thing. The "everything is boolean" argument falls a... lsegal (Loren Segal)
05:25 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
At http://qiita.com/yatemmma/items/3597a0e20556fb846d3f, Matz explained the reason why Ruby doesn't have Boolean.
...
shugo (Shugo Maeda)
04:46 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
- I'm not a big fan of `Integer`, too. However,
- `Integer` has been there since the beginning. It was just not us...
shyouhei (Shyouhei Urabe)
04:24 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
This was brought up in the past a lot:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/96321
http:/...
djberg96 (Daniel Berger)
02:51 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
edit: as a sidenote, adding a `Boolean` class to Ruby-core is unlikely to break any of the linked code, because Ruby ... lsegal (Loren Segal)
02:24 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
Shyouhei Urabe wrote:
> https://github.com/search?l=ruby&q=%22class+Boolean%22&type=Code
> https://rubygems.org/sea...
lsegal (Loren Segal)
02:10 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
Shyouhei Urabe wrote:
> You failed here.
This admittedly could be lost in translation but I don't think this a ve...
olivierlacan (Olivier Lacan)
01:47 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
Loren Segal wrote:
> should be back compat unless someone already has a "`Boolean`" class at toplevel out there.
...
shyouhei (Shyouhei Urabe)
01:13 AM Feature #12515 (Rejected): Create "Boolean" superclass of TrueClass / FalseClass
Since Ruby 2.4 is unifying Bignum/Fixnum into Integer (https://bugs.ruby-lang.org/issues/12005), it seems reasonable ... lsegal (Loren Segal)
05:27 AM Revision 5b3db1f2 (git): * 2016-06-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:27 AM Revision b607f747 (git): Unicode files for casefold.h
* common.mk (enc/unicode/casefold.h): update Unicode files in a
sub-make, not to let the header depend on the files...
nobu (Nobuyoshi Nakada)
03:52 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
I was bitten by something similar, expecting equal? to work correctly between non-delegate and delegate instances. Wh... ioquatix (Samuel Williams)

06/22/2016

04:13 PM Feature #12299: Add Warning module for customized warning handling
Wrapping regular expressions feels very clumsy to me.
I still prefer the approach I put forward in https://bugs.ru...
djberg96 (Daniel Berger)
04:06 PM Bug #8822: Incorrect encoding for ENV in Windows
I don't believe this is properly fixed.
I just left a comment at https://bugs.ruby-lang.org/issues/9715#note-5, an...
Iristyle (Ethan Brown)
03:42 PM Bug #9715: ENV data yield ASCII-8BIT encoded strings under Windows with unicode username
I agree that ENV corruption continues to be a problem in Ruby. The expectation is that regardless of current locale,... Iristyle (Ethan Brown)
03:09 PM Bug #12514 (Rejected): Refinements: when including Module as refinement, can't call other module methods
Very simple script which reproduces the problem:... chucke (Tiago Cardoso)
01:03 PM Feature #10208: Passing block to Enumerable#to_h
I like this proposal. I think it is reasonable for `to_h` to take an optional block to specify how to make a hash fr... knu (Akinori MUSHA)
01:02 PM Revision 2708f9dc (git): casefold.h dependency
* common.mk (enc/unicode/casefold.h): add dependency and update by
incs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
08:29 AM Revision bf2ddb57 (git): * 2016-06-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:29 AM Revision d1daf466 (git): Get rid of downloading Unicode data
* common.mk (lib/unicode_normalize/tables.rb): should not depend
on Unicode data files unless ALWAYS_UPDATE_UNICODE...
nobu (Nobuyoshi Nakada)
07:25 AM Feature #12513 (Closed): Update Unicode data to Unicode Version 9.0
Unicode 9.0 was just published yesterday (see
http://blog.unicode.org/2016/06/announcing-unicode-standard-version-9...
duerst (Martin Dürst)
12:18 AM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
CF: https://github.com/rails/rails/pull/15819
I believe no one is against the feature itself.
shyouhei (Shyouhei Urabe)
 

Also available in: Atom