Project

General

Profile

Activity

From 08/29/2015 to 09/04/2015

09/04/2015

11:30 PM Bug #11508: Hash#eql? does not respect hash ordering
New ticket for a new method, please. nobu (Nobuyoshi Nakada)
11:29 PM Bug #11508 (Closed): Hash#eql? does not respect hash ordering
Applied in changeset r51763.
----------
hash.c: [DOC] orders do not matter [ci skip]
* hash.c (rb_hash_equal, rb_ha...
nobu (Nobuyoshi Nakada)
09:12 PM Bug #11508: Hash#eql? does not respect hash ordering
ruby5 -> ruby3
maybe we should try it in rails support first.
eike.rb (Eike Dierks)
09:07 PM Bug #11508 (Closed): Hash#eql? does not respect hash ordering
~~~ruby
{a:1,b:2}.eql?({b:2,a:1})
=> true
~~~
The `eql?` (aka `==`) operator on hashes does not compare the ord...
eike.rb (Eike Dierks)
09:47 AM Feature #11507 (Open): Net::HTTP should use TCP_CORK or TCP_NOPUSH to avoid fragmenting packets
I discovered while implementing a soap client against a badly implemented http server that for sending a 723 bytes, N... canatella (Damien Merenne)
07:48 AM Bug #11506 (Closed): Changed behavior of URI.unescape between 2.1.5 and 2.2.3
Changed behavior of URI.unescape between 2.1.5 and 2.2.3. Why?
Is this change intended or not?
It breaks my app...
okkez (okkez _)

09/03/2015

06:43 PM Feature #11505 (Rejected): Module#=== should call #kind_of? on the object rather than rb_obj_is_kind_of which only searches the ancestor heirarchy
In trying to implement a Decorator pattern which wraps Hashes and/or Arrays, I would like case equality to work such ... lamont (Lamont Granquist)
03:41 PM Bug #11486: euc-jpな文字列に対してgsubするとSEGVします
code_to_mbc() が ONIGERR_INVALID_CODE_POINT_VALUE を返し、
mbc_case_fold() がそれをエラーコードと判断せずそのままポインタに加算してしまっているようでした。
そも...
wanabe (_ wanabe)
01:08 PM Feature #10600: [PATCH] Queue#close
Sorry I didn't reply earlier, it's been a while since I checked this list.
I think ClosedQueueError < StopIteratio...
djellemah (John Anderson)
11:24 AM Bug #11504 (Rejected): ruby 1.9.3p194 segfault on debian stable 7.x
1) I setup OpenStreetMap API-server: https://github.com/openstreetmap/openstreetmap-website
2) start with debug (It ...
progserega (Сергей Семёнов)

09/02/2015

02:12 PM Bug #11503 (Closed): Segmentation fault at 0x00000000000094
/home/nisevi/.rbenv/versions/2.1.6/lib/ruby/2.1.0/x86_64-linux/readline.so: [BUG] Segmentation fault at 0x00000000000... nisevi (Nicolas Sebastian)
08:03 AM Bug #11502 (Closed): Ruby segmentation fault
2015-09-02 00:55:51.144 ruby[2259:6381621] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on ... mtolton (Matt Tolton)
06:24 AM Bug #11501 (Closed): About priority of a hash element when using {**hash1, **hash2} literal
When creating a new hash using { **hash1, **hash2 } literal,
there are different behaviors between 2.2.0 or later an...
studio3104 (Satoshi SUZUKI)

09/01/2015

11:26 PM Bug #11499 (Rejected): ruby/2.0.0/gems/json-1.8.1/lib/json/ext/parser.bundle: [BUG] Segmentation fault ruby
I bet it is caused by loading an extension library linked against different libruby, most probably `/usr/lib/libruby.... nobu (Nobuyoshi Nakada)
02:20 PM Bug #11499 (Rejected): ruby/2.0.0/gems/json-1.8.1/lib/json/ext/parser.bundle: [BUG] Segmentation fault ruby
Not sure what happened here after my Yosemite install, but the server won't start and is continuing to throw a segmen... [email protected] (peter dunbar)
10:00 PM Feature #11500 (Open): [RFC] rename Queue to UnboundedQueue
Then deprecate and warn on usage of "Queue"
Or maybe even call the new one "UnsafeQueue" :)
I think the name "Q...
normalperson (Eric Wong)
09:43 AM Feature #11476: Methods defined in Refinements cannot be called via send
Aah, I'm sorry that I missed that part of the documentation.
But indeed I felt the behaviour weird while using the f...
matsuda (Akira Matsuda)
09:35 AM Feature #10600: [PATCH] Queue#close
> At last, if you can set counter to Queue#close really close the Queue, it easy to write multiple producer pattern. ... ko1 (Koichi Sasada)
09:12 AM Feature #11348: TracePoint API needs events for fiber's switching
Koichi Sasada wrote:
> > f1.resume # stopped at the line
> > f1.resume # want to stop here after step over
>
> O...
os97673 (Oleg Sukhodolsky)
08:57 AM Feature #11348: TracePoint API needs events for fiber's switching
> f1.resume # stopped at the line
> f1.resume # want to stop here after step over
Only for this purpose, how abou...
ko1 (Koichi Sasada)
09:11 AM Feature #11498 (Closed): Kernel#loop: return the "result" value of StopIteration
Kernel#loop wraps use of Enumerator rescuing StopIteration raised by Enumerator#next, but it does not provide access ... knu (Akinori MUSHA)
09:03 AM Bug #11271: TestObjSpace#test_trace_object_allocations_start_stop_clear occasional failure
そのようにしてもらってもよろしいでしょうか。 ko1 (Koichi Sasada)
09:02 AM Bug #11490 (Feedback): Allocation tracer sometimes attributes allocations to the wrong source file/line
I don't think "(VM internal):0" is useful.
ko1 (Koichi Sasada)

08/31/2015

02:05 PM Bug #11497 (Closed): add Write Barrier in refined method entry move (fixed at r51728)
このチケットはバックポート管理用です。
trunk では r51728 で write barrier が追加されました。
ruby_2_1, ruby_2_2 では trunk の move_refined_method()...
nagachika (Tomoyuki Chikanaga)
04:08 AM Bug #11496 (Closed): Mutex#synchronize testing code should be data race.
Current Mutex#synchronize testing code is not to fail every time if not use Mutex#synchronize.
~~~ruby
100.times ...
ksss (Yuki Kurihara)
03:39 AM Bug #10803: Similar issue/stack trace as above in 2.1.5, 2.1.6
Seems ok to close to me, we haven't been able to consistently reproduce it and refactored the code. Did not have a ch... joemerante (Joe Merante)

08/30/2015

08:51 PM Feature #11491 (Rejected): Add descriptive methods to Method & UnboundMethod
I see, I tried with 2.2.2 which would not allow #bind in that case.
I'll close this then as both use cases have be...
Eregon (Benoit Daloze)
09:05 AM Feature #11491: Add descriptive methods to Method & UnboundMethod
Benoit Daloze wrote:
> > > So I propose #origin, which goes well along #owner.
> >
> > How does it differ than `#...
nobu (Nobuyoshi Nakada)
03:05 AM Feature #8437: custom operators, unicode
Eike Dierks wrote:
> I suggest to modify the parser to accept all operators from the unicode operator plane,
> as t...
nobu (Nobuyoshi Nakada)

08/29/2015

11:05 PM Bug #11495: [Documentation] Please improve documentation for Regexp.new() and clarify the 3 argument call
The current examples are:
r1 = Regexp.new('^a-z+:\s+\w+') #=> /^a-z+:\s+\w+/
r2 = Regexp.new('cat', true)...
shevegen (Robert A. Heiler)
11:04 PM Bug #11495 (Closed): [Documentation] Please improve documentation for Regexp.new() and clarify the 3 argument call
Hello,
The documentation at Regepx.new here:
http://ruby-doc.org/core-2.2.3/Regexp.html#method-c-new
It ...
shevegen (Robert A. Heiler)
05:45 PM Bug #11376 (Closed): Stop using SSLv3 methods
Applied in changeset r51722.
----------
* ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 support
if ...
Anonymous
02:22 PM Feature #11476 (Assigned): Methods defined in Refinements cannot be called via send
It's an intended behavior that Kernel#send ignores refinements as described at https://bugs.ruby-lang.org/projects/ru... shugo (Shugo Maeda)
01:04 PM Bug #11119: Anonymous classes and modules have terrible #name and #inspect performance
The way I do it in JRuby+Truffle is by lazily associating names when constants are assigned.
Then "name" the value i...
Eregon (Benoit Daloze)
12:33 PM Bug #11492: TracePoint API report extra return for defined method
Reporter of original bug confirmed that ruby-head does fix the problem. os97673 (Oleg Sukhodolsky)
10:24 AM Bug #11492: TracePoint API report extra return for defined method
Thanks! deivid (David Rodríguez)
 

Also available in: Atom