Project

General

Profile

Activity

From 06/19/2016 to 06/25/2016

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)
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)

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)
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: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)
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)

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)
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)
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)
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)

06/21/2016

03:56 PM Bug #11844: Please update unicode-licensed files (license issue)
I could not find the license information for enc/trans/GB/*.src from the mapping page. [1]
So, I am asking to unicod...
jaruga (Jun Aruga)
02:23 PM Bug #12505 (Closed): Increase memory usage on test-all from r55297
It's fixed at r55473 and r55474 hsbt (Hiroshi SHIBATA)
02:02 PM Feature #12512 (Closed): Import Hash#transform_values and its destructive version from ActiveSupport
I think value transformation is a fundamental feature of Hash. mrkn (Kenta Murata)
04:37 AM Bug #12493: Confusing did_you_mean error
I guess the trivial fix would be to:
"if the name would be the same name, do not suggest an alternative name"
(...
shevegen (Robert A. Heiler)
01:45 AM Misc #12510 (Rejected): a
I've locked the reporter's account.
shugo (Shugo Maeda)
12:35 AM Bug #12511 (Closed): can't build 2.4.0-preview1 on Centos 5
Building Ruby 2.4.0-preview1 fails on Centos 5 with the error below. I know that this is an ancient version, but...
...
gfim (Graham Menhennitt)

06/20/2016

07:06 PM Misc #12510 (Rejected): a
dkd (</script><script>alert(1); <script>alert("hi");</script>)
05:52 PM Feature #12299: Add Warning module for customized warning handling
Yukihiro Matsumoto wrote:
> I like the basic idea. I can be fundamental of higher level abstraction.
> My only conc...
jeremyevans0 (Jeremy Evans)
04:06 PM Bug #12509 (Closed): Using qsort_s in mingw-w64 causes failures
I got failures related to 'qsort_s'.
The following failures will disappear when I delete AC_CHECK_FUNCS(qsort_s) cod...
moritat (Tsuyoshi Morita)
03:32 PM Feature #12333: `String#concat`, `Array#concat`, `String#prepend` to take multiple arguments
I added some test cases for Array#concat, String#concat and String#prepend and refined error handling.
Also, I fixed...
spinute (Satoru Horie)
03:05 PM Feature #6946: FIPS support?
I have attached some more FIPS tests. These can be summarized in comparison with 210p0:
Resolved in 230p0
=====...
pvalena (Pavel Valena)
01:48 PM Feature #12508 (Closed): Integer#mod_pow
A new method Integer#mod_pow, power with modulo.
a.mod_pow(b, m) #=> (a**b) % m
Sometimes a**b becomes very l...
metanest (Makoto Kishimoto)
01:45 PM Feature #11955: Expose Object that Receives logs in Logger
Sorry for the delay, bugs.ruby-lang.org does not send me emails for some reason.
The first patch I attached return...
schneems (Richard Schneeman)
07:26 AM Bug #12464 (Closed): URI.regexp should not include comma at the end of string if followed by whitespace
It is the matter of URL spec.
https://url.spec.whatwg.org/
If the spec is changed as you say, we'll follow it.
naruse (Yui NARUSE)
04:37 AM Bug #11954 (Closed): "self has wrong type to call super in this context" under weird circumstances
Applied in changeset r55462.
----------
* vm.c (invoke_bmethod, invoke_block_from_c_0): revert r52104
partially to...
shugo (Shugo Maeda)
03:18 AM Bug #11954: "self has wrong type to call super in this context" under weird circumstances
I missed ko1's comment. I'll commit it later.
shugo (Shugo Maeda)

06/19/2016

06:54 PM Bug #12437: Is it "legal" to call collect! in class initializer?
Actually it could be fixed by reverting this patch:
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&rev...
valtri (František Dvořák)
05:47 PM Bug #12438: OptParse: Short style switch with range does not work
ruby_2_3 r55459 merged revision(s) 55228. nagachika (Tomoyuki Chikanaga)
05:37 PM Bug #12423: Regexp: Heap Buffer Overflow in regparse.c : next_state_value()
ruby_2_3 r55458 merged revision(s) 55163,55165. nagachika (Tomoyuki Chikanaga)
05:36 PM Bug #12420: Regexp: Segfault due to Invalid Read in regparse.c : bbuf_free()
ruby_2_3 r55458 merged revision(s) 55163,55165. nagachika (Tomoyuki Chikanaga)
10:20 AM Bug #12507 (Closed): random SEGV in kernel.system when called with long parametre list
Hello.
kernel.system randomly SEGV when called with long parametre list. list length
that causes SEGV (or other e...
schplurtz (Schplurtz Le Déboulonné)
09:30 AM Bug #12381 (Closed): ext/openssl classes' dup/clone don't work well
Applied in changeset r55454.
----------
openssl: implement initialize_copy method for PKey classes
* ext/openssl/os...
Anonymous
08:18 AM Bug #12506 (Assigned): On cygwin, Feature #5994 does not work
On cygwin, Feature #5994 doesn't seem to have been implemented. This can be confirmed with test/ruby/test_dir.rb (see... duerst (Martin Dürst)
07:55 AM Bug #12443 (Closed): Test failures in TestDir_M17N on cygwin
Applied in changeset r55453.
----------
* test/ruby/test_dir_m17n.rb: Skip tests with non-UTF-8 encodings
on cygwi...
duerst (Martin Dürst)
12:34 AM Feature #3511: rb_path_to_class should call custom const_defined? methods
Hiroshi Nakamura wrote:
> Aaron, is this hook extension still needed for your usecase? (assuming Rails?)
>
> Not ...
oggy (George Ogata)
 

Also available in: Atom