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.
-
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... -
09:12 PM Bug #11508: Hash#eql? does not respect hash ordering
- ruby5 -> ruby3
maybe we should try it in rails support first. -
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... -
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...
-
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...
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 ...
-
03:41 PM Bug #11486: euc-jpな文字列に対してgsubするとSEGVします
- code_to_mbc() が ONIGERR_INVALID_CODE_POINT_VALUE を返し、
mbc_case_fold() がそれをエラーコードと判断せずそのままポインタに加算してしまっているようでした。
そも... -
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... -
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 ...
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...
-
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 ...
-
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...
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....
-
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...
-
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... -
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... -
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. ...
-
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... -
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... -
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 ...
-
09:03 AM Bug #11271: TestObjSpace#test_trace_object_allocations_start_stop_clear occasional failure
- そのようにしてもらってもよろしいでしょうか。
-
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.
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()... -
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 ... -
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...
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... -
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 `#... -
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...
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)... -
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 ... -
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 ... -
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...
-
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... -
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.
-
10:24 AM Bug #11492: TracePoint API report extra return for defined method
- Thanks!
Also available in: Atom