Activity
From 03/17/2018 to 03/23/2018
03/23/2018
-
08:16 PM Feature #14594: Rethink yield_self's name
- > Why not use `map`
```ruby
paragraphs
.map { something }
.reject { something }
.yield_self { |ps| exter... -
08:08 PM Feature #14594: Rethink yield_self's name
- I also agree `yield_self` isn't the best name but I'm also skeptical of `then`. Why not use `map`, which we already h...
-
07:48 PM Feature #14625: yield_self accepts an argument, calling to_proc
- I can't answer all questions zverok posed but in regards to:
```ruby
.yield_self(method :filter2)
```
versus
... -
08:41 AM Feature #14625: yield_self accepts an argument, calling to_proc
Question 1. How is this (proposed):
```ruby
result = collection
.yield_self(method :filter1)
.yield_self(...-
08:04 AM Feature #14625 (Open): yield_self accepts an argument, calling to_proc
- Currently, yield_self doesn't accept any argument other than a block.
But there are situations where I would like ... -
05:01 PM Bug #14627 (Closed): class_eval "def foo(N:)\n end" regression
- Ruby crashes with a segfault in case of `class_eval` defining method with a keyword starts with a capital letter. It ...
-
12:43 PM Bug #13994: Socket.getnameinfo が NUL終端文字列を期待している
- ruby_2_4 r62904 merged revision(s) 60162.
-
12:42 PM Revision 206a7980 (git): merge revision(s) 60162: [Backport #13994]
- socket.c: null byte at Socket.getnameinfo
* ext/socket/socket.c (sock_s_getnameinfo): check null byte.
... -
12:04 PM Bug #14557: rubyコマンド引数にファイルを渡す際, プロセス置換を使用するとエラー
- ruby_2_4 r62903 merged revision(s) 62607.
-
12:03 PM Revision f40c6377 (git): merge revision(s) 62607: [Backport #14557]
- file.c: realpath on special symlink
* file.c (realpath_rec): fallback to symlink path when it is
a... -
09:22 AM Feature #14624: #{nil} allocates a fresh empty string each time
- i have a problem with that, what if someone might do:
~~~ ruby
x = obj.to_s
x << obj2.to_s
~~~
then it might... -
03:49 AM Feature #14624 (Open): #{nil} allocates a fresh empty string each time
- This causes a bunch of unnecessary string allocations in the following scenario: `"#{'rails' unless boolean_condition...
-
09:12 AM Bug #14626: One failing test on trunk 58fbe69a5b and OSX
- I will follow this guide http://engineering.appfolio.com/appfolio-engineering/2016/6/7/git-bisect-to-find-a-ruby-regr...
-
08:45 AM Bug #14626 (Closed): One failing test on trunk 58fbe69a5b and OSX
- I'm using ruby/trunk on 58fbe69a5b. When I run *make test-all TESTS='rubygems/test_require.rb'*
~~~ text
Run opti... -
06:21 AM Bug #14596: Ruby master is broken with bootsnap
- https://github.com/Shopify/bootsnap/issues/145
-
06:18 AM Bug #14596: Ruby master is broken with bootsnap
- https://github.com/ruby/ruby/commit/f3fbf1dfadea80646c68719d439da699d527b0dc
```bash
$ rails s
/Users/fudoshiki/... -
01:09 AM Revision f3fbf1df (git): parse.y: k_else in bodystmt
- * parse.y (bodystmt): expand opt_else to show the error message at
the right place.
git-svn-id: svn+ssh://ci.ruby-... -
12:40 AM Revision 140512d2 (git): parse.y: else without rescue
- * parse.y (bodystmt): [EXPERIMENTAL] make `else` without `rescue`
a syntax error. [DevelopersMeeting20180315Japan]...
03/22/2018
-
09:03 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- This seems to be the number one time-wasters in my project (metasploit-framework), where nobody can agree if we shoul...
-
04:44 PM Bug #13239: Bug with "special exceptions" when they are thrown in context of a rescue clause.
- Obviously, 2.2 changes are soon to be stopped.
Recently in Puma, Travis was changed from 2.2.8 to 2.2.9, and in co... - 04:05 PM Revision 631272ff (git): * 2018-03-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 PM Revision e852f9d6 (git): test_exception.rb: assertions with Exception.to_tty?
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:01 PM Revision 9d091c85 (git): sample/timeout.rb: Remove unnecessary increment [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 AM Revision 234a3045 (git): set UTF-8 if given URI string is ASCII
- Now URI is normally UTF-8, and US-ASCII URI string is considered as
escaped a UTF-8 string.
https://github.com/rails/... -
11:18 AM Bug #14363: each_grapheme_cluster.size returns the wrong size
- ruby_2_5 r62896 merged revision(s) 62892,62893.
-
06:59 AM Bug #14363 (Closed): each_grapheme_cluster.size returns the wrong size
- Applied in changeset trunk|r62892.
----------
fix each_grapheme_cluster's size [Bug #14363]
From: Hugo Peixoto... -
11:18 AM Revision c40df5a7 (git): merge revision(s) 62892,62893: [Backport #14363]
- fix each_grapheme_cluster's size [Bug #14363]
From: Hugo Peixoto <[email protected]>
Factor ou... -
10:02 AM Revision 06e42980 (git): teenyup
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@62895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:26 AM Bug #14324 (Closed): Should Exception#full_message include escape sequences?
- Applied in changeset trunk|r62894.
----------
error.c: full_message options
* error.c (exc_full_message): add highl... -
08:26 AM Revision b9881083 (git): error.c: full_message options
- * error.c (exc_full_message): add highlight: and reverse: keyword
options. [Bug #14324]
git-svn-id: svn+ssh://ci.... -
07:58 AM Revision 42f1b589 (git): Factor out get_reg_grapheme_cluster
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:58 AM Revision 41b2ef46 (git): fix each_grapheme_cluster's size [Bug #14363]
- From: Hugo Peixoto <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62892 b2dd03c8-39d4-4d... -
07:58 AM Revision 6e0f5b84 (git): Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"
- This reverts commit r62887.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62891 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
07:00 AM Bug #14380: Expected transform_keys! to work just as transform_keys, but it doesn't
- ruby_2_5 r62889 merged revision(s) 62042,62044.
- 07:00 AM Revision 9e11d394 (git): * 2018-03-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@62890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:00 AM Revision 54717626 (git): merge revision(s) 62042,62044: [Backport #14380]
- hash.c: support key swapping in Hash#transform_keys!
* hash.c (rb_hash_transform_keys_bang): support key swa... -
06:59 AM Revision 613decd0 (git): each_grapheme_cluster shouldn't return size [Bug #14363]
- From: Stefan Schüßler <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62888 b2dd03c8-39... -
06:47 AM Revision 721b55d7 (git): parse.y: reorder in the place
- * parse.y (new_args_tail): reorder required and optional keyword
argument variable IDs in the place.
git-svn-id: s... - 06:38 AM Revision 889afb8b (git): merge revision(s) 57081:
- Removed the obstacle to running test-all with VC14.
* test/fiddle/test_import.rb (LIBC.fprintf): VC14's `fpr... - 03:33 AM Revision c2fdfb05 (git): merge https://github.com/ruby/openssl/commit/3af2635f117f8da563d180bc1c58702aecb16e0c
- patched by Kazuki Yamaguchi <[email protected]>
bio: prevent possible GC issue in ossl_obj2bio()
Prevent the... - 02:28 AM Revision 85ddcb93 (git): merge revision(s) 54737,54740,55792: [Backport #14623]
- Support MSVC14 and 15 [Bug #11118]
Search _pioinfo which is not exported after MSVC14.
[Bug #12014] ... -
01:29 AM Bug #14623 (Closed): backport r54737, r54740 and r55792
- バックポート管理用チケットです。
-
12:40 AM Misc #14622: Improve documentation for 'string '.split to also mention trailing spaces being ignored
- Thanks :-)
03/21/2018
-
04:46 PM Misc #14622 (Closed): Improve documentation for 'string '.split to also mention trailing spaces being ignored
-
02:09 PM Misc #14622 (Closed): Improve documentation for 'string '.split to also mention trailing spaces being ignored
- The current documentation only talks about leading spaces being ignored when a single space is used as an argument. I...
-
04:44 PM Bug #14616: Segmentation fault in net/http/response
- The trace is great. Please also try to make a minimal ruby example to reproduce it.
What made you suspect the memo... -
04:17 PM Bug #14363: each_grapheme_cluster.size returns the wrong size
- Calculating the enumerator size here requires iterating through the whole text and do grapheme detection on all bytes...
-
04:17 PM Bug #14549: abort Date#step
- ruby_2_4 r62883 merged revision(s) 62572.
-
04:17 PM Revision 29fa5cc8 (git): merge revision(s) 62572: [Backport #14549]
- date_core.c: defensive code
* ext/date/date_core.c (f_cmp): check comparison failure.
* ext/date/da... -
04:10 PM Feature #14197: `Enumerable#{select,reject}` accept a pattern argument
- The point is that the phrase "hard to remember" in the OP is bit weak when we already have methods with the proposed ...
-
03:49 PM Feature #14197: `Enumerable#{select,reject}` accept a pattern argument
- This issue is also related https://bugs.ruby-lang.org/issues/9602
One interesting point there is the case where a ... -
04:03 PM Revision b6e2c528 (git): Docs and tests on URI.hierarchical?, URI.absolute?
- Improve code coverage and clarify meaning of hierarchical based on RFC
text.
[Fix GH-1846]
From: Xavier Riley <xavr... -
04:02 PM Revision 7506fde3 (git): Improve documentation for 'text '.split
- The documentation didn't mention trailing spaces and the
example only demonstrated the case with leading spaces.
[Fix... -
03:58 PM Bug #14368: backport r61862 (Fix SEGV of `/#{"\u3042"}#{'い'}/` in non UTF-8)
- ruby_2_4 r62880 merged revision(s) 61862.
-
03:57 PM Revision 31ccc99d (git): merge revision(s) 61862: [Backport #14368]
- parse.y (new_regexp): Fix SEGV of `/#{"\u3042"}#{'{U+3044}'}/` in non UTF-8
Mixing other encoding string lit... - 03:46 PM Revision eb02dd3c (git): * 2018-03-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:46 PM Revision 365338d9 (git): Remove outdated proc.c binding comment.
- Passing a proc as the second argument to eval is no longer supported.
[Fix GH-1843]
From: Tieg Zaharia <tieg.zaharia... -
03:27 PM Bug #14420: [BUG] Unnormalized Fixnum value on Rational#hash.to_s
- ruby_2_4 r62877 merged revision(s) 62107.
-
03:27 PM Revision bb9a770c (git): merge revision(s) 62107: [Backport #14420]
- force fixable
* complex.c (nucomp_hash): force hash values fixable.
[ruby-core:85224] [Bug #14420]... -
03:04 PM Bug #14388: 不正エンコーディング文字列から切り出した正当なエンコーディング文字列が invalid encoding になる
- ruby_2_4 r62875 merged revision(s) 62040.
- 03:04 PM Revision 49e950c8 (git): * 2018-03-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@62876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision 681d1e79 (git): merge revision(s) 62040: [Backport #14388]
- string.c: clear substring code range
* string.c (str_substr): substring of broken code range string may
... -
03:01 PM Bug #14573: rb_ary_or doesn't check objects hash when the array contains less than SMALL_ARRAY_LEN
- Related to https://bugs.ruby-lang.org/issues/14263. We have posted a note there about our investigation and the incon...
-
02:51 PM Bug #11948: Segfault on blank line in IRB
- I was unable to reproduce this with alpine 3.7 in docker, with ruby 2.4.3p205:
```
$ docker run --rm -ti alpine... -
02:29 PM Bug #14612: IPv6 address inconsistency (downcase vs. upcase)
- shevegen (Robert A. Heiler) wrote:
> Is there a standard that mandates or prefers either variant?
RFC 5952 recomm... -
02:26 PM Bug #14263: Array Intersection does not seem to use hash
- We (myself and [Lewis Buckley](https://github.com/lewispb)) investigated this issue as part of the Ruby Hack Day at C...
-
02:26 PM Bug #14453: Crash in w32_cmdvector() if MS Application Verifier is enabled
- ruby_2_4 r62874 merged revision(s) 57637.
-
02:26 PM Revision 05292160 (git): merge revision(s) 57637: [Backport #14453]
- win32.c: memcpy instead of strlcpy
* win32/win32.c (cmdglob): memcpy the exact size instead of
str... -
12:40 PM Bug #14621 (Closed): Extra whitespace in squiggly heredoc with escaped newline
- Applied in changeset trunk|r62873.
----------
parse.y: terminator at continued line
* parse.y (here_document): a co... -
11:22 AM Bug #14621 (Open): Extra whitespace in squiggly heredoc with escaped newline
-
11:22 AM Bug #14621: Extra whitespace in squiggly heredoc with escaped newline
- r62872 has a bug.
```ruby
<<-TEXT
\
TEXT
```
should raise a syntax error, "`can't find string "TEXT" anywhe... -
10:32 AM Bug #14621 (Closed): Extra whitespace in squiggly heredoc with escaped newline
- Applied in changeset trunk|r62872.
----------
parse.y: unindent continued line
* parse.y (tokadd_string): stop at c... -
06:43 AM Bug #14621: Extra whitespace in squiggly heredoc with escaped newline
- Tested in ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-linux] - same result.
-
06:38 AM Bug #14621 (Closed): Extra whitespace in squiggly heredoc with escaped newline
- ~~~ruby
puts <<~TXT.inspect
1 \
2
TXT
~~~
Expected:
~~~
"1 2\n"
~~~
Got:
~~~
"1 2\n"
~~~ -
12:40 PM Revision 58fbe69a (git): parse.y: terminator at continued line
- * parse.y (here_document): a continuing line is not the
terminator. [ruby-core:86283] [Bug #14621]
git-svn-id: sv... -
10:32 AM Revision 491f523a (git): parse.y: unindent continued line
- * parse.y (tokadd_string): stop at continued line in dedented here
documents, to dedent for each lines before remov... -
10:06 AM Revision bc7e5fcb (git): test_iseq.rb: disable load_from_binary
- * test/ruby/test_iseq.rb (test_to_binary_with_objects): disable
load_from_binary right now, r62851 seems having a t... -
04:00 AM Feature #14618: Add display width method to String for CLI
- My e-mail to the mailing list [ruby-core] is not synced with Redmine.
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/r... - 02:20 AM Revision 53865346 (git): * 2018-03-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:20 AM Revision c700bb1a (git): iseq.c: constfied validate_get_insn_info [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/20/2018
-
06:07 PM Bug #14279: Modifying splat argument causes segmentation fault
- ruby_2_4 r62868 merged revision(s) 61603.
-
06:07 PM Revision 1e189822 (git): merge revision(s) 61603: [Backport #14279]
- check array for zsuper. [Bug #14279]
* compile.c (iseq_compile_each0): for zsuper (NODE_ZSUPER), we need to ... -
05:55 PM Bug #14323: net/ftp: fix FrozenError in BufferedSocket
- ruby_2_4 r62867 merged revision(s) 61639.
-
05:55 PM Revision b1612ced (git): merge revision(s) 61639: [Backport #14323]
- net/ftp: fix FrozenError in BufferedSocket
I noticed this bug while working on something else with
R... -
05:30 PM Feature #13383: [PATCH] Module#source_location
- What is the status of this proposal? I think this feature would be very nice for debugging. If being able to show all...
-
04:21 PM Bug #14421: super_method segfaults when called on a re-bound Method
- ruby_2_4 r62866 merged revision(s) 62115.
-
04:21 PM Revision f634fc1f (git): merge revision(s) 62115: [Backport #14421]
- proc: fix super_method segfault after bind
* proc.c: handle undefined iclass
[ruby-core:85231] [Bu... -
03:53 PM Bug #13973: super_method fails on some UnboundMethods
- ruby_2_4 r62865 merged revision(s) 58245,60127.
-
03:53 PM Revision 9e7b5784 (git): merge revision(s) 58245,60127: [Backport #13973]
- Refactored using Method#owner.
proc.c: super_method of included method
* proc.c (method_super_meth... -
03:41 PM Bug #14380: Expected transform_keys! to work just as transform_keys, but it doesn't
- > change will also be applied in ActiveSupport
Where did you get that information?
This change silently breaks ... -
02:18 PM Bug #14380 (Closed): Expected transform_keys! to work just as transform_keys, but it doesn't
- Considered a bug and the behavior change will also be applied in ActiveSupport.
-
03:33 PM Bug #14619: method(m) is not invoking respond_to_missing?
- It has been backported to 2.2 and released already.
As we don't release branch-from-branch, "patch for 2.2.2" doesn'... -
03:28 PM Bug #14619: method(m) is not invoking respond_to_missing?
- Thanks nobu, indeed, I just wanted to make sure this is seen for a possible p9? patch for 2.2.2, feel free to close i...
-
08:44 AM Bug #14619 (Rejected): method(m) is not invoking respond_to_missing?
- It works in ruby 2.2.9.
-
02:54 PM Bug #14620 (Closed): Incorrect assignment causes segfault
- Already fixed bug.
-
02:52 PM Bug #14620: Incorrect assignment causes segfault
- Actually just the last line is enough to cause the fault.
-
01:01 PM Bug #14620 (Closed): Incorrect assignment causes segfault
- The following code when executed on Ruby 2.5 causes a segfault on my machine (macOS High Sierra). This has been repro...
-
02:37 PM Bug #14273: Stack Consistency Error from return in loop
- Ah okay sorry, thanks!
-
09:55 AM Bug #14273 (Closed): Stack Consistency Error from return in loop
- Backporting is managed with "Backport" field.
Status: Closed is expected one. -
02:18 PM Bug #14270: backport r61564, r61565, r61571 (fix SEGV touching uninitialized memory)
- ruby_2_4 r62864 merged revision(s) 61564,61565,61571.
-
02:18 PM Revision ab2e7357 (git): merge revision(s) 61564,61565,61571: [Backport #14270]
- fix SEGV touching uninitialized memory
This function can be called from Init_VM().
No assumption can... -
01:52 PM Bug #14231: __uint128_t check in hash.c is broken, use
- ruby_2_4 r62863 merged revision(s) 61471,61472.
-
01:52 PM Revision c0848eed (git): merge revision(s) 61471,61472: [Backport #14231]
- Use UINT128_T support flag from configure
Current check for __uint128_t in hash.c is not valid, since it ign... -
01:50 PM Bug #14218: Addition of negative Object#hash values can overflow
- ruby_2_4 r62849 merged revision(s) 61413.
-
01:38 PM Bug #13493: `make realclean` removes aclocal.m4 and enc/jis/props.h
- ruby_2_4 r62862 merged revision(s) 58438,58439,58451.
-
01:38 PM Revision 01fcd07b (git): merge revision(s) 58438,58439,58451: [Backport #13493]
- clean autogenerated files
* enc/depend (clean, clean-srcs): fix path of name2ctype.h, and
remove c... -
01:30 PM Revision b4b3de3e (git): node.c: predicates for special NODEs
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 AM Bug #14604: Backport r62725 to ruby 2.3 to 2.5
- ruby_2_5 r62860 merged revision(s) 62725.
-
09:52 AM Revision f4aea910 (git): merge revision(s) 62725: [Backport #14604]
- Fix setting method visibility on method wrapped with prepend
Ignore prepended modules when looking for alrea... -
09:39 AM Bug #14613: [Docs] Backport r62734 to ruby 2.5
- ruby_2_5 r62859 merged revision(s) 62734.
-
09:39 AM Revision 42fdd940 (git): merge revision(s) 62734: [Backport #14613]
- Add missing class FrozenError to Exception subclasses list documentation
[Fix GH-1818]
From: Miguel... -
09:37 AM Bug #14357: thread_safe tests suite segfaults
- ruby_2_5 r62858 merged revision(s) 62396.
-
09:37 AM Revision ba81ac79 (git): merge revision(s) 62396: [Backport #14357]
- st.c: retry operations if rebuilt
Calling the .eql? and .hash methods during a Hash operation can
re... -
09:09 AM Feature #14245 (Closed): Add File.read etc.
- Applied in changeset trunk|r62857.
----------
io.c: Methods of File should not invoke external commands
For securit... -
09:09 AM Revision 798316ea (git): io.c: Methods of File should not invoke external commands
- For security reasons, File.read, File.binread, File.write, File.binwrite,
File.foreach, and File.readlines should not... -
08:36 AM Revision ce848356 (git): compile.c: fix ibf_load_code
- * compile.c (ibf_load_iseq_each): manage iseq_size to point loaded
objects in iseq_encoded. now marking iseq scans... - 05:36 AM Revision 9852802c (git): * test/ruby/test_vm_dump.rb: try to fix test failures on darwin introduced at
- r62810. ruby_2_3 does not output "[IMPORTANT]" message.
see [Backport #13566]
git-svn-id: svn+ssh://ci.ruby-lang... -
02:09 AM Bug #14577: CPU 100% in custom backtrace method with IO.readlines
- ruby_2_5 r62854 merged revision(s) 62673.
-
02:09 AM Revision e02e7379 (git): merge revision(s) 62673: [Backport #14577]
- thread.c: deadlock in backtrace
* thread.c (unblock_function_set): check interrupts just once
duri... -
02:08 AM Bug #14578: Forking a child process inside of a mutex crashes the ruby interpreter
- ruby_2_5 r62852 merged revision(s) 62668.
- 02:08 AM Revision c28d3d02 (git): * 2018-03-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@62853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 AM Revision 59a6ed8c (git): merge revision(s) 62668: [Backport #14578]
- thread.c: reset waitq of keeping mutexes in child
We must not maintain references to threads in the parent p... -
01:57 AM Bug #14617 (Assigned): rdoc crashes when expression contains embedded comment: no implicit conversion of nil into String (TypeError)
03/19/2018
-
11:55 PM Feature #14618: Add display width method to String for CLI
- Martin Dürst is doing some unicode stuff; perhaps he can chime in
when he has some time. -
09:02 PM Feature #14618: Add display width method to String for CLI
- Dne 19.3.2018 v 20:00 [email protected] napsal(a):
>
> ## Use-case
>
> I'm developing Readline compatible librar... -
07:00 PM Feature #14618 (Open): Add display width method to String for CLI
- ## Abstract
Unicode has display width data of characters, "Narrow" or "Wide".
For example, "A" is "Narrow", "💎" (... -
10:13 PM Bug #14619: method(m) is not invoking respond_to_missing?
- Possibly a regression from a fix that was made for https://bugs.ruby-lang.org/issues/10985?
-
09:54 PM Bug #14619 (Rejected): method(m) is not invoking respond_to_missing?
- ~~~ ruby
class VariantHash < Hash
def respond_to_missing?(method_name, *args)
true
end
def method_mi... -
08:30 PM Bug #14273 (Open): Stack Consistency Error from return in loop
-
06:21 PM Revision 9e26858e (git): Reverting r62775, this should fix i686 builds
- We need to mark default values for kwarg methods. This also fixes
Bootsnap. IBF iseq loading needed to mark iseqs a... -
06:16 PM Bug #14269: backport r61562, r61563, r61566, r61568, r61569 (fix SEGV touching uninitialized memory)
- ruby_2_4 r62850 merged revision(s) 61562,61563,61566,61568,61569.
-
06:16 PM Revision 4b0b1d7a (git): merge revision(s) 61562,61563,61566,61568,61569: [Backport #14269]
- fix SEGV touching uninitialized memory
This function can be called from boot_defclass().
No assumpti... -
05:30 PM Revision 58b2297d (git): merge revision(s) 61413: [Backport #14218]
- force hash values fixable
* include/ruby/ruby.h (RB_ST2FIX): force fixable on LLP64 environment.
* ... -
05:13 PM Bug #14208: raise error if value contains CR/LF in iniheader of initialize_http_header
- ruby_2_4 r62848 merged revision(s) 61359.
-
05:13 PM Revision 6423e5b4 (git): merge revision(s) 61359: [Backport #14208]
- raise error if value contains CR/LF in iniheader of initialize_http_header
like r59693, initialize_http_head... -
04:59 PM Bug #14206: Null-byte ignored inside class/module/method bodies
- ruby_2_4 r62847 merged revision(s) 61346.
-
04:59 PM Revision fe2165c8 (git): merge revision(s) 61346: [Backport #14206]
- parse.y: end of script at newline
* parse.y (parser_yylex): deal with end of script chars just after
... -
04:27 PM Bug #13655: external encoding named "-" (doc issue or…?)
- ruby_2_4 r62846 merged revision(s) 61278,61281.
-
04:27 PM Revision cc163957 (git): merge revision(s) 61278,61281: [Backport #13655]
- IO.new doesn't recive "-" as external_encoding [Bug #13655]
[DOC] `IO.new` accepts `external_encoding`
... -
04:23 PM Bug #13935: Backport openssl v2.0.7
- Update openssl to 2.0.7 in ruby_2_4 branch at r62845.
-
03:14 PM Bug #13935: Backport openssl v2.0.7
- Update openssl 2.0.6 in ruby_2_4 branch at r62842.
I made a mistake in my commit message...
-
04:22 PM Revision 3e00a2d7 (git): Update openssl to 2.0.7. [Bug #13935]
- The patch is provided by Kazuki Yamaguchi.
From: Kazuki Yamaguchi <[email protected]>
Date: Mon, 25 Sep 2017 01:32:02 +0900
S... - 03:40 PM Revision c9dee850 (git): * 2018-03-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:40 PM Revision de87b969 (git): * win32/README.win32: `make up` is only necessary when building from SVN source.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision b503ff8b (git): Update rubygems to 2.0.6. [Bug #13935]
- The patch is provided by Kazuki Yamaguchi.
From: Kazuki Yamaguchi <[email protected]>
Date: Mon, 25 Sep 2017 01:32:02 +0900
S... -
02:12 PM Revision 69161305 (git): parse.y: NUL-terminate ruby_sourcefile
- * parse.y (yycompile): in some cases (warning, error, dtrace,...),
ruby_sourcefile is expected to be NUL-terminated... - 01:04 PM Revision 68f37472 (git): note that patch is required and need to run make up before make
- * win32/README.win32: patch(1) is required, and running `make up` before
`make` is also required.
git-svn... -
12:56 PM Bug #14617: rdoc crashes when expression contains embedded comment: no implicit conversion of nil into String (TypeError)
- > I was made aware of this issue via this bug [1] report, but it has been already reported [2] and fixed [3] upstream...
-
12:54 PM Bug #14617: rdoc crashes when expression contains embedded comment: no implicit conversion of nil into String (TypeError)
- This bug is fixed. RDoc 6.0.2 was released two days ago. Please use it.
-
11:42 AM Bug #14617: rdoc crashes when expression contains embedded comment: no implicit conversion of nil into String (TypeError)
- ~~~
$ rdoc -v
6.0.1
~~~ -
11:39 AM Bug #14617 (Closed): rdoc crashes when expression contains embedded comment: no implicit conversion of nil into String (TypeError)
- RDoc might fail when comment is inside code, such as:
~~~ruby
def meth
variable # comment
.chain
end
~~... -
12:40 PM Revision 7e199e41 (git): parse.y: push `do` token info
- * parse.y (k_rescue, k_ensure): revert r62838.
* parse.y (k_do, k_do_LAMBDA, k_do_block): push token infos of
`do`... -
11:32 AM Bug #14616 (Closed): Segmentation fault in net/http/response
- I'm seeing a memory leak in my production application, which is culminating an a segmentation fault from within net/h...
-
08:37 AM Revision 5399951b (git): parse.y: ignore do indentations
- * parse.y (k_rescue, k_ensure): ignore indentations of `do`, it
is not at the beginning of line usually.
git-svn-i... -
08:27 AM Bug #14481: Backport request for RubyGems 2.7.6
- ruby_2_5 r62837 merged revision(s) 62244,62246,62301,62302,62303,62422,62436,62452.
-
08:27 AM Revision 90df7a08 (git): merge revision(s) 62244,62246,62301,62302,62303,62422,62436,62452: [Backport #14481]
- Merge RubyGems-2.7.5 from upstream.
Please see its details: http://blog.rubygems.org/2018/02/06/2.7.5-rele... -
08:21 AM Revision d34bc779 (git): parse.y: mismatched indentations at middle
- * parse.y (k_rescue, k_ensure, k_when, k_else, k_elsif): warn
mismatched indentations at keywords in middle of bloc... -
08:15 AM Revision 6d6880ff (git): Merge r62197 to ease next merge
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@62835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 AM Revision 332938df (git): merge revision(s) 61501,61758: [Backport #14481]
- fix concurrent test.
* test/rubygems/test_require.rb (test_concurrent_require):
Synchronizations s... -
04:08 AM Bug #14611 (Closed): Exotic method parameters bug
- Applied in changeset trunk|r62833.
----------
compile.c: arg var index
* compile.c (iseq_set_arguments): determine ... -
04:08 AM Revision 9720136d (git): compile.c: arg var index
- * compile.c (iseq_set_arguments): determine argument variable
indexes by the order, not by just IDs. arguments beg... -
03:16 AM Revision 62182eb0 (git): parse.y: fix duplicate kwrest
- * parse.y (f_kwrest): add the variable name as an argument, as
well as an internal variable.
* parse.y (new_args_t... -
12:35 AM Bug #14604 (Closed): Backport r62725 to ruby 2.3 to 2.5
-
12:34 AM Bug #14613 (Closed): [Docs] Backport r62734 to ruby 2.5
-
12:32 AM Revision c6e50e51 (git): iseq.c: append local var index to name
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:32 AM Revision affd2b76 (git): * 2018-03-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 AM Revision a6534541 (git): iseq.c: mark kwrest arg
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
03/18/2018
-
11:58 PM Feature #14615: Consider introducing shortcut to check Net::HTTP response type
- I'd say it is ok to add .ok?
:D
What is missing is a description as to what the method `ok?` exactly
does. In ... -
10:42 PM Feature #14615 (Open): Consider introducing shortcut to check Net::HTTP response type
- Currently you need to either use `kind_of?` or `HTTPResponse#code` to find out the type of a response.
~~~ ruby
r... -
03:35 PM Bug #14047: SEGV happen when running script under OneDrive directory if File On-Demand is enabled
- ruby_2_3 r62828 merged revision(s) 60421.
-
04:03 AM Bug #14047: SEGV happen when running script under OneDrive directory if File On-Demand is enabled
- ruby_2_4 r62804 merged revision(s) 60421.
- 03:35 PM Revision 5c57eb83 (git): merge revision(s) 60421: [Backport #14047]
- win32.c: unknown reparse tags
* win32/win32.c (rb_w32_read_reparse_point): skip unknown reparse
ta... -
03:33 PM Bug #14082: Enumerator#size from Enumerable#cycle returns 0 when the object is empty
- ruby_2_3 r62827 merged revision(s) 60666,60667,60668.
- 03:33 PM Revision f8b4df93 (git): merge revision(s) 60666,60667,60668: [Backport #14082]
- Fix size on Enumerable#cycle when the size is 0 [Bug #14082].
Patch by Kenichi Kamiya
test/ruby/tes... -
03:29 PM Bug #11989: Dedenting interpolating heredoc can interpret escapes incorrectly
- ruby_2_3 r62826 merged revision(s) 53573.
- 03:29 PM Revision 091f98cf (git): merge revision(s) 53573: [Backport #11989]
- * parse.y (parser_here_document): an escaped newline is not an
actual newline, and the rest part should not... -
03:27 PM Bug #13887: test/ruby/test_io.rb may get stuck with FIBER_USE_NATIVE=0 on Linux
- ruby_2_3 r62825 merged revision(s) 60384.
- 03:27 PM Revision ca310ba6 (git): merge revision(s) 60384: [Backport #13887]
- thread_pthread: do not corrupt stack
This fixes stuck test/ruby/test_io.rb with FIBER_USE_NATIVE=0 on
... -
03:23 PM Bug #14057: TracePoint#enable and disable should not yield arguments
- ruby_2_3 r62824 merged revision(s) 60437.
- 03:23 PM Revision e9a9f674 (git): merge revision(s) 60437: [Backport #14057]
- TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran... -
03:21 PM Bug #11638: [doc] misleading IO.write offset description
- ruby_2_3 r62823 merged revision(s) 60294.
- 03:21 PM Revision fdb2421c (git): merge revision(s) 60294: [Backport #11638]
- Clarify the behavior of IO.write without offset in write mode.
https://github.com/ruby/ruby/pull/1571
... -
03:16 PM Bug #13998: BOM disables "mismatched indentations" warning
- ruby_2_3 r62822 merged revision(s) 60160.
- 03:16 PM Revision c1724210 (git): merge revision(s) 60160: [Backport #13998]
- parse.y: token info with BOM
* parse.y (parser_prepare): set token_info_enabled flag first,
before... -
03:07 PM Bug #13856: MinGW / mswin intermittent failure in test/socket/test_socket.rb
- ruby_2_3 r62821 merged revision(s) 60055.
- 03:07 PM Revision 541f4f25 (git): merge revision(s) 60055: [Backport #13856]
- io.c: fix segfault with closing socket on Windows
* io.c (fptr_finalize_flush): add an argument to keep GVL.... -
03:04 PM Bug #14179: Forwardable Segmentation fault ruby 2.2.8p477 (2017-09-14 revision 59906)
- ruby_2_3 r62820 merged revision(s) 55372.
- 03:04 PM Revision bec19f49 (git): merge revision(s) 55372: [Backport #14179]
- * lib/forwardable.rb (_delegator_method): leave the backtrace
untouched during accessor. forwardable.rb do... -
03:00 PM Bug #13925: string.split(pattern, 1) should return [self.dup], but it returns [self]
- ruby_2_3 r62818 merged revision(s) 60000,60001,60002.
- 03:00 PM Revision 57647b8a (git): * 2018-03-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@62819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:00 PM Revision 1816ba09 (git): merge revision(s) 60000,60001,60002: [Backport #13925]
- dup String#partition return value
* string.c (rb_str_partition): return duplicated receiver, when no
... -
02:58 PM Bug #13736: ruby -00 should be the same as setting $/=""
- ruby_2_3 r62817 merged revision(s) 59970.
- 02:58 PM Revision 4afc46dc (git): merge revision(s) 59970: [Backport #13736]
- ruby.c: paragraph mode by -00
* ruby.c (proc_options): set to paragraph mode, if -00 is given,
as ... -
02:56 PM Bug #14614 (Closed): Error when running `make update-gems`
- ~~~
vitalkanev@vitalkanev-HP-Mate:~/power/ruby/ruby-2.5.0$ make update-gems
Downloading bundled gem files...
execu... -
02:56 PM Bug #13916: Race condition when sending a signal to a new fork
- ruby_2_3 r62816 merged revision(s) 59975.
- 02:56 PM Revision cfb61e59 (git): merge revision(s) 59975: [Backport #13916]
- process: block/unblock signals around fork
As with forking for execve(2) in `spawn', we must block signals
... -
02:53 PM Bug #13705: [PATCH] `cfp consistency error' occurs when raising exception in bmethod call event
- ruby_2_3 r62815 merged revision(s) 59956.
- 02:53 PM Revision 2fd7044e (git): merge revision(s) 59956: [Backport #13705]
- vm.c: fix `cfp consistency error' which occurs
when raising exception in bmethod call event
* vm.c (... -
02:39 PM Bug #13816: APFS Issue with High Sierra
- ruby_2_3 r62814 merged revision(s) 59602,59887.
- 02:39 PM Revision cc23dc6b (git): merge revision(s) 59602,59887: [Backport #13816]
- High Sierra's APFS cannot use invalid filenames [Bug #13816]
added workaround for APFS file format.
... -
02:34 PM Bug #13489: "make test-all" fails on macOS with case-sensitive filesystem
- ruby_2_3 r62813 merged revision(s) 58431,58447.
- 02:34 PM Revision 68506159 (git): merge revision(s) 58431,58447: [Backport #13489]
- test_framework.rb: for case-sensitive filesystem
* test/mkmf/test_framework.rb (test_single_framework): fix ... -
02:30 PM Bug #13894: win32ole/test_word.rb sometimes not quit Word
- ruby_2_3 r62812 merged revision(s) 59867.
- 02:30 PM Revision 1521768c (git): merge revision(s) 59867: [Backport #13894]
- test/win32ole/test_word.rb: word quit without confirmation dialog to save
files. [Bug #13894] Thanks to h.shi... -
02:27 PM Bug #13895: TestVMDump test fails on High Sierra
- ruby_2_3 r62811 merged revision(s) 59893,59922.
- 02:27 PM Revision d9a7903c (git): merge revision(s) 59893,59922: [Backport #13895]
- fix the case High Sierra's mincore(2) may return -128 [Bug #13895]
Fix typos [ci skip]
git-svn-id: svn+ssh:... -
02:25 PM Bug #13566: A process freezes at the beginning of C level backtrace when a certain SEGV is occurred
- ruby_2_3 r62810 merged revision(s) 58769,59710,59712.
- 02:25 PM Revision 148f1b91 (git): merge revision(s) 58769,59710,59712: [Backport #13566]
- Treat NULL reference case [Bug #13566]
Fix C level backtrace on Darwin
SEGV caused by invalid instr... -
02:15 PM Bug #14118: Please backport r59454, r59954
- ruby_2_3 r62809 merged revision(s) 53798,59454,59954.
- 02:15 PM Revision 89ceb340 (git): merge revision(s) 53798,59454,59954: [Backport #14118]
- * configure.in (ARFLAGS): check if deterministic mode flag is
effective, which is on by default on Ubuntu.
... -
01:57 PM Bug #14438: TestTimeTZ: failures with recent version of tzdata
- ruby_2_3 r62808 merged revision(s) 62506,62508.
- 01:56 PM Revision 8602707d (git): merge revision(s) 62506,62508: [Backport #14438]
- test_time_tz.rb: past Japanese DST tzdata fix
* test/ruby/test_time_tz.rb (TestTimeTZ#test_asia_tokyo): foll... -
01:42 PM Bug #14561: Consistent 2.5.0 seg fault in GC, related to accessing an enumerator in a thread
- It seems to be a `FIBER_USE_NATIVE == 0` environment issue.
Perhaps it may be a potential `Enumerator`'s behaviour i... -
12:24 PM Bug #14613 (Closed): [Docs] Backport r62734 to ruby 2.5
- Please backport r62734 (https://github.com/ruby/ruby/commit/175c514a0dd4134b43e613934caeaa1c115aefa8) since the bug a...
-
10:41 AM Revision 01409215 (git): compile.c: fix function name [ci skip]
- * compile.c (ibf_dump_object_object): fix a probable typo in the
function name, s/lbf/ibf/.
git-svn-id: svn+ssh://... -
10:28 AM Revision dce4a3f5 (git): Improve CSV performance
- If it will not use special variables (like $1, $&, $`...),
it can improve the performance by using Regexp#match? or S... -
06:54 AM Revision 01e9d9ac (git): Remove duplicated `,` [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 AM Revision 093c6ce7 (git): merge revision(s) 60421: [Backport #14047]
- win32.c: unknown reparse tags
* win32/win32.c (rb_w32_read_reparse_point): skip unknown reparse
ta... -
04:00 AM Revision a8e6617f (git): bump up patchlevel to 262 to skip reverted patchlevel.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@62803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:58 AM Bug #13863: RUBYLIB にカレントディレクトリを設定した場合、-E cp932:utf-8 を指定するとスクリプトが全く実行されない
- テストが通らなかったので ruby_2_4 へのバックポート r62797, r62784 は revert しました。
- 03:57 AM Revision 9363d720 (git): * 2018-03-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@62802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:57 AM Revision 3c5452db (git): revert r62797, r62784. [Bug #13863]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@62801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:40 AM Revision 8bad3e6b (git): IBF works only on x86 platforms now
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:35 AM Bug #14612: IPv6 address inconsistency (downcase vs. upcase)
- Is there a standard that mandates or prefers either variant?
If not then perhaps ruby should decide on which varia...
03/17/2018
-
11:52 PM Bug #14612 (Closed): IPv6 address inconsistency (downcase vs. upcase)
- I've noticed that sometimes ip addresses re shown using a-f characters in downcase, other times upcase. Here is a sma...
-
10:32 PM Feature #14473: Add Range#subrange?
- Are there any further thoughts on my latest patch? Based on the discussion above, I think I should rename the added m...
- 03:13 PM Revision d0b207ee (git): * 2018-03-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:13 PM Revision 3381ffee (git): If host of URI is omitted, make it with IP address.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 PM Bug #13863: RUBYLIB にカレントディレクトリを設定した場合、-E cp932:utf-8 を指定するとスクリプトが全く実行されない
- I backported additionally r57484,r58767,r58938,r59041 to try to get rid of CI failure.
http://mswinci.japaneast.clou... -
02:23 PM Revision 2171d75e (git): merge revision(s) 57484,58767,58938,59041: [Backport #13863]
- ruby.c: forbid options
* ruby.c (forbid_setid): constified.
* ruby.c (process_options): forbid if s... -
12:47 PM Bug #14461 (Rejected): Public SecureRandom.alphanumeric method does not appear in rdoc generated documentation
- You see wrong place.
`alphanumeric` is a method defined in [`Random::Formatter`].
[`Random::Formatter`]: http://r... -
11:49 AM Feature #14245: Add File.read etc.
- I've made a patch.
-
11:42 AM Revision 2948dc26 (git): compile.c: resize to align offsets
- * compile.c (ibf_dump_align): resize the dump buffer.
rb_str_modify_expand expands the buffer but not set the lengt... -
09:41 AM Revision aa3b5b14 (git): debugging SEGV on Solaris11s
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 AM Revision f5fc032e (git): Remove unused variables
- This fixes following warning:
```
test/logger/test_logger.rb:329: warning: assigned but unused variable - read_read
... -
06:39 AM Revision 38abd835 (git): Add doc for `opt` parameter of IO#reopen [ci skip]
- It can be specified from 2.0. Ref: https://bugs.ruby-lang.org/issues/7103
[Fix GH-1841]
From: yuuji.yaginuma <yuuji... -
06:33 AM Revision 4b380911 (git): test_jit.rb: debug cc1 availability
- ENV didn't have any useful information.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62792 b2dd03c8-39d4-4d8f-9... -
04:46 AM Revision 86a16b36 (git): compile.c: align offsets
- * compile.c (ibf_dump_align): expand the buffer for alignment.
* compile.c (ibf_dump_iseq_list, ibf_dump_object_list... -
04:13 AM Revision 1bf9dec0 (git): string.c: [DOC] split with block [ci skip]
- * string.c (rb_str_split_m): [DOC] about split with block.
[Feature #4780]
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
04:08 AM Bug #14611: Exotic method parameters bug
- I did not know that either.
I guess the problem was that bogdan was using variables with
a leading '`_`'.
With... -
12:22 AM Bug #14611: Exotic method parameters bug
- Hanmac (Hans Mackowiak) wrote:
> @phluid61 not so fast, ruby allows duplicate "_" as parameters so you can say that ... -
02:37 AM Bug #14246 (Closed): Inconsistent C source code indentation
- Applied in changeset trunk|r62789.
----------
misc/ruby-style.el: use spaces for indentation
instead of hard tabs.
... -
02:37 AM Revision b83ae747 (git): misc/ruby-style.el: use spaces for indentation
- instead of hard tabs.
[Bug #14246]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62789 b2dd03c8-39d4-4d8f-98ff-... -
02:18 AM Revision 3f8711a0 (git): transform_mjit_header.rb: read output and errors
- * tool/transform_mjit_header.rb (MJITHeader.check_code): read
output and errors than discarding errors. also cl.ex... -
02:11 AM Revision 952b70e2 (git): debugging SEGV on Solaris11s
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:00 AM Revision 73b631dd (git): * 2018-03-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:00 AM Revision c91c62b6 (git): mjit.c: add timeout for --jit-wait
- Sometimes test hangs in `mjit_get_iseq_func` like this:
http://ci.rvm.jp/results/trunk-test@ruby-sky3/659391
It seem...
Also available in: Atom