Activity
From 10/20/2012 to 10/26/2012
10/26/2012
-
11:38 PM Bug #7097: Thread locals don't work inside Enumerator
- tenderlovemaking (Aaron Patterson) wrote:
> I spoke with ko1-san and Usa-san last night, and we thought that thread_... -
04:53 PM Bug #7097: Thread locals don't work inside Enumerator
- (2012/10/26 15:41), Aaron Patterson wrote:
>> I recommend that Thread#[] should be reference to
>> > Thread#thre... -
03:53 PM Bug #7097: Thread locals don't work inside Enumerator
- On Fri, Oct 26, 2012 at 02:40:53PM +0900, SASADA Koichi wrote:
> I don't have any objection.
>
> I recommend ... -
02:53 PM Bug #7097: Thread locals don't work inside Enumerator
- I don't have any objection.
I recommend that Thread#[] should be reference to
Thread#thread_variable_get, and... -
07:19 AM Bug #7097: Thread locals don't work inside Enumerator
- I spoke with ko1-san and Usa-san last night, and we thought that thread_variable_(get|set) would be good (similar to ...
-
10:11 PM Feature #6875: Make test/unit default gem
- I comment on this issue.
I think that this issue is the right issue for talking about only test-unit.gemspec. If you... -
09:28 PM Feature #6265: Remove 'useless' 'concatenation' syntax
- Right now I'm in the middle of some very tight deadlines in my job and won't have time to fix all usages of this kind...
-
08:10 PM Bug #7158: require is slow in its bookkeeping; can make Rails startup 2.2x faster
- I heard that taru-san's analysis of for your patch (1) to (4).
(1) to (3) are good (no compatibility issue). "free... -
12:10 PM Feature #6478: BasicObject#__class__
- =begin
"Method transplanting" is introduced into 2.0, so you can write:
class Foo < BasicObject
include ::Mo... -
11:59 AM Feature #6023 (Rejected): Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
-
11:57 AM Feature #6561 (Rejected): ?= operator
- I'm not against this feature concept, but '?=' conflicts with existing syntax.
You have to propose different syntax. -
11:54 AM Feature #6678 (Rejected): Precedence of ^ operator
- '^' is not a power operator in Ruby.
-
10:53 AM Bug #6865: GC::Profiler.report might create a huge String and invoke a few GC cycles
- Eregon (Benoit Daloze) wrote:
> authorNari (Narihiro Nakamura) wrote:
> > I see. It is better for memory usage to p... -
01:09 AM Bug #6865: GC::Profiler.report might create a huge String and invoke a few GC cycles
- authorNari (Narihiro Nakamura) wrote:
> I see. It is better for memory usage to progressively write the IO stream on... -
09:19 AM Bug #7216 (Closed): object.c defines clone method for objects that cannot be cloned.
- As the subject says, in object.c, the clone method is defined and then special cased for certain object types. The e...
-
06:18 AM Bug #7166 (Closed): Speed up Hash#dup by patching Hash#initialize_copy
-
05:33 AM Bug #4443 (Open): odd evaluation order in a multiple assignment
- It looks to be closed by mistake.
-
04:02 AM Bug #7172: [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
- @usa I'm sorry but http://bugs.ruby-lang.org/projects/ruby-193/repository/revisions/37155 does not backport tool/mkco...
-
03:43 AM Feature #5481: Gemifying Ruby standard library
- Thank you for clarification, waiting for NaHi and offering my help.
-
12:34 AM Feature #4569: Replace IPAddr with IPAddress
- I've made a hopefully last set of changes to ipaddr.rb in trunk a couple months ago:
- introduction of IPAddr::Err... -
12:10 AM Bug #7215 (Assigned): Remaining messages on OpenSSL error queue after Certificate#verify
10/25/2012
-
11:52 PM Bug #7215 (Closed): Remaining messages on OpenSSL error queue after Certificate#verify
- While investigating a ruby-pg issue [1], we noticed that a SSL connection with PostgreSQL can fail, after a call to O...
-
09:43 PM Feature #6265: Remove 'useless' 'concatenation' syntax
- I also strongly object this change, since it needed many escapes which were unnecessary otherwise.
-
08:58 PM Feature #6265 (Feedback): Remove 'useless' 'concatenation' syntax
- Since affected libraries are so many, the fix should be done by the proposer.
Moreover I think this insists that s... -
08:54 PM Feature #6265 (Assigned): Remove 'useless' 'concatenation' syntax
- I reverted r37316 because such too many failures prevents watching CI.
Please re-commit it with fixes for those test... -
08:50 PM Feature #6265 (Closed): Remove 'useless' 'concatenation' syntax
- This issue was solved with changeset r37327.
Rodrigo, thank you for reporting this issue.
Your contribution to Ruby i... -
01:41 PM Feature #6265 (Assigned): Remove 'useless' 'concatenation' syntax
- Now I've committed mame-san's patch (I was asked by him to commit instead of him).
But this change introduced some... -
01:22 PM Feature #6265 (Closed): Remove 'useless' 'concatenation' syntax
- This issue was solved with changeset r37317.
Rodrigo, thank you for reporting this issue.
Your contribution to Ruby i... -
09:30 PM Feature #5922 (Rejected): Migrate equal? to identical?
- Hello trans and yhara,
2012/10/25 yhara (Yutaka HARA) <[email protected]>:
> Yusuke, do you know if this prop... -
07:59 PM Feature #5922: Migrate equal? to identical?
- Yusuke, do you know if this proposal is accepted as 2.0.0 feature at the Ruby developer meeting?
-
09:01 PM Feature #5481: Gemifying Ruby standard library
- We discussed this request at the developers' meeting (Jul. 21),
and it was not accepted.
NaHi (the proposer) pres... -
04:29 PM Feature #5481: Gemifying Ruby standard library
- Will it address concerns from #6124 as well?
-
04:26 PM Feature #5481: Gemifying Ruby standard library
- What actions exactly? Will the gems be gems or just another workaround? Can I see current state? How the result will ...
-
03:46 PM Feature #5481: Gemifying Ruby standard library
- This ticket is the center of attention at ruby-dev ML :)
NaHi-san will take a certain action in a few days, I guess. -
02:51 PM Feature #5481: Gemifying Ruby standard library
- Is the plan to extract the gems out of StdLib and make from them proper gems again? I.e. there would be for example r...
-
08:47 PM Feature #4569: Replace IPAddr with IPAddress
- The library is very stable, it is used in production in many other projects (600k downloads on rubygems), and the com...
-
04:34 PM Feature #4569: Replace IPAddr with IPAddress
- ping. status?
-
08:29 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
- Thank you for your comment.
I want to support debugging feature, but my hands doesn't work on it yet.
Does... -
07:46 PM Bug #7214 (Third Party's Issue): Ruby 2.0 breaks support for some debugging tools
- Notably the "Pry" debugger breaks, and (though i haven't checked) I'm assuming the 'debugger' project as well. The re...
-
07:47 PM Feature #6622 (Closed): Add <, >, <=, >= to Set
- Merged a couple months ago. Thanks!
-
04:31 PM Feature #6946: FIPS support?
- ping. status?
-
04:29 PM Feature #7007: Make OpenStruct#new accept OpenStruct object
- ping? status?
-
04:22 PM Feature #7051: Extend caller_locations API to include klass and bindings. Allow caller_locations as a method hanging off Thread.
- Ping (I need feed back).
----
Current idea:
add `Thread#backtrace_locations(...)' (correspond to Thread#back... -
01:56 PM Bug #7212: "stack level too deep" in Fiber much earlier in new versions of 1.9.3
- Here's a little more debug-info (not sure if it's needed, but anyhow...)
I tried the patch from #3187, increasing ... -
10:21 AM Bug #7212 (Assigned): "stack level too deep" in Fiber much earlier in new versions of 1.9.3
-
11:57 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- Updated a patch for Windows because the old one includes many errors :)
-
09:12 AM Bug #7211: eval does not respect encoding magic comment
- =begin
Even without irb the description does not make sense.
The code used on line 907 is read as UTF-8 on line 8... -
09:01 AM Bug #7211 (Rejected): eval does not respect encoding magic comment
- It fails before eval, but in IRB input.
-
02:08 AM Bug #7211: eval does not respect encoding magic comment
- Under typical circumstances, isn't the string already going to have an encoding? Even in IRB, it's using the console ...
-
08:59 AM Feature #7003: Please decide. MVM to be with 2.0?
- (2012/10/24 20:56), ko1 (Koichi Sasada) wrote:
> No.
I add information because NaHi san blamed me the short a... -
08:27 AM Feature #6980: OpenSSL support for AEAD additional authenticated data and tags
- I take it given the recent feature freeze that this will *not* make it into 2.0?
-
08:03 AM Bug #3422 (Open): Object.const_get(:A, false) can access BasicObject::A
-
04:53 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- Could the following problem be related to this change? "Including namespace module through RSpec config in Ruby 1.9.3...
-
05:02 AM Bug #7213 (Rejected): Namespace regression problem in RSpec from 1.9.2 to 1.9.3
- This article describes a bug which appeared in 1.9.3: "Including namespace module through RSpec config in Ruby 1.9.3"...
10/24/2012
-
11:21 PM Bug #7212 (Closed): "stack level too deep" in Fiber much earlier in new versions of 1.9.3
- I was getting SystemStackError in my application on some servers and not others; on all with 1.9.3-p286 and on some w...
-
09:00 PM Bug #7158 (Assigned): require is slow in its bookkeeping; can make Rails startup 2.2x faster
-
08:56 PM Feature #7003 (Rejected): Please decide. MVM to be with 2.0?
- No.
-
08:22 PM Feature #6875: Make test/unit default gem
- kou (Kouhei Sutou) wrote:
> # https://bugs.ruby-lang.org/issues/6875 から投稿しようとす
> # るとInternal Server Errorになるのでメール... -
06:34 PM Bug #5476 (Closed): ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- OK, thank you.
-
06:17 PM Bug #5476: ruby 1.9.3_rc1 segfaults in test_fork.rb on HPPA
- It looks like this got fixed with http://bugs.ruby-lang.org/issues/5488, we can no longer reproduce this in the lates...
-
05:37 PM Bug #7211 (Rejected): eval does not respect encoding magic comment
- =begin
This should work IMO.
$ LANG=C irb
irb(main):001:0> eval <<EOF
irb(main):002:0" # encoding: utf-8
... -
01:08 PM Bug #7167: Segmentation Fault
- After the third try everything went fine for me, too. I had a very unstable wifi connection this day, maybe a bug in ...
-
12:54 PM Bug #7167: Segmentation Fault
- I have just tried this from slackware-current (14.0), using rvm to match the ruby version.
I was not able to reprodu... -
10:47 AM Bug #7197: Error: test_tls_v1_2(OpenSSL::TestSSL)
- Hey Martin,
No problem :) I hope it at least helps a little. I was wondering, whether the following would cause is... -
10:39 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- Hey,
I am adding one large patch, as per Aaron Patterson's request :-)
KW -
04:53 AM Bug #7085: Subversion → GitHub gateway stops.
- 2012/10/19 Evan Phoenix <[email protected]>:
> Sorry for the delay. I'll set this up this weekend.
Hello Evan, did you... -
02:40 AM Feature #5690: Module#qualified_const_get
- I've written a patch this this feature, and I've attached it here. Will someone review so that we can figure out wha...
10/23/2012
-
09:28 PM Bug #7208 (Closed): 複素固有値を持つ行列に対する Matrix#eigensystem の返り値が正しくない
- =begin
概要:
Matrix[[0, 1], [-1, 0]] などのように対角化可能だが固有値に複素数を含む行列に対して Matrix#eigensystem が正しい結果を返さないようです。
再現手順:
ir... -
09:03 PM Feature #6643: io.seek(off, :end)
- ありがとうございます!
反対している人はいないので、コミットしていいんじゃないかなぁと思います。 -
05:08 PM Bug #7184 (Closed): --disable-gems commandline parameter does not show up with ruby -h
- This issue was solved with changeset r37298.
siep, thank you for reporting this issue.
Your contribution to Ruby is g... -
09:17 AM Bug #7197 (Assigned): Error: test_tls_v1_2(OpenSSL::TestSSL)
- Thank you, Krzysztof, for your investigation. I can confirm that I get the same behavior as Kazuhiro with a 1.0.1c ve...
-
01:10 AM Feature #7114: New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
- It seems the picture is drawn much bigger now, than what @alexeymuranov initially proposed.
That's not a bad thing... -
01:00 AM Feature #7114: New classes: `HumanTime::LocalTime`, `HumanTime::Duration`
- It might be useful to look at the JodaTime library for the JVM. JRuby uses JodaTime to implement Time internally, and...
-
12:55 AM Feature #7087: ::ConditionVariable#wait does not work with Monitor because Monitor#sleep does not exist
- A few JRuby tidbits that might help shed some light.
Java's per-object monitors are reentrant, as already stated. ...
10/22/2012
-
08:56 PM Feature #7132: Alternation between named / ordered method arguments and aliases for method arguments.
- @wardrop: @Tom Wardrop:
> Your use case for the named aliases is way too niche (and to be honest, unconvincing; why ... -
08:32 PM Bug #7198: No documentation of Psych on ruby-doc.org
- =begin
This has been fixed by James Britt.
=end -
05:23 PM Bug #7032: TestSetTraceFuncの実行に失敗する
- ありがとうございます.
この辺,考えていたんですが,
(1) event_hooks(イベントのリスト)は thread ごとではなく,
VM 1つだけに持たせる
(Thread ごとにフィルタするた... -
01:26 PM Bug #6865: GC::Profiler.report might create a huge String and invoke a few GC cycles
- Maybe interesting is JRuby's implementation of GC::Profiler, which just uses Ruby code to drive existing JVM GC repor...
-
11:39 AM Bug #6865: GC::Profiler.report might create a huge String and invoke a few GC cycles
Eregon (Benoit Daloze) wrote:
> Here is a patch.
>
> It uses directly C structures, avoiding to allocate the Ar...-
12:05 AM Bug #6865: GC::Profiler.report might create a huge String and invoke a few GC cycles
- Here is a patch.
It uses directly C structures, avoiding to allocate the Array of Hashes.
The effect is easily se... -
11:08 AM Feature #6643: io.seek(off, :end)
- Kouhei Sutou wrote:
> 個人的には(1)間違った値と(2)間違っている理由と(3)期待する値が入ったエラーメッセージがあると直す時に嬉しいので、今ある案がまざった"whence must be an Intege... -
07:02 AM Bug #7204 (Third Party's Issue): gem check -a crashes with Exception `NameError' uninitialized constant Gem::Commands::CheckCommand AND Exception `NoMethodError' undefined method `add'
-
05:30 AM Bug #7204: gem check -a crashes with Exception `NameError' uninitialized constant Gem::Commands::CheckCommand AND Exception `NoMethodError' undefined method `add'
- I have cross-filed with RubyGems here: https://github.com/rubygems/rubygems/issues/387
I am not sure the area of r... -
05:28 AM Bug #7204 (Third Party's Issue): gem check -a crashes with Exception `NameError' uninitialized constant Gem::Commands::CheckCommand AND Exception `NoMethodError' undefined method `add'
- When running the command: gem check -a
It crashes on OSX with
Exception `NameError' at /Users/me/.rvm/rubies... -
06:07 AM Bug #7092: StringScanner start-of-line matches false positives, while lookbehind for a newline gives false negatives
- Bump. Can someone confirm whether or not this is expected behavior?
-
01:28 AM Bug #5906 (Rejected): CSV converter option fails in case of :date_time
- The converters do work, just not on the date format you gave them.
Your format is ambiguous. Should we treat it a... -
12:31 AM Bug #7197: Error: test_tls_v1_2(OpenSSL::TestSSL)
- Hey,
I have had a look, and it does look like an upstream problem at the first glance. There seem to be a bug open...
10/21/2012
-
11:07 PM Bug #7198: No documentation of Psych on ruby-doc.org
- Sorry, but I do not know how to open an issue there. I also have no insight into the way documentation is created and...
-
10:54 PM Bug #7198 (Third Party's Issue): No documentation of Psych on ruby-doc.org
- http://www.ruby-doc.org/ is maintained by James Britt
If you ask nicely, he might help us out.
Psych is already... -
10:32 PM Bug #6849 (Closed): Psych.load_file throws TypeError for empty file
- This is a duplicate of #6487
-
10:29 PM Bug #7173 (Closed): with-opt-dir flag documentation
- This was resolved by r37242
-
07:24 PM Bug #7032: TestSetTraceFuncの実行に失敗する
- =begin
SEGVする問題については、すでにトレースが実行されている場合は
clean_hooksしないという形で修正しました。
"undefined local variable or method"となる問題はtru... -
07:14 PM Bug #7032 (Closed): TestSetTraceFuncの実行に失敗する
- This issue was solved with changeset r37280.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is... -
02:29 PM Bug #7201 (Rejected): Setting default_external affects STDIN encoding but default_internal does not
- Changing Encoding.default_external changes STDIN.external_encoding, but changing Encoding.default_internal does not c...
-
11:55 AM Bug #7200 (Rejected): Setting external encoding with BOM|
- File.open will accept, for example, :encoding => "bom|utf-16be:euc-jp" or :encoding => "bom|utf-16be". However, :exte...
-
08:05 AM Feature #7132: Alternation between named / ordered method arguments and aliases for method arguments.
- @nobu: Daring syntax. If there is no snag, I'd love it that way.
10/20/2012
-
04:53 PM Feature #6875: Make test/unit default gem
- # https://bugs.ruby-lang.org/issues/6875 から投稿しようとす
# るとInternal Server Errorになるのでメールで送ります。
# これでもRedmineに登録されるんで... -
04:10 PM Bug #7198 (Third Party's Issue): No documentation of Psych on ruby-doc.org
- =begin
The documentation for the Psych module does not show up on http://www.ruby-doc.org/stdlib-1.9.3/.
=end -
03:57 PM Feature #7047 (Closed): Add new C API: rb_newobj_with
- This issue was solved with changeset r37275.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ... -
03:57 PM Feature #7177 (Closed): Proposal of a new C API
- This issue was solved with changeset r37275.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ... -
01:30 PM Bug #7197 (Closed): Error: test_tls_v1_2(OpenSSL::TestSSL)
- Ubuntu 12.04.1 LTS 64-bit の環境で以下のエラーが出ています。
2) Error:
test_tls_v1_2(OpenSSL::TestSSL):
OpenSSL::SSL::SSLError:... -
01:23 PM Feature #7087: ::ConditionVariable#wait does not work with Monitor because Monitor#sleep does not exist
- On Oct 1, 2012, at 2:38 AM, "shugo (Shugo Maeda)" <[email protected]> wrote:
>
> Issue #7087 has been updat... -
12:51 PM Bug #7105 (Closed): Socket documentation fix
- This issue was solved with changeset r37274.
David, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:23 PM Bug #7085: Subversion → GitHub gateway stops.
- Sorry for the delay. I'll set this up this weekend.
--
Evan Phoenix // [email protected]
On Monday, October 15,... -
11:00 AM Bug #7190 (Closed): warning: already initialized constant の書式
- 未定義の定数を参照した場合のエラーメッセージでは名前空間がすべて表示されます:
module A; B; end
#=> NameError: uninitialized constant A::B
...
Also available in: Atom