Activity
From 08/26/2015 to 09/01/2015
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:37 AM Revision 7ef01f83 (git): * test/thread/test_queue.rb: catch up last commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
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:17 AM Revision c37c67ce (git): * thread_sync.c (queue_do_close): ignore multiple close to allow
- multiple producers.
https://bugs.ruby-lang.org/issues/10600#note-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
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:09 AM Revision 09b42250 (git): * 2015-09-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 AM Revision dcf6ac49 (git): * thread_tools.c: rename thread_tools.c to thread_sync.c.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
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()... - 08:08 AM Revision 16e86cdf (git): * 2015-08-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:07 AM Revision 15e48288 (git): * class.c (move_refined_method): should insert a write barrier
- from an original class to a created (cloned) method entry.
* test/ruby/test_refinement.rb: add a test.
git-svn-id:... -
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 `#... -
08:32 AM Revision c16523e6 (git): encoding.c: fix document [ci skip]
- * encoding.c (rb_enc_unicode_p): fix document. predicate
functions may return non-zero values other than 1 as true... -
07:15 AM Revision 822c3999 (git): test_win32ole_event.rb: skip message
- * test/win32ole/test_win32ole_event.rb (exec_notification_query_async):
add skip message.
git-svn-id: svn+ssh://ci... -
06:46 AM Revision e7d578bf (git): test_win32ole_event.rb: skip 80041008
- * test/win32ole/test_win32ole_event.rb (exec_notification_query_async):
skip error with OLE error code:80041008, wh... -
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... -
02:34 AM Revision 9507c92d (git): ChangeLog: table name
- * ChangeLog: the table name instead of the table type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51724 b2dd0...
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 ... - 05:45 PM Revision 946edb8c (git): * 2015-08-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:45 PM Revision 801e1fe4 (git): * ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 support
- if the SSL library supports it. Thanks Kurt Roeckx <[email protected]>
[Bug #11376]
* ext/openssl/extconf.rb: check ... -
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!
-
05:19 AM Revision c5b0dc63 (git): test_pathname.rb: fix exception
- * test/pathname/test_pathname.rb (has_symlink): now raises ENOENT
instead of TypeError when symlink is available.
... - 01:25 AM Revision 123a1e3c (git): * 2015-08-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:25 AM Revision 8879d73f (git): test: try File.symlink with invalid paths
- * test (have_symlink?): try File.symlink with invalid paths to
test the administrator privilege, nil just raises an...
08/28/2015
-
11:27 PM Bug #11494: Attempting to compile a static ruby 2.2.3 - build failure
- The other ruby I am using right now I have compiled from source as well,
but not in a static variant.
It works wi... -
11:26 PM Bug #11494 (Closed): Attempting to compile a static ruby 2.2.3 - build failure
- Hello,
I would like to report a bug trying to compile ruby-2.2.3.
The URL from which I obtained this ruby is th... -
05:10 PM Bug #11492: TracePoint API report extra return for defined method
- David Rodríguez wrote:
> Oleg, could you link to the original report where you found this out? I'd like to know what... -
04:46 PM Bug #11492: TracePoint API report extra return for defined method
- Oleg, could you link to the original report where you found this out? I'd like to know what kind of bug reports to ex...
-
01:21 AM Bug #11492 (Closed): TracePoint API report extra return for defined method
- Applied in changeset r51713.
----------
* vm.c (hook_before_rewind): prevent kicking :return event while
finishing... -
12:53 AM Bug #11492 (Assigned): TracePoint API report extra return for defined method
-
02:53 PM Feature #11491: Add descriptive methods to Method & UnboundMethod
- Myron Marston wrote:
> I think it would make more sense to add a `#singleton_method?` predicate. While every method... -
02:52 PM Feature #11491: Add descriptive methods to Method & UnboundMethod
- Nobuyoshi Nakada wrote:
> Benoit Daloze wrote:
> > So I propose #origin, which goes well along #owner.
>
> How d... -
10:40 AM Feature #11491 (Feedback): Add descriptive methods to Method & UnboundMethod
- Benoit Daloze wrote:
> So I propose #origin, which goes well along #owner.
How does it differ than `#owner`?
A... -
08:47 AM Feature #11491: Add descriptive methods to Method & UnboundMethod
- #receiver is not ideal since it has a different meaning for Method ("receiver type" is more what we want).
In JRuby ... -
01:29 PM Bug #11376: Stop using SSLv3 methods
- Kurt Roeckx wrote:
> Is there any ETA of when I can expect this to be resolved? Do you need some help or more info?... -
11:48 AM Revision 754b3342 (git): file.c: syserr_fail2_in
- * file.c (syserr_fail2_in): pass errno from callers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51718 b2dd03c... -
11:35 AM Revision d93855e6 (git): win32.c: suppress warnings
- * win32/win32.c (fchmod): put braces to suppress missing-braces
warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
11:34 AM Revision b0729007 (git): win32.c: suppress warnings
- * win32/win32.c (wrename): fix type of attributes to suppress
warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
07:19 AM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
- I'm positive to revert the change at r45640.
-
04:17 AM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
- Assume /usr/lib has librubyA and libfooB, and /home/someone/local/lib has libfooA. I think early-libdir.patch makes m...
-
07:05 AM Revision 94c5f5a7 (git): * lib/rdoc/*: Update rdoc master(cfffed5)
- https://github.com/rdoc/rdoc/pull/337
https://github.com/rdoc/rdoc/pull/367
git-svn-id: svn+ssh://ci.ruby-lang.org... -
06:22 AM Bug #11493 (Rejected): IRB/Ruby completely exits when attempting to use NoMethodError exception in BasicObject
- # Summary
Was playing around with BasicObject to implement my own undefined method message and found this issue in... -
01:36 AM Feature #8976: file-scope freeze_string directive
- Here you can see more information about the actual effect of frozen string on Ruby on Rails https://github.com/rails/...
-
01:24 AM Revision 5dfc455b (git): test: File.symlink needs administrator privilege
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 AM Revision 868c98dc (git): * vm.c (hook_before_rewind): prevent kicking :return event while
- finishing vm_exec func because invoke_block_from_c() kick a :return
event for bmethods.
[Bug #11492]
* test/ruby/...
08/27/2015
-
09:10 PM Bug #11490: Allocation tracer sometimes attributes allocations to the wrong source file/line
- Thinking about it more, it seems my original hunch is *probably* correct: when loading/parsing/evaluating the file, t...
-
07:42 AM Bug #11490: Allocation tracer sometimes attributes allocations to the wrong source file/line
- Related: when the allocation tracer is trying to blame the `Kernel#require` monkey patch, the line number appears to ...
-
07:38 AM Bug #11490 (Closed): Allocation tracer sometimes attributes allocations to the wrong source file/line
- See the reproduction script in https://gist.github.com/chancancode/dc175e702c02cdfa5ffb
This was originally brough... -
07:53 PM Feature #11491: Add descriptive methods to Method & UnboundMethod
- I think that `Method#instance_method?` and `UnboundMethod#instance_method?` would be very confusing, because my menta...
-
07:05 PM Feature #11491 (Rejected): Add descriptive methods to Method & UnboundMethod
- (Using Ruby Version 2.2.2)
I would like Method and Unbound Method to provide methods to provide the following addi... - 07:50 PM Revision 0277e7e8 (git): * 2015-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:50 PM Revision c56dd7fd (git): unicode.c: no st.h
- * enc/unicode.c: no longer use st.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51711 b2dd03c8-39d4-4d8f-98ff... -
07:49 PM Revision 8b9ad9d6 (git): oniguruma.h: constify
- * include/ruby/oniguruma.h (OnigEncodingTypeST): constify
property_name_to_ctype arguments.
git-svn-id: svn+ssh://... -
07:48 PM Bug #11492: TracePoint API report extra return for defined method
- MRI 2.2.3 introduced problem with TracePoint events.
For the provided test it reports extra return event for method1... -
07:44 PM Bug #11492 (Closed): TracePoint API report extra return for defined method
- ~~~ruby
class A
define_method "method1" do
# puts "#{method_name}(#{arg})"
return 1
end
end
a = ... -
05:19 PM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
- attached diff (early-libdir.patch) works well for my case... but I can't determine this is correct fix. If it's okay ...
-
04:37 PM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
- Hit a problem as @knu said: https://github.com/brianmario/mysql2/issues/657
-
09:05 AM Revision 2ded8d06 (git): * lib/webrick/server.rb: use IO::NULL instead of '/dev/null'
- * test/ruby/test_string.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51709 b2dd03c8-39d4-4d8f-98ff-8... -
07:07 AM Revision a20929cb (git): Revert "try to run travis without sudo to run in container"
- This reverts commit r51705, r51706.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51708 b2dd03c8-39d4-4d8f-98ff-... -
06:25 AM Revision d995d98a (git): * compile.c (iseq_set_sequence): rename variable names
- to make it readable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:18 AM Revision 5ac1f654 (git): migrate to travis new infrastructure
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:01 AM Bug #11489: XMLRPC client cannot alter SSL options for _async calls
- e.g. if you do
xmlrpc_client.http.ca_file = @options[:ca_file]
Then `xmlrpc_client.call(...)` will work b... -
05:50 AM Revision 2dd198a3 (git): try to run travis without sudo to run in container
- http://docs.travis-ci.com/user/migrating-from-legacy/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51705 b2dd03... -
05:33 AM Feature #10600: [PATCH] Queue#close
- Hello,
I'm interested in this topic.
I have some opinions about API design.
I'd like to specify the object to be... -
04:36 AM Feature #8437: custom operators, unicode
- Matthew Kerwin wrote:
> Neither for nor against this idea at the moment,
Same here.
> but which "math operat... -
04:01 AM Revision 262b1021 (git): win32.c: fchmod
- * win32/win32.c (fchmod): implement by using
SetFileInformationByHandle.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
03:58 AM Revision a2da0f7e (git): win32.c: get attributes and VSN at once
- * win32/win32.c (wrename): get attributes and VSN at once for each
path names.
git-svn-id: svn+ssh://ci.ruby-lang.... -
03:57 AM Revision f64d6357 (git): win32.c: open_special
- * win32/win32.c (open_special): extract to open existing file with
backup semantics.
git-svn-id: svn+ssh://ci.ruby... -
01:03 AM Revision dc05dfd4 (git): file.c: fix messages
- * file.c (sys_fail2): show method function names but not
"sys_fail2".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
08/26/2015
-
11:19 PM Feature #10600 (Assigned): [PATCH] Queue#close
- I committed r51699 to try Queue#close.
I changed proposed behavior:
* #close(token=nil) -> #close(exception=fal... -
10:59 PM Feature #10600 (Closed): [PATCH] Queue#close
- Applied in changeset r51699.
----------
* thread_tools.c: add Queue#close(exception=false) and
SizedQueue#close(ex... - 11:00 PM Revision 8bf9687e (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:59 PM Revision fd7ac9f3 (git): * thread_tools.c: add Queue#close(exception=false) and
- SizedQueue#close(exception=false).
[Feature #10600]
Trying to deq from a closed empty queue return nil
if excep... -
10:55 PM Feature #8437: custom operators, unicode
- There have been comments on this feature request.
I'd like to suggest that the unicode symbols from:
Mathemati... -
10:26 PM Bug #11489 (Closed): XMLRPC client cannot alter SSL options for _async calls
- In relation to #8461
It's now easy to set SSL options like `ca_path` but doing an `_async` call creates a new connec... -
05:24 PM Revision b79d7910 (git): win32.c: use backslashes
- * win32/win32.c (w32_symlink): must use backslashes instead of
slashes.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
04:22 PM Revision 8504c817 (git): win32.c: ELOOP at wrename
- * win32/win32.c (wrename): fail with ELOOP if failed to resolve
the old path name.
git-svn-id: svn+ssh://ci.ruby-l... -
04:05 PM Revision 74842faf (git): fileutils.rb: fix rename_cannot_overwrite_file
- * lib/fileutils.rb (rename_cannot_overwrite_file): File.rename on
cygwin and mswin/mingw can overwrite the destinat... - 04:02 PM Revision 88872832 (git): * 2015-08-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 PM Revision a25de2c6 (git): win32.c: fix return value of reparse_symlink
- * win32/win32.c (reparse_symlink): return raw Windows error code
since r51676.
git-svn-id: svn+ssh://ci.ruby-lang.... -
02:49 PM Revision 499120ad (git): test_pathname.rb: skip EACCES
- * test/pathname/test_pathname.rb (test_realpath): skip EACCES if
changing mode of a directory may have no effect.
... -
02:46 PM Revision 91f5ee89 (git): win32.c: unlink symlinkd
- * win32/win32.c (wunlink): SYMLINKD has to be removed as a
directory but not a file.
git-svn-id: svn+ssh://ci.ruby... -
02:12 PM Revision 14ae6199 (git): win32.c: fix for old platforms
- * win32/win32.c (open_dir_handle): fix for old platforms where
GetFinalPathNameByHandleW is not supported.
git-svn... -
09:29 AM Feature #11473: Immutable String literal in Ruby 3
- Akira Tanaka wrote:
> This issue tries to solve more than performance.
> As Matsuda-san explained, it solves a so... -
08:11 AM Revision e0cc69b7 (git): test_fileutils.rb: improve my_rm_rf
- * test/fileutils/test_fileutils.rb (my_rm_rf): get rid of special
chars and remove by rmdir on Windows.
git-svn-id... -
08:11 AM Revision 8e6259e0 (git): win32.c: find by final path
- * win32/win32.c (open_dir_handle): find by final path name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51689 ... -
06:53 AM Revision dd67521b (git): win32.c: ELOOP by _wopen
- * win32/win32.c (rb_w32_wopen): map the exact error for ELOOP when
EINVAL is returned by _wopen of vc runtime.
git... -
06:40 AM Bug #11488: String#index and #include? broken for wide encodings
- This is introduced at r51470 for #11413 and it's backported into `ruby_2_1` and `ruby_2_2`.
-
01:52 AM Bug #11488 (Closed): String#index and #include? broken for wide encodings
- Applied in changeset r51685.
----------
re.c: fix wchar match at EOS
* re.c (rb_memsearch_wchar, rb_memsearch_qchar... -
05:21 AM Revision 597da7b2 (git): win32.c: fake lchown
- * win32/win32.c (lchown, rb_w32_ulchown): fake lchown.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51687 b2dd0... -
04:47 AM Revision f4b66d24 (git): win32.c: ELOOP
- * win32/win32.c (errmap): map ERROR_CANT_RESOLVE_FILENAME to
ELOOP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
01:52 AM Revision 5ce4bfc9 (git): re.c: fix wchar match at EOS
- * re.c (rb_memsearch_wchar, rb_memsearch_qchar): test matching
till the end of string. [ruby-core:70592] [Bug #114... -
01:21 AM Revision e2803efc (git): symbol.c: suppress warnings
- * symbol.c (rb_id_serial_to_id): suppress unused-function warnings
where ID_TABLE_IMPL is 0, 1, or 11.
git-svn-id:... -
01:20 AM Revision a3b9b987 (git): id_table.c: aliases
- * id_table.c (IMPL_TYPE, IMPL_VOID): make aliases if supported on
the platform.
git-svn-id: svn+ssh://ci.ruby-lang... -
12:47 AM Revision 38cfb957 (git): id_table.h: callback function types
- * id_table.h (rb_id_table_foreach_func_t): define callback
function type for rb_id_table_foreach().
* id_table.h (... -
12:46 AM Revision 86fd28d1 (git): id_table.c: adjust indent
- * id_table.c (list_table_extend, fix_empty): adjust indent.
(hash_id_table_foreach_values): ditto.
git-svn-id: svn... -
12:46 AM Revision f92ed194 (git): id_table.c: constify
- * id_table.c (find_empty): constify static data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51680 b2dd03c8-39... -
12:26 AM Bug #11487 (Closed): id_table.c compile error by fcc on Solaris 10
- Applied in changeset r51678.
----------
id_table.c: fix for C89 compilers
* id_table.c (list_table_extend, hash_tab... - 12:26 AM Revision ec471f7d (git): * 2015-08-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:26 AM Revision 341c84ed (git): id_table.c: fix for C89 compilers
- * id_table.c (list_table_extend, hash_table_extend): remove C99
features. [ruby-dev:49239] [Bug #11487]
git-svn-i...
Also available in: Atom