Project

General

Profile

Activity

From 09/05/2015 to 09/11/2015

09/11/2015

04:21 PM Bug #11521: [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
Thanks for the feedback.
I am still riding version 2.2.1. I have been unable to install the 2.2.3 update. Per the...
TyrantDavis (Tyrant Davis)
08:16 AM Bug #11521 (Feedback): [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
Tyrant Davis wrote:
> I am new to coding and rails. When I try running rails server I get the segmentation fault. Th...
nobu (Nobuyoshi Nakada)
05:39 AM Bug #11521 (Closed): [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
I am new to coding and rails. When I try running rails server I get the segmentation fault. This was not an issue yes... TyrantDavis (Tyrant Davis)
04:03 PM Feature #11523 (Closed): optparse short options will match complete options
In short, if I define an option like `"-F", "--irs [OCTAL]"`, `-i` will match this option, although the short version... mjrk (Micha J)
01:47 PM Bug #11522 (Rejected): URI::decode returns incorrectly encoding strings
When given unicode characters to encode and decode, the URI module returns a string with an invalid encoding.
~~~
...
charlieda (Charlie Anderson)
01:25 AM Misc #11520 (Rejected): Inconsistent behavior in Array#compact!
nobu (Nobuyoshi Nakada)

09/10/2015

11:49 PM Misc #11520: Inconsistent behavior in Array#compact!
Ah, I was unaware that was the intention. I guess I should use `.tap(&:compact!)` instead. This issue can be closed. postmodern (Hal Brodigan)
11:42 PM Misc #11520: Inconsistent behavior in Array#compact!
This behavior is consistent with many other "bang methods" which return `nil` if they might have mutated the receiver... 0x0dea (D.E. Akers)
07:43 PM Misc #11520 (Rejected): Inconsistent behavior in Array#compact!
I noticed that `Array#compact!` sometimes returns `self` and other times `nil`. This behavior was a bit confusing.
...
postmodern (Hal Brodigan)
05:22 PM Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
Great! This is why I love the Ruby community.
Thank you!
pedz (Perry Smith)
01:49 PM Bug #11519 (Closed): "#{nil}" produces string as US-ASCII rather than current encoding
Applied in changeset r51820.
----------
parse.y: keep literal encoding
* parse.y (literal_concat_gen, evstr2dstr_ge...
nobu (Nobuyoshi Nakada)
08:54 AM Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
hm also the order is important:
"#{}#{foo}".encoding #=> US-ASCII
"#{foo}#{}".encoding #=> UTF-8
"#{}#{foo}".e...
Hanmac (Hans Mackowiak)
02:12 PM Bug #8543: new rb_iseq_load crash
At least r51816 should be backported into 2.1/2.2. nagachika (Tomoyuki Chikanaga)
12:09 AM Bug #8543: new rb_iseq_load crash
Addendum: Attached file in previous post also reproduces the crash
in the latest ruby trunk:
<compiled>:3: [BUG] ...
spatulasnout (B Kelly)

09/09/2015

11:27 PM Bug #8543: new rb_iseq_load crash
Hi,
We've encountered a new crash related to RubyVM::InstructionSequence.load.
So far it has been reproducible ...
spatulasnout (B Kelly)
09:36 PM Bug #11483: internal.h included after math.h in complex.c
Possible options:
1. Define M_PI and M_PI_2 in complex.c
2. Define _LARGE_FILES not in config.h but in a compiler o...
ReiOdaira (Rei Odaira)
08:11 PM Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
Nobuyoshi Nakada wrote:
> What's and why wrong?
“#{bar}”.encoding != ‘UTF-8’ and “#{bar}#{foo}”.encoding != ‘UTF-...
pedz (Perry Smith)
05:25 PM Bug #11519 (Feedback): "#{nil}" produces string as US-ASCII rather than current encoding
What's and why wrong? nobu (Nobuyoshi Nakada)
04:38 PM Bug #11519 (Closed): "#{nil}" produces string as US-ASCII rather than current encoding
~~~ruby
#! /usr/bin/env ruby
# encoding: utf-8
puts "Ruby version: #{RUBY_VERSION}"
puts "__ENCODING__ = #{__EN...
pedz (Perry Smith)
03:04 PM Feature #11518 (Assigned): Queue enhancement - promote! and promote_all!
I’m submitting a patch to enhance the Queue class by adding the methods Queue#promote! and Queue#promote_all!. These ... jonathanscruz (Jonathan Cruz)
03:03 PM Feature #11517 (Assigned): Queue enhancement - conditional pop
I’m submitting a patch to enhance Queue#pop. This allows the caller to provide a block that accepts data from the que... jonathanscruz (Jonathan Cruz)
07:24 AM Feature #11252: Integrated "did_you_mean" gem to ruby-core
shouldnt that be fixed to "1.0.0.beta2" because "1.0.0.beta1" got yanked? Hanmac (Hans Mackowiak)
06:13 AM Misc #11516 (Closed): Ruby 2.3.0 release engeneering
For the management of release blockers.
Current Phase:
Next release: preview1
Q: When ruby_2_2 branch is crea...
naruse (Yui NARUSE)
06:00 AM Bug #11471: min, min_by, max, max_by with optional parameter return a wrong value
Algorithm should be based on a heap. funny_falcon (Yura Sokolov)
03:01 AM Bug #11510 (Assigned): exit waits for the block form of IO.popen's child
npbu, your change introduced a test error on mswin.
Fix it, please.
usa (Usaku NAKAMURA)
02:13 AM Bug #11461 (Closed): Remove backtracing cleaning on Delegator methods
Applied in changeset r51806.
----------
* lib/delegate.rb: Remove backtrace cleaning for delegated methods
This pa...
zzak (zzak _)

09/08/2015

11:28 PM Bug #11515 (Feedback): CreateProcessW() can cause "Invalid access to memory location"
`CreateChild` is never called with a constant `cmd`, as it is build at the runtime.
How can you reproduce it?
nobu (Nobuyoshi Nakada)
04:09 PM Bug #11515 (Rejected): CreateProcessW() can cause "Invalid access to memory location"
The second argument for `CreateProcessW()` needs to *not* be a constant because it may be modified:
From https://m...
docwhat (Christian Höltje)
03:34 PM Bug #11268: Zlib::DataError: incorrect header check
This patch has passed tests. nkmrya (Yasuhiro Nakamura)
01:40 PM Bug #11268: Zlib::DataError: incorrect header check
I think it is issue of ruby.
Test case of `test/net/http/test_httpresponse.rb` is wrong.
That test case say "x\x9...
nkmrya (Yasuhiro Nakamura)
02:38 AM Bug #11268 (Assigned): Zlib::DataError: incorrect header check
Yasuhiro, thank you for your investigation!
So is it server side issue?
Anyway, you can specify request header vi...
nagachika (Tomoyuki Chikanaga)
02:17 PM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
I had attached all the details in a file. However, I have an "internal error" when trying to look at the file.
I hav...
TRex58 (Tony Reix)
01:27 PM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
> ~~~
> c:0020 p:0019 s:0093 e:000092 METHOD /opt/freeware/src/packages/BUILD/ruby-2.2.3/lib/rdoc/markup.rb:748
> ....
nobu (Nobuyoshi Nakada)
12:38 PM Bug #11514 (Closed): AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
Testing Ruby 2.2.3 on AIX6.1 built with xlc (same with gcc) leads to a reproducible crash.
See complete trace in att...
TRex58 (Tony Reix)
02:10 PM Bug #11510 (Closed): exit waits for the block form of IO.popen's child
Applied in changeset r51798.
----------
io.c: no wait when killed
* io.c (rb_io_s_popen): do not wait the child pro...
nobu (Nobuyoshi Nakada)
12:55 PM Feature #11252 (Closed): Integrated "did_you_mean" gem to ruby-core
Applied in changeset r51795.
----------
gems/bundled_gems: Automatically install the did_you_mean gem as a bunlded g...
Anonymous
06:10 AM Bug #11497: add Write Barrier in refined method entry move (fixed at r51728)
チケットのほうに反映されてないのでメールから引用します
> > ruby_2_1, ruby_2_2 では trunk の move_refined_method() が変更されていて多少 conflict しますが、同じ問題が...
nagachika (Tomoyuki Chikanaga)
06:08 AM Feature #11454 (Closed): FTP client misbehaves in the block passed to FTP#list when using passive mode
Applied in changeset ruby-trunk:r51791.
----------
* lib/net/ftp.rb (list): fetch all the lines before yielding a bl...
shugo (Shugo Maeda)
04:19 AM Bug #11481 (Closed): Segmentation fault when thread is killed during `require`.
nagachika (Tomoyuki Chikanaga)
04:18 AM Bug #11481: Segmentation fault when thread is killed during `require`.
[But #11404] seems the similar issue and fixed on trunk. nagachika (Tomoyuki Chikanaga)
03:41 AM Bug #11237: サブスレッドがすべて終了するとメインスレッドが割り込まれる。
実際の可否はともかく、要望があるということで Backport フィールドに REQUIRED を埋めました。
r50900 を入れると(おそらく潜在的には r50900 の有無とは関係なく必要なのだと思いますが) [Bug #11...
nagachika (Tomoyuki Chikanaga)
02:46 AM Bug #11471 (Assigned): min, min_by, max, max_by with optional parameter return a wrong value
Thank you for your report and patches.
I've confirmed that the issue exists in ruby-2.2.3 too.
akr san, please ...
nagachika (Tomoyuki Chikanaga)

09/07/2015

05:13 PM Bug #11513 (Closed): IPAddr should reject invalid formats
Is this intended behavior?
A patch is PR#942(https://github.com/ruby/ruby/pull/942)
~~~
require 'ipaddr'
IP...
kachick (Kenichi Kamiya)
05:00 PM Bug #11512 (Closed): DelegateClass.#public_{instance_}methods are returning difference values.
Is this intended behavior?
A patch is PR#926(https://github.com/ruby/ruby/pull/926)
~~~
require 'delegate'
...
kachick (Kenichi Kamiya)
01:29 PM Bug #11511: Problem with cyrillic letter И
How to reproduce?
I could not reproduce with irb.
![](prompt.jpg)
usa (Usaku NAKAMURA)
12:59 PM Bug #11511: Problem with cyrillic letter И
converted file to utf-8
set up comment
~~~ruby
# encoding: UTF-8
~~~
this does not help.
please help how...
[email protected] ([email protected] [email protected])
12:57 PM Bug #11511 (Closed): Problem with cyrillic letter И
I have problem dealing with the И letter.
'И'.encoding #>ASCII-8BIT
'И'....
[email protected] ([email protected] [email protected])
12:59 AM Bug #11037 (Assigned): Time Parse Documentation Incorrect - Undefined method getlocal
hsbt (Hiroshi SHIBATA)

09/06/2015

02:12 AM Bug #11037: Time Parse Documentation Incorrect - Undefined method getlocal
The new patch has passed tests.
Could you review the patch again?
nkmrya (Yasuhiro Nakamura)

09/05/2015

11:54 PM Bug #11510 (Closed): exit waits for the block form of IO.popen's child
The block form of `IO.popen` waits for the child process to finish before quitting. If the parent process exits duri... [email protected] (Martin Dorey)
02:40 AM Bug #11509 (Closed): Incorrect fraction_digits calculation in lib/rss/rss.rb:41 Time#w3cdtf
Applied in changeset r51766.
----------
rss.rb: fix usec width
* lib/rss/rss.rb (Time#w3cdtf): fix zero-trimmed wid...
nobu (Nobuyoshi Nakada)
01:25 AM Bug #11509: Incorrect fraction_digits calculation in lib/rss/rss.rb:41 Time#w3cdtf
**Sorry for broken markdown -- here I fixed it:**
Current code is:
~~~ruby
def w3cdtf
if usec.zero?
...
Nakilon (Victor Maslov)
01:23 AM Bug #11509 (Closed): Incorrect fraction_digits calculation in lib/rss/rss.rb:41 Time#w3cdtf
Current code is:
~~~ruby
fraction_digits = Math.log10(usec.to_s.sub(/0*$/, '').to_i).floor + 1
~~~
Th...
Nakilon (Victor Maslov)
 

Also available in: Atom