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... -
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... -
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...
-
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...
-
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.
~~~
... -
01:25 AM Misc #11520 (Rejected): Inconsistent behavior in Array#compact!
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.
-
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...
-
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.
... -
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!
-
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... -
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... -
02:12 PM Bug #8543: new rb_iseq_load crash
- At least r51816 should be backported into 2.1/2.2.
-
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] ...
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 ... -
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... -
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-... -
05:25 PM Bug #11519 (Feedback): "#{nil}" produces string as US-ASCII rather than current encoding
- What's and why wrong?
-
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... -
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 ...
-
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...
-
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?
-
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... -
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.
-
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. -
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...
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? -
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... -
03:34 PM Bug #11268: Zlib::DataError: incorrect header check
- This patch has passed tests.
-
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... -
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... -
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... -
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
> .... -
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... -
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... -
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... -
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 しますが、同じ問題が... -
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... -
04:19 AM Bug #11481 (Closed): Segmentation fault when thread is killed during `require`.
-
04:18 AM Bug #11481: Segmentation fault when thread is killed during `require`.
- [But #11404] seems the similar issue and fixed on trunk.
-
03:41 AM Bug #11237: サブスレッドがすべて終了するとメインスレッドが割り込まれる。
- 実際の可否はともかく、要望があるということで Backport フィールドに REQUIRED を埋めました。
r50900 を入れると(おそらく潜在的には r50900 の有無とは関係なく必要なのだと思いますが) [Bug #11... -
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 ...
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... -
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'
... -
01:29 PM Bug #11511: Problem with cyrillic letter И
- How to reproduce?
I could not reproduce with irb.
 -
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... -
12:57 PM Bug #11511 (Closed): Problem with cyrillic letter И
- I have problem dealing with the И letter.
'И'.encoding #>ASCII-8BIT
'И'.... -
12:59 AM Bug #11037 (Assigned): Time Parse Documentation Incorrect - Undefined method getlocal
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?
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...
-
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... -
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?
... -
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...
Also available in: Atom