Project

General

Profile

Activity

From 01/11/2019 to 01/17/2019

01/17/2019

11:52 PM Revision 6b5695fe (git): make-snapshot: make permissions uniform
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:23 PM Revision dabbdcfd (git): * 2019-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:23 PM Revision 92c6072e (git): rbinstall.rb: add --exclude option for install-nodoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:09 PM Revision b9289589 (git): bump up teeny version to 2.6.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@66855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
11:08 PM Bug #15491: r62701 introduced the incompatibility of Complex#+, #-, and #* removing #ifndef PRESERVE_SIGNEDZERO
ruby_2_6 r66854 merged revision(s) 66681,66682,66684,66688,66697,66751,66693,66694. naruse (Yui NARUSE)
11:08 PM Revision 94db3129 (git): merge revision(s) 66681,66682,66684,66688,66697,66751,66693,66694: [Backport #15491]
complex.c: Optimize Complex#+ for some conditions
Optimize f_add defined in complex.c for some specific cond...
naruse (Yui NARUSE)
10:44 PM Bug #15544 (Rejected): sprintf returns an unexpected string
Please visit https://bugs.ruby-lang.org/ and read the FAQ part.
Next time consider doing so before posting an issue.
shyouhei (Shyouhei Urabe)
10:28 PM Bug #15544: sprintf returns an unexpected string
You should use the bugtracker primarily for ruby-related problems, issues and so forth. For questions
about C not di...
shevegen (Robert A. Heiler)
07:52 PM Bug #15544 (Rejected): sprintf returns an unexpected string
Hello,
I've a little problem with the sprintf function. It returns unexpected results ( in my opinion )
``` rub...
areman01 (André Kullmann)
10:09 PM Bug #15536: Crash on merging specific hashes using keyword splat
ruby_2_6 r66853 merged revision(s) 66832. naruse (Yui NARUSE)
10:08 PM Revision a5dae936 (git): merge revision(s) 66832: [Backport #15536]
st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds write
"hash_bulk_insert" first expands the tab...
naruse (Yui NARUSE)
10:07 PM Bug #15520: [patch] configure should refuse to build with jemalloc when headers are missing
ruby_2_6 r66852 merged revision(s) 66779. naruse (Yui NARUSE)
10:07 PM Revision d79405ff (git): merge revision(s) 66779: [Backport #15520]
configure: refuse to build with jemalloc when header is missing
[ruby-core:90964] [Bug #15520]
Freo...
naruse (Yui NARUSE)
10:03 PM Bug #15532: Backport r66819 (ast.c: fix missing head part in dynamic literal)
ruby_2_6 r66851 merged revision(s) 66819. naruse (Yui NARUSE)
10:03 PM Revision fb70fc4a (git): merge revision(s) 66819: [Backport #15532]
ast.c: fix missing head part in dynamic literal
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@66851 ...
naruse (Yui NARUSE)
09:55 PM Bug #15513: MJIT compilation terminated due to -Wfatal-errors on GCC 7.3.0
ruby_2_6 r66850 merged revision(s) 66817. naruse (Yui NARUSE)
09:55 PM Revision fea28863 (git): merge revision(s) 66817: [Backport #15513]
mjit_worker.c: pass -nostdlib when making pch as well
[Bug #15513]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
naruse (Yui NARUSE)
09:54 PM Bug #15522: TestJIT#test_compile_insn_local fails on aarch64 RHEL7
ruby_2_6 r66849 merged revision(s) 66811,66812,66816. naruse (Yui NARUSE)
09:54 PM Revision b2f102d1 (git): merge revision(s) 66811,66812,66816: [Backport #15522]
mjit_worker.c: untangle CC_LIBS nesting
This should have no impact.
The CC_LIBS was too hard to read...
naruse (Yui NARUSE)
09:47 PM Bug #15540: 2.6.0 Dir#glob regression
ruby_2_6 r66848 merged revision(s) 66838. naruse (Yui NARUSE)
09:46 PM Revision 0fe64561 (git): merge revision(s) 66838: [Backport #15540]
dir.c: fix Dir.glob with braces and matching dir
* dir.c (join_path_from_pattern): add the last slash for di...
naruse (Yui NARUSE)
09:39 PM Bug #15479: Array#reject! modifies literal Array
ruby_2_6 r66847 merged revision(s) 66756. naruse (Yui NARUSE)
09:39 PM Revision ddffaf52 (git): merge revision(s) 66756: [Backport #15479]
Mark array as "going to be modified" in `Array#reject!`
Before this patch, if `reject!` is called on a share...
naruse (Yui NARUSE)
09:36 PM Bug #15460: Behaviour of String#setbyte changed
ruby_2_6 r66845 merged revision(s) 66760,66761,66824. naruse (Yui NARUSE)
09:36 PM Revision 01b6b589 (git): * 2019-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@66846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:36 PM Revision 4cb618e7 (git): merge revision(s) 66760,66761,66824: [Backport #15460]
Follow behaviour of IO#ungetbyte
see r65802 and [Bug #14359]
* expand tabs.
setbyte / unge...
naruse (Yui NARUSE)
01:45 PM Bug #12764 (Closed): rubygems with multi default gem problem
Applied in changeset trunk|r66844.
----------
Removed old gemspecs of default gems for the Ruby committers.
[Bug ...
hsbt (Hiroshi SHIBATA)
01:45 PM Revision f550da51 (git): Removed old gemspecs of default gems for the Ruby committers.
[Bug #12764][ruby-core:77284]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66844 b2dd03c8-39d4-4d8f-98ff-823fe6...
hsbt (Hiroshi SHIBATA)
12:52 PM Bug #15500: Behavior of require method in 2.5 is different from 2.4 and 2.6
I could reproduce them. But I also reproduce it with Ruby 2.5.3 with RubyGems 2.6.14.3 bundled with Ruby 2.4.
```
...
hsbt (Hiroshi SHIBATA)
11:15 AM Bug #15368 (Feedback): Crash Report log information
Can you try it with Ruby 2.6.0? hsbt (Hiroshi SHIBATA)
10:10 AM Misc #15534 (Closed): Is there reliable way to check for new Ruby releases?
I updated the URL to the index.txt and the release-monitoring.org picked up the Ruby 2.6.0 just using the default Reg... vo.x (Vit Ondruch)
04:01 AM Misc #15534 (Assigned): Is there reliable way to check for new Ruby releases?
>What is the most reliable version information
Use https://cache.ruby-lang.org/pub/ruby/index.txt. It's generated ...
hsbt (Hiroshi SHIBATA)
09:07 AM Misc #15530: [ANN] Upgrading bugs.ruby-lang.org to Redmine 4.0
@hsbt Does the new version have a markup settings? Previously, the markup was Markdown-compatible, so `_underscores_`... zverok (Victor Shepelev)
03:24 AM Misc #15530: [ANN] Upgrading bugs.ruby-lang.org to Redmine 4.0
After Redmine 4.0, We found the breaking change for api endpoint.
Example:
Redmine 3.x: https://bugs.ruby-lang...
hsbt (Hiroshi SHIBATA)
07:52 AM Revision 367fdd1a (git): reset bound if the size is 0.
* hash.c (RHASH_AR_TABLE_SIZE_DEC): generally, we need to check all
entries to calculate exact "bound" in ar_table,...
ko1 (Koichi Sasada)
01:36 AM Revision 07298ea2 (git): support btest on older ruby.
* bootstraptest/runner.rb (assert_normal_exit): check MJIT first
to support btest with ruby ~2.5. btest (bootstrapt...
ko1 (Koichi Sasada)
12:36 AM Revision 0280bef3 (git): * 2019-01-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:36 AM Revision d25a27ab (git): call rb_str_modify to make a copy unshared
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:18 AM Feature #15438: Threads can't switch faster than TIME_QUANTUM_(NSEC|USEC|MSEC)
sylvain.joyeux (Sylvain Joyeux) wrote:
> Here's the patch for 2.6. I would be glad if you could consider also applyi...
nobu (Nobuyoshi Nakada)
12:03 AM Bug #15543: rb_str_set_len should clear code range
I think few people know about this, and `rb_str_modify` isn't documented in doc/extension.rdoc.
I guess some C exten...
Eregon (Benoit Daloze)

01/16/2019

11:27 PM Bug #15543 (Rejected): rb_str_set_len should clear code range
It isn't an issue of `rb_str_set_len`.
The string isn't valid encoding by `@s.RSTRING_PTR_set(@str, 2, 0x80)`.
You ...
nobu (Nobuyoshi Nakada)
04:35 PM Bug #15543 (Rejected): rb_str_set_len should clear code range
Calling `rb_str_set_len` on a `String` could alter the code range. I think this hasn't been much of an issue because ... nirvdrum (Kevin Menard)
08:49 PM Feature #6801 (Rejected): String#~ for a here document
Indeed. Eregon (Benoit Daloze)
05:14 PM Feature #6801: String#~ for a here document
Since this exact behavior was added as "indented here document" with `<<~` in Ruby 2.3.0 (discussed in #9098), I beli... jsc (Justin Collins)
07:36 PM Feature #15438: Threads can't switch faster than TIME_QUANTUM_(NSEC|USEC|MSEC)
Quick question ... what is the preferred method to provide patches now ? I'm seeing that there are PR on GitHub ... S... sylvain.joyeux (Sylvain Joyeux)
04:32 PM Feature #15353: Support client certificates with TLS 1.3 and OpenSSL 1.1.1
> Hello, openssl library now has its own tracker. Is it possible to report this issue at ruby/openssl? https://githu... mkauf (Michael Kaufmann)
04:00 PM Bug #15542 (Third Party's Issue): Segmentation fault when Interrupted on rabbit.gem for ruby 2.7.0dev
I previewed my slide using rabbit.gem and stopped by crtl+c...then core dumped.
reproduction scenario
* gem insta...
emorima (Mayumi Emori)
03:32 PM Bug #15340: Time.local behaving inconsistently for excess days after 2038
ruby_2_5 r66839 merged revision(s) 65974. nagachika (Tomoyuki Chikanaga)
03:32 PM Revision 11a64cea (git): merge revision(s) 65974: [Backport #15340]
Normalize month-mday before finding epoch
Especially over the year 2038, 30 Feb and so on may cause odd beha...
nagachika (Tomoyuki Chikanaga)
02:06 PM Bug #15540 (Closed): 2.6.0 Dir#glob regression
Applied in changeset trunk|r66838.
----------
dir.c: fix Dir.glob with braces and matching dir
* dir.c (join_path_f...
Anonymous
05:56 AM Bug #15540: 2.6.0 Dir#glob regression
Thanks for report. I attached a patch for the issue. h.shirosaki (Hiroshi Shirosaki)
02:06 PM Revision d1417ff8 (git): dir.c: fix Dir.glob with braces and matching dir
* dir.c (join_path_from_pattern): add the last slash for directory
matching.
* test/ruby/test_dir.rb (test_glob_re...
h.shirosaki (Hiroshi Shirosaki)
12:55 PM Feature #15538: Erb indenting / unindenting
Thanks for the update. You didn't answer 2 but I guess you're using `trim_mode: '-'` or something including "-". Note... k0kubun (Takashi Kokubun)
12:27 PM Feature #15538: Erb indenting / unindenting
How about following style?
```
1
<%- [2, 3, 4].each do |num| -%>
<%- unless num == 3 -%>
<%= num %>
<...
znz (Kazuhiro NISHIYAMA)
09:58 AM Feature #15538: Erb indenting / unindenting
(missing closing parenthesis) kke (Kimmo Lehto)
09:55 AM Feature #15538: Erb indenting / unindenting
Clarified and added some examples
kke (Kimmo Lehto)
12:05 PM Bug #15084: Backport r64476
ruby_2_5 r66837 merged revision(s) 64476. nagachika (Tomoyuki Chikanaga)
12:04 PM Revision 9ab19d79 (git): merge revision(s) 64476: [Backport #15084]
thread_sync.c (rb_mutex_sleep): disable interrupt checking in ensure
This is needed to reliably fix Conditio...
nagachika (Tomoyuki Chikanaga)
10:20 AM Bug #15539: Proc.new with no block shouldn't always warn
I always thought Proc.new working without an explicit block was an unintended feature in MRI, and indeed fairly magic... Eregon (Benoit Daloze)
10:12 AM Bug #15539 (Rejected): Proc.new with no block shouldn't always warn
> makes it no longer possible to have a default value for a positional argument that uses the block
Surprisingly, ...
ko1 (Koichi Sasada)
01:33 AM Bug #15539: Proc.new with no block shouldn't always warn
ko1 (Koichi Sasada) wrote:
> I'll file the reason soon.
>
> Anyway, I recommend you to rewrite it with a block pa...
jeremyevans0 (Jeremy Evans)
01:03 AM Bug #15539: Proc.new with no block shouldn't always warn
ko1 (Koichi Sasada) wrote:
> I'll file the reason soon.
>
> Anyway, I recommend you to rewrite it with a block pa...
tenderlovemaking (Aaron Patterson)
12:25 AM Bug #15539: Proc.new with no block shouldn't always warn
I'll file the reason soon.
Anyway, I recommend you to rewrite it with a block parameter:
```
def foo bar = nil...
ko1 (Koichi Sasada)
02:09 AM Revision 74477ec2 (git): Strip warnflags
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:04 AM Feature #15541: Add alias symbolize_keys for symbolize_names kwarg for JSON.parse
Personally I think that alias name would make sense. With a new alias the backwards
behaviour would also be retained.
shevegen (Robert A. Heiler)
01:44 AM Feature #15541 (Third Party's Issue): Add alias symbolize_keys for symbolize_names kwarg for JSON.parse
https://github.com/ruby/psych/issues/341
When trying to symbolize keys on JSON parsing, it's really hard to rememb...
baweaver (Brandon Weaver)
01:35 AM Revision d0318b8c (git): Revert r65800
"Makefile.in: reconfig with the original warnflags"
It would be unnecessary since r65803 and r65805.
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
12:48 AM Revision 98e218b6 (git): * 2019-01-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:48 AM Revision 923d03e1 (git): Fixed a typo, missing `$`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:19 AM Bug #15503: Error in Ruby 2.6 when trying to shell out to invoke `irb` while in a `bundle exec` session
schneems (Richard Schneeman) wrote:
> Hello. This script fails on Ruby 2.6 but works successfully with Ruby 2.5:
...
segiddins (Samuel Giddins)

01/15/2019

11:15 PM Bug #15540 (Closed): 2.6.0 Dir#glob regression
in an empty base folder create the following structure
```
.
└── c
├── d
│   └── a
│   ├── a....
bughit (bug hit)
11:04 PM Bug #15539 (Rejected): Proc.new with no block shouldn't always warn
Hi,
r66772 introduced a warning for the following code:
``` ruby
def foo bar = Proc.new
bar.call
end
fo...
tenderlovemaking (Aaron Patterson)
05:52 PM Feature #14915: Deprecate String#crypt
If we want to remove a feature, we deprecate and warn first, that has always been the case in MRI.
@shyouhei Pleas...
Eregon (Benoit Daloze)
03:34 PM Bug #15536: Crash on merging specific hashes using keyword splat
That was fast, thank you. decuplet (Nikita Shilnikov)
02:19 PM Bug #15536 (Closed): Crash on merging specific hashes using keyword splat
Applied in changeset trunk|r66832.
----------
st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds write
"...
mame (Yusuke Endoh)
01:47 PM Bug #15536: Crash on merging specific hashes using keyword splat
Good catch. The following code still crashes on trunk.
```
{
**{
a0: nil,
a1: nil,
a2: nil,
...
mame (Yusuke Endoh)
08:42 AM Bug #15536 (Closed): Crash on merging specific hashes using keyword splat
Here's a snippet that leads to a crash on ruby 2.5.3. I tried to make it as small as possible.
```ruby
1000.times d...
decuplet (Nikita Shilnikov)
03:21 PM Feature #15538: Erb indenting / unindenting
kke (Kimmo Lehto) wrote:
> In `Erb`, would it be possible to add a new trim mode that would indent the following con...
jeremyevans0 (Jeremy Evans)
02:10 PM Feature #15538 (Feedback): Erb indenting / unindenting
It's hard to understand your proposal for me. Could you fix the following two parts first?
1. Do not use "...." in...
k0kubun (Takashi Kokubun)
01:35 PM Feature #15538 (Third Party's Issue): Erb indenting / unindenting
In `Erb`, would it be possible to add a new tag that would indent the following content to match the depth of the tag... kke (Kimmo Lehto)
02:19 PM Revision ab2547d7 (git): st.c (rb_hash_bulk_insert_into_st_table): avoid out-of-bounds write
"hash_bulk_insert" first expands the table, but the target size was
wrong: it was calculated by "num_entries + (size ...
mame (Yusuke Endoh)
01:52 PM Revision 10d85b19 (git): Clarify Array#- and Array#difference documentation
Currently we are not explicit enough regarding the potentially confusing
behavior of `Array#-` and `Array#difference`...
nobu (Nobuyoshi Nakada)
12:08 PM Feature #15438: Threads can't switch faster than TIME_QUANTUM_(NSEC|USEC|MSEC)
Hi nobu. Thanks for looking into this !
Here's the patch for 2.6. I would be glad if you could consider also apply...
sylvain.joyeux (Sylvain Joyeux)
12:05 PM Revision d7976d14 (git): Use `&` instead of `modulo`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:17 AM Bug #15537 (Closed): Numeric#step doesn't iterate under some conditions
Numeric#step doesn't iterate under the following conditions:
- receiver and/or `by` are `Float`
- `by` is negativ...
shuujii (Shuji KOBAYASHI)
09:08 AM Bug #15399: [PATCH] insns.def (duparray, duphash): add dtrace hooks
ruby_2_6 r66829 merged revision(s) 66767. naruse (Yui NARUSE)
09:06 AM Revision b3b786c5 (git): merge revision(s) 66767: [Backport #15399]
insns.def (duparray, duphash): add dtrace hooks
They are considered Array and Hash creation events, so
...
naruse (Yui NARUSE)
09:00 AM Bug #15498: Update Refinements documentation
ruby_2_6 r66828 merged revision(s) 66788. naruse (Yui NARUSE)
09:00 AM Revision 3dd20673 (git): merge revision(s) 66788: [Backport #15498]
Update refinements docs
Co-Authored-By: Vladimir Dementyev <[email protected]>
git-svn-id: svn+ssh://c...
naruse (Yui NARUSE)
08:56 AM Bug #15511: RubyVM::AbstractSyntaxTree.parse segfault
ruby_2_6 r66827 merged revision(s) 66736. naruse (Yui NARUSE)
08:55 AM Revision 402906e2 (git): merge revision(s) 66736: [Backport #15511]
ast.c: argument must be a string
[ruby-core:90904] [Bug #15511]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
naruse (Yui NARUSE)
08:55 AM Bug #15512: Backport r66745
ruby_2_6 r66826 merged revision(s) 66745. naruse (Yui NARUSE)
08:55 AM Revision da7dedec (git): merge revision(s) 66745: [Backport #15512]
Bump version to date-2.0.0.
I forgot to change it when Ruby 2.6.0 was released.
git-svn-id: svn+ssh://ci....
naruse (Yui NARUSE)
08:54 AM Bug #15506: ArgumentError on some ordinal dates
ruby_2_6 r66825 merged revision(s) 66735. naruse (Yui NARUSE)
08:53 AM Revision a88f8e34 (git): merge revision(s) 66735: [Backport #15506]
Fix mday overflow
[ruby-core:90897] [Bug #15506]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
naruse (Yui NARUSE)
07:38 AM Feature #11741: Migrate Ruby to Git from Subversion
Thumbs up for this incredible discussion of yours. I've truly appreciated perusing this discussion today and I figure... steve102 (steve smith)
06:42 AM Bug #15460 (Closed): Behaviour of String#setbyte changed
Applied in changeset trunk|r66824.
----------
setbyte / ungetbyte allow out-of-range integers
* string.c: String#se...
shyouhei (Shyouhei Urabe)
06:41 AM Revision d154bec0 (git): setbyte / ungetbyte allow out-of-range integers
* string.c: String#setbyte to accept arbitrary integers [Bug #15460]
* io.c: ditto for IO#ungetbyte
* ext/strringio...
shyouhei (Shyouhei Urabe)
06:01 AM Bug #15513: MJIT compilation terminated due to -Wfatal-errors on GCC 7.3.0
バージョンがかわってしまったので元にもどしました。 kajisha (Hiroshi Kajisha)
06:00 AM Bug #15513: MJIT compilation terminated due to -Wfatal-errors on GCC 7.3.0
下記のとおりコンパイルされることが確認できました!ありがとうございます。
~~~
$ time ruby -v --jit-verbose=2 --jit-save-temps --disable-gems /tmp/t.rb...
kajisha (Hiroshi Kajisha)
04:02 AM Revision 5e84537d (git): Revert "mjit_worker.c: try passing -nostdlib to AIX"
This reverts commit b32fb23083912c37a2601c66531ed786a7c9f3e5.
This didn't work on AIX.
git-svn-id: svn+ssh://ci.rub...
k0kubun (Takashi Kokubun)
03:53 AM Feature #15523: Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
mame (Yusuke Endoh) wrote:
> I understand that "your problem" is confusion between a keyword "begin" and "Range#be...
sawa (Tsuyoshi Sawada)
03:43 AM Revision a01f2f0a (git): * 2019-01-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:43 AM Revision 01d63239 (git): Suppress warning: ambiguous first argument; put parentheses or a space even after `/' operator
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:22 AM Feature #15301 (Closed): Symbol#call, returning method bound with arguments
nagachika (Tomoyuki Chikanaga)
12:15 AM Feature #15393: Add compilation flags to freeze Array and Hash literals
Eregon (Benoit Daloze) wrote:
> tenderlovemaking (Aaron Patterson) wrote:
> > I thought about doing this with ".fre...
tenderlovemaking (Aaron Patterson)

01/14/2019

11:34 PM Bug #15535 (Rejected): Optional arguments for definition - Syntax Error is not the correct Error type
Required arguments cannot be placed between optional arguments **syntactically**, so it must be a `SyntaxError`.
`Ar...
nobu (Nobuyoshi Nakada)
07:52 PM Bug #15535 (Rejected): Optional arguments for definition - Syntax Error is not the correct Error type
The below definition throws a Syntax Error, while there is no syntax error and I'm not sure what is the intention beh... waheedi (Waheed Barghouthi)
11:30 PM Feature #15438: Threads can't switch faster than TIME_QUANTUM_(NSEC|USEC|MSEC)
Your patch can't apply to the latest code.
Could you rebase it?
nobu (Nobuyoshi Nakada)
06:49 PM Feature #15438: Threads can't switch faster than TIME_QUANTUM_(NSEC|USEC|MSEC)
Anyone interested on the subject ? sylvain.joyeux (Sylvain Joyeux)
11:15 PM Bug #8059 (Closed): Unrelated block value returned by String#match(regex) when regex is returned by a method that uses define_method and super
Thank you for the confirmation. nobu (Nobuyoshi Nakada)
05:26 PM Bug #8059: Unrelated block value returned by String#match(regex) when regex is returned by a method that uses define_method and super
The example appears to have been a little mangled on Redmine.
This code reproduces the issue on 1.9.3-p327 and 1.9...
jsc (Justin Collins)
06:40 PM Feature #15527: Redesign of timezone object requirements
> Note that a timezone system requires two API.
Sorry for my arrogance, but can you please explain this a bit?..
...
zverok (Victor Shepelev)
05:37 PM Bug #8297: extend & inherited class variable issue
This appears to still be an issue with Ruby 2.6.0 (ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux]):
Examp...
jsc (Justin Collins)
03:45 PM Feature #15526: New way to destruct an object hash
Related/duplicate https://bugs.ruby-lang.org/issues/11758 elia (Elia Schito)
02:34 PM Misc #15534 (Closed): Is there reliable way to check for new Ruby releases?
In Fedora, we are using https://release-monitoring.org/ to check for packages updates. Unfortunately, the content of ... vo.x (Vit Ondruch)
02:15 PM Feature #15523: Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
@sawa Sorry, please don't mind my previous comment. I confused the behavior of Range and one of ArithmeticSequence. mrkn (Kenta Murata)
12:52 PM Feature #15523: Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
@sawa Please tell us how can we get both the end-value of the exclude-end range and the last element of the sequence ... mrkn (Kenta Murata)
11:58 AM Bug #15522: TestJIT#test_compile_insn_local fails on aarch64 RHEL7
k0kubun (Takashi Kokubun) wrote:
> @vo.x Could you check if r66812 works?
Actually it is r66811 + r66812. Applyin...
vo.x (Vit Ondruch)
06:32 AM Bug #15522: TestJIT#test_compile_insn_local fails on aarch64 RHEL7
@vo.x Could you check if r66812 works? k0kubun (Takashi Kokubun)
06:18 AM Bug #15522 (Closed): TestJIT#test_compile_insn_local fails on aarch64 RHEL7
Applied in changeset trunk|r66812.
----------
mjit_worker.c: pass -lgcc to GCC platforms
using `-nodefaultlibs -nos...
k0kubun (Takashi Kokubun)
11:40 AM Bug #15385: Ruby process hang in ensure
Memo: r61591, r61592, r66324 are related. nagachika (Tomoyuki Chikanaga)
11:27 AM Bug #15219: Backport: Ruby 2.5.X to support OpenSSL 1.1.1 and TLS 1.3
> Maybe this patch too.
> config: support .include directive
> https://github.com/ruby/openssl/pull/216
>
> And ...
nagachika (Tomoyuki Chikanaga)
11:17 AM Bug #15533 (Third Party's Issue): Segmentation fault: mysql2 client
Started GET "/" for 127.0.0.1 at 2019-01-14 10:55:17 +0000
/../../.rvm/gems/ruby-2.6.0/gems/mysql2-0.5.2/lib/mysql2/...
abhi.cerner (abhishek singh)
11:09 AM Bug #15532 (Closed): Backport r66819 (ast.c: fix missing head part in dynamic literal)
This is a ticket for backport management.
r66819 contains bug fix for RubyVM::AbstractSyntax.parse/.parse_tree.
nagachika (Tomoyuki Chikanaga)
11:04 AM Revision ad10418e (git): update redmine-backporter to catch up Redmine 4.0. [ci skip]
tool/redmine-backporter.rb: change revision resource URL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66820 b2...
nagachika (Tomoyuki Chikanaga)
10:16 AM Revision 4d727639 (git): ast.c: fix missing head part in dynamic literal
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:48 AM Bug #15498 (Closed): Update Refinements documentation
Fixed at r66788 hsbt (Hiroshi SHIBATA)
09:23 AM Bug #15041: [PATCH] cont.c: set th->root_fiber to current fiber at fork
ruby_2_5 r66818 merged revision(s) 64589,64593. nagachika (Tomoyuki Chikanaga)
09:23 AM Revision b9f11b12 (git): merge revision(s) 64589,64593: [Backport #15041]
cont.c: set th->root_fiber to current fiber at fork
Otherwise, th->root_fiber can point to an invalid Fiber,...
nagachika (Tomoyuki Chikanaga)
07:35 AM Feature #15408: Deprecate ObjectSpace._id2ref
Target version is used by release engineering; don't use this as just a goal.
In this case set target version after ...
naruse (Yui NARUSE)
07:32 AM Bug #595: Fiber ignores ensure clause
Target version is used by release engineering; don't use this as just a goal. naruse (Yui NARUSE)
07:30 AM Bug #15513: MJIT compilation terminated due to -Wfatal-errors on GCC 7.3.0
@kajisha 多分 r66817 で直ると思うのですが、最新のtrunkでMJITが動くかご確認いただけないでしょうか。 k0kubun (Takashi Kokubun)
07:28 AM Bug #15513 (Closed): MJIT compilation terminated due to -Wfatal-errors on GCC 7.3.0
Applied in changeset trunk|r66817.
----------
mjit_worker.c: pass -nostdlib when making pch as well
[Bug #15513]
k0kubun (Takashi Kokubun)
07:28 AM Revision ec3cdb34 (git): mjit_worker.c: pass -nostdlib when making pch as well
[Bug #15513]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
k0kubun (Takashi Kokubun)
06:45 AM Revision b32fb230 (git): mjit_worker.c: try passing -nostdlib to AIX
r66812 might have allowed this. Testing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66816 b2dd03c8-39d4-4d8f-...
k0kubun (Takashi Kokubun)
06:38 AM Bug #15471: -e and specified file does not kick script_compiled TracePoint event
ruby_2_6 r66815 merged revision(s) 66595. naruse (Yui NARUSE)
06:38 AM Revision 6e7f3982 (git): merge revision(s) 66595: [Backport #15471]
fix missed script_compiled events. [Bug #15471]
* ruby.c (process_options): script_compiled events are misse...
naruse (Yui NARUSE)
06:34 AM Bug #15476: Branch coverage: Failing to load trivial sample when branch coverage is on
ruby_2_6 r66813 merged revision(s) 66670,66676. naruse (Yui NARUSE)
06:34 AM Revision 8e2c6c16 (git): * 2019-01-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@66814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:34 AM Revision aed655c0 (git): merge revision(s) 66670,66676: [Backport #15476]
compile.c: support branch coverage for `a&.foo = 1`
[Bug #15476]
compile.c (iseq_set_sequence): fix...
naruse (Yui NARUSE)
06:18 AM Revision d14089fb (git): mjit_worker.c: pass -lgcc to GCC platforms
using `-nodefaultlibs -nostdlib`.
I assume libgcc is needed when we use -nostdlib, and it's linked on some
platforms...
k0kubun (Takashi Kokubun)
05:50 AM Revision d89d1d46 (git): mjit_worker.c: untangle CC_LIBS nesting
This should have no impact.
The CC_LIBS was too hard to read for human.
I don't remember whether the order of -lmsvc...
k0kubun (Takashi Kokubun)
04:49 AM Revision b4bc6ccb (git): * 2019-01-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:49 AM Revision 4840771a (git): vm_insnhelper.c: make VM helpers inline
In r66597, both VM and JIT seem to be made slower:
```
$ benchmark-driver benchmark.yml --rbenv 'r66596::before --di...
k0kubun (Takashi Kokubun)

01/13/2019

01:49 PM Bug #15531 (Closed): Ignore gemspec files for rdoc.
Applied in changeset trunk|r66808.
----------
rdoc: ignore gemspec files
[ruby-core:91067] [Bug #15531]
nobu (Nobuyoshi Nakada)
12:07 PM Bug #15531 (Closed): Ignore gemspec files for rdoc.
Followed up https://bugs.ruby-lang.org/issues/14163#note-5.
The current documentation generated by rdoc shows gems...
hsbt (Hiroshi SHIBATA)
01:49 PM Revision edb65a62 (git): rdoc: ignore gemspec files
[ruby-core:91067] [Bug #15531]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66808 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
01:41 PM Revision 71d2695d (git): rdoc: fixup the test for r66806
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:17 PM Feature #15523: Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
Objection.
I understand that "your problem" is confusion between a keyword "begin" and "Range#begin". First, I ha...
mame (Yusuke Endoh)
01:16 PM Revision 0fb782ea (git): rdoc: ignore garbage files
* lib/rdoc/options.rb (RDoc::Options#init_ivars): exclude backup
files by default.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
01:16 PM Revision 6feee125 (git): common.mk: common rdoc variables
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:56 AM Bug #14163 (Closed): Pages of rdoc include files which are not documents
Do not reuse the existence issue and modify status by yourself without maintainers. Because We use status is backport... hsbt (Hiroshi SHIBATA)
11:42 AM Bug #14163 (Open): Pages of rdoc include files which are not documents
And here they are again: https://docs.ruby-lang.org/en/2.6.0/ (seems the problem is related to new default gems?) zverok (Victor Shepelev)
09:53 AM Feature #15527: Redesign of timezone object requirements
Sounds interesting, but `zone.utc_offset(time)` can only be a partial alternative of `utc_to_local` with using `gmtim... naruse (Yui NARUSE)
08:37 AM Feature #12208 (Assigned): Improve ri command
hsbt (Hiroshi SHIBATA)
08:09 AM Bug #10422 (Assigned): RDoc for BasicObject has methods that do not exist
hsbt (Hiroshi SHIBATA)
08:06 AM Bug #11746 (Assigned): RDoc incorrect example call method on heredoc
hsbt (Hiroshi SHIBATA)
08:05 AM Bug #12888 (Rejected): Require 'thread' crash on recent 2.2.x
Ruby 2.2.x is EOL status. hsbt (Hiroshi SHIBATA)
08:03 AM Feature #15415 (Assigned): [PATCH] fileutils (mv): fall back to copy + unlink on EPERM
hsbt (Hiroshi SHIBATA)
07:50 AM Bug #15390: Error installing nokogiri on ruby-2.6.0-rc1
Possibly related: https://github.com/Homebrew/brew/issues/5068
Also this section from Nokogiri documentation: http...
franklinyu (Franklin Yu)
05:56 AM Bug #15428: Refactor Proc#>> and #<<
zverok (Victor Shepelev) wrote:
> Now, from what I can understand, you followed this rule of thumb:
> * if something ...
nobu (Nobuyoshi Nakada)
04:36 AM Revision 665d9a43 (git): time.c: separate sign argument
* time.c (vtm_add_offset): separate sign argument to get rid of
repeated negations.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
03:37 AM Misc #15530: [ANN] Upgrading bugs.ruby-lang.org to Redmine 4.0
I fixed the mail-bomb issue [ruby-core:91051](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/91051) - [r... hsbt (Hiroshi SHIBATA)
03:17 AM Misc #15530 (Assigned): [ANN] Upgrading bugs.ruby-lang.org to Redmine 4.0
hsbt (Hiroshi SHIBATA)
01:36 AM Misc #15530 (Closed): [ANN] Upgrading bugs.ruby-lang.org to Redmine 4.0
Now, I did upgrade bugs.ruby-lang.org to Redmine 4.0 from 3.2.
See, notable changes via official announcement.
...
hsbt (Hiroshi SHIBATA)
03:31 AM Revision 019c8915 (git): time.c: do not set utc_offset in vtm_add_offset
* time.c (vtm_add_offset): just add offset to other components
only. removed subtraction of utc_offset as it is ov...
nobu (Nobuyoshi Nakada)
03:27 AM Revision 128b6577 (git): * 2019-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:27 AM Revision 6d181873 (git): Fix remaining syntax errors in Binding#irb docs
Apologies for catching those so late.
[Fix GH-2067] [ci skip]
From: Olivier Lacan <[email protected]>
git-svn-id...
nobu (Nobuyoshi Nakada)

01/12/2019

09:04 PM Bug #15519: addr2line compile error on RHEL7
ruby_2_6 r66800 merged revision(s) 66768. naruse (Yui NARUSE)
09:04 PM Revision d3aa6514 (git): merge revision(s) 66768: [Backport #15519]
Get rid of C99 feature for now [ruby-core:90949] [Bug #15519]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r...
naruse (Yui NARUSE)
09:03 PM Bug #15468: Net::Protocol::BufferedIO#write raises NoMethodError when sending large multi-byte string
ruby_2_6 r66799 merged revision(s) 66582. naruse (Yui NARUSE)
09:03 PM Bug #15472: Invalid JSON data being sent from Net::HTTP in some cases with Ruby 2.6.0
ruby_2_6 r66799 merged revision(s) 66582. naruse (Yui NARUSE)
09:02 PM Revision 9548df04 (git): merge revision(s) 66582: [Backport #15468][Backport #15472]
Fix Net::Protocol::BufferedIO#write when sending large multi-byte string
This commit should fix Net::Protoco...
naruse (Yui NARUSE)
03:04 PM Feature #15526: New way to destruct an object hash
zverok (Victor Shepelev) wrote:
> 1) Ruby has very consistent "argument **deconstruction**" rules. Basically, "it is...
janfri (Jan Friedrich)
02:21 PM Misc #15529 (Closed): Document Enumerator::Lazy
In this patch:
* explanation of the class concept, with examples;
* docs for all class methods (most of them just s...
zverok (Victor Shepelev)
01:59 PM Feature #15301: Symbol#call, returning method bound with arguments
In the light of discussions here: https://bugs.ruby-lang.org/issues/15428#change-76265 (TL;DR: `#call` is "implicit P... zverok (Victor Shepelev)
01:24 PM Bug #15428: Refactor Proc#>> and #<<
> `#call` method is called by `Enumerable`, `Enumerator`, finalizer and `Signal`.
That's interesting. I just looke...
zverok (Victor Shepelev)
12:35 PM Bug #15428: Refactor Proc#>> and #<<
nobu (Nobuyoshi Nakada) wrote:
> `#call` method is called by `Enumerable`, `Enumerator`, finalizer and `eval`.
So...
nobu (Nobuyoshi Nakada)
12:31 PM Bug #15428: Refactor Proc#>> and #<<
> > `#to_proc` is not an implicit conversion method, as it needs the specific syntax, `&`.
>
> But ideologically, ...
nobu (Nobuyoshi Nakada)
12:08 PM Bug #15428: Refactor Proc#>> and #<<
> `#to_proc` is not an implicit conversion method, as it needs the specific syntax, `&`.
But ideologically, it is ...
zverok (Victor Shepelev)
11:35 AM Bug #15428: Refactor Proc#>> and #<<
Sorry, I was going to reopen this after r66769, but have forgotten.
> Currently, it is the **only** place in Ruby ...
nobu (Nobuyoshi Nakada)
09:36 AM Bug #15428 (Open): Refactor Proc#>> and #<<
Sorry for my arrogance, but I am kinda surprised (to say the least) with how this ticket is treated.
* Ticket is c...
zverok (Victor Shepelev)
12:39 PM Revision ad0ba0dc (git): trivial fix r66778 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:56 AM Bug #15528: Bundler stdlib is not documented
@hsbt Thanks, I'll provide the patch.
Can we leave this ticket open? I believe it is an existing problem of the tr...
zverok (Victor Shepelev)
11:20 AM Bug #15528 (Closed): Bundler stdlib is not documented
I welcome the patch for documentation of bundler on the upstream that is https://github.com/bundler/bundler or ruby r... hsbt (Hiroshi SHIBATA)
11:08 AM Bug #15528 (Closed): Bundler stdlib is not documented
Since 2.6, Bundler is a part of the standard library. But the logic of standard library docs for "default gems" (only... zverok (Victor Shepelev)
09:36 AM Revision 4e28fdf4 (git): No FloatDomainError at non-finitive number if exception: false
[ruby-core:91021] [Bug #15525]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66797 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
09:02 AM Feature #15527 (Closed): Redesign of timezone object requirements
In #14850, there was timezone support introduced, there were pretty specific requirements for the Timezone object:
...
zverok (Victor Shepelev)
05:03 AM Bug #15525 (Closed): Complex(nil, exception: false) and Rational(nil, exception: false) raises an error
Applied in changeset trunk|r66796.
----------
No TypeError at nil if exception: false
[ruby-core:91021] [Bug #15525]
nobu (Nobuyoshi Nakada)
05:02 AM Revision 62c17a2f (git): No TypeError at nil if exception: false
[ruby-core:91021] [Bug #15525]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66796 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
04:53 AM Revision 52a97e36 (git): * 2019-01-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:53 AM Revision 056c24d3 (git): RbConfig::CONFIG never had "exeext"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

01/11/2019

08:35 PM Feature #15526: New way to destruct an object hash
> Admit it, you only wanted to use `.then`
That's absolutely not the point. The real point here is:
1) Ruby ha...
zverok (Victor Shepelev)
08:15 PM Feature #15526: New way to destruct an object hash
> What do you guys think?
Ultimately you only have to convince matz, so the rest is just people giving opinions. :...
shevegen (Robert A. Heiler)
07:57 PM Feature #15526: New way to destruct an object hash
Not exactly what you are describing, but, funny enough, there is a way!
```ruby
config = { host: 'localhost', por...
zverok (Victor Shepelev)
07:45 PM Feature #15526 (Open): New way to destruct an object hash
JavaScript has a nice a neat way to destruct objects.
~~~ javascript
const person = { name: "John Doe", age: 33 }...
alissonbruno.sa (Alisson Santos)
07:52 PM Misc #15462: DevelopersMeeting20190110Japan
On 2019/01/11 06:53, [email protected] wrote:
> Issue #15462 has been updated by palkan (Vladimir Dementyev).
...
duerst (Martin Dürst)
04:11 PM Bug #15522: TestJIT#test_compile_insn_local fails on aarch64 RHEL7
sharkcz (Dan Horák) wrote:
> I guess -nodefaultlibs should be omitted and/or -static-libgcc added. Skipping libgcc s...
vo.x (Vit Ondruch)
11:10 AM Bug #15522 (Assigned): TestJIT#test_compile_insn_local fails on aarch64 RHEL7
> Header and the content of /tmp directory (except the .gch, which was huge :/) are attached.
Thanks! Much appreci...
k0kubun (Takashi Kokubun)
10:42 AM Bug #15522: TestJIT#test_compile_insn_local fails on aarch64 RHEL7
I suppose "-nostartfiles -nodefaultlibs -nostdlib" are the reason that libgcc isn't linked into the _ruby_mjit_p111u0... sharkcz (Dan Horák)
10:02 AM Bug #15522 (Open): TestJIT#test_compile_insn_local fails on aarch64 RHEL7
So here is the output:
~~~
$ ruby --disable-gems --jit-verbose=2 --jit-min-calls=1 --jit-debug --jit-wait --jit-s...
vo.x (Vit Ondruch)
04:04 PM Feature #14344: refine at class level
shevegen (Robert A. Heiler) wrote:
> I think that:
>
> using do
> refine Array do
>
> Is not good....
palkan (Vladimir Dementyev)
11:05 AM Feature #14344: refine at class level
I think that:
using do
refine Array do
Is not good. It looks very strange to me.
The other varia...
shevegen (Robert A. Heiler)
02:33 PM Bug #15460 (Assigned): Behaviour of String#setbyte changed
I had a chance this week to ask matz if he wants to allow bigger inputs or not for those methods. He answered yes. ... shyouhei (Shyouhei Urabe)
02:32 PM Bug #15525: Complex(nil, exception: false) and Rational(nil, exception: false) raises an error
Found by specs added in https://github.com/ruby/spec/pull/648 Eregon (Benoit Daloze)
02:16 PM Bug #15525 (Closed): Complex(nil, exception: false) and Rational(nil, exception: false) raises an error
Each line below raises an error
~~~
Complex(:sym, 0, exception: false) # TypeError (not a real)
Complex(nil, excep...
ibylich (Ilya Bylich)
11:13 AM Feature #15523: Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
I have no particular pro or con opinion towards this proposal per se; however within
the two suggestions made, I thi...
shevegen (Robert A. Heiler)
04:51 AM Feature #15523: Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
Done. kou (Kouhei Sutou)
04:45 AM Feature #15523: Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
Sorry, please change this to a feature request instead of a bug report. sawa (Tsuyoshi Sawada)
04:44 AM Feature #15523 (Open): Let `Range#begin` and `Range#end` be aliases of Range#first and Range#last
My understanding is that `Range#begin` and `Range#end`'s features are just subsets of `Range#first` and `Range#last`,... sawa (Tsuyoshi Sawada)
09:36 AM Revision 0a5655a5 (git): Drop whole examples
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:53 AM Bug #15524 (Rejected): Unicode not Supported in Class Names
It is supported since 2.6, [Feature #13770]. nobu (Nobuyoshi Nakada)
08:31 AM Bug #15524 (Rejected): Unicode not Supported in Class Names
The details are at the attached file. martin_vahi (Martin Vahi)
08:46 AM Bug #15493 (Feedback): Seg Fault on 'vagrant up' Fedora29 intel
You have not provided enough information about your environment. Could you please provide output of the following com... vo.x (Vit Ondruch)
08:44 AM Revision 8197abf9 (git): Fix r66791
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:50 AM Revision d03771d8 (git): Fix r66772
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:58 AM Revision e4f46eab (git): Fix make-snapshot for trunk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:32 AM Bug #15468 (Closed): Net::Protocol::BufferedIO#write raises NoMethodError when sending large multi-byte string
nobu (Nobuyoshi Nakada)
01:49 AM Feature #14145: Proposal: Better Method#inspect
Eregon (Benoit Daloze) wrote:
> ko1 (Koichi Sasada) wrote:
> > I don't have strong opinions on your proposal, but s...
ko1 (Koichi Sasada)
01:18 AM Revision bdc36b36 (git): Ensure to terminate the child
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
 

Also available in: Atom