Activity
From 02/16/2013 to 02/22/2013
02/22/2013
-
11:59 PM Bug #6573: Webrick test failures
- The attached patch does not work every time. I went ahead and applied [1] (i.e. the patch described in comment 6, if ...
- 11:59 PM Revision c12f69cb (git): * backport r39410 from trunk
- * doc/NEWS-*: Update NEWS from their respective branches
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2... - 11:57 PM Revision 143a2f7e (git): * doc/NEWS-*: Update NEWS from their respective branches
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:49 PM Feature #7907: Give meaning to staby word
- Once a issue has been rejected, is it necessary to open a new case for a modified form of the proposal? In other word...
-
12:59 PM Feature #7907: Give meaning to staby word
- Ah, `->foo{}` did not know that the parenthesis could be left out.
Ok, I'll suggest slight modification then, b/c ... -
12:10 PM Feature #7907 (Rejected): Give meaning to staby word
- =begin
I think filling the syntax hole eagerly is a bad idea.
Besides that, I don't think making ((%->foo%)) as m... -
03:06 AM Feature #7907 (Rejected): Give meaning to staby word
- =begin
I noticed that `->word` doesn't mean anything. i.e.
>> ->foo
SyntaxError: (irb):4: syntax error, unex... - 11:33 PM Revision 7c8a4774 (git): * backport r39400-r39407 from trunk.
- * NEWS: many additions
* object.c: Add doc for Module.prepended
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc... - 11:18 PM Revision d52f95dc (git): * NEWS: + Module.prepended and Module.prepend_features
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:18 PM Revision eff6180e (git): * object.c: Add doc for Module.prepended
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:18 PM Revision 8222a78e (git): * NEWS: + Thread::Backtrace::Location
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:18 PM Revision a3d592b4 (git): * NEWS: Add privacy of respond_to_missing? & al as a potential incompatibility
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:17 PM Revision 1727511e (git): * NEWS: Fix ARGF#codepoints
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:17 PM Revision ed045985 (git): * NEWS: Add that unused variables starting with _ won't generate a warning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:17 PM Revision 15fcd78f (git): * NEWS: Add Enumerable::Lazy to list
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:17 PM Revision 11354e24 (git): * NEWS: + RubyVM::InstructionSequence new methods
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:16 PM Revision 1ac0694c (git): * NEWS: + ObjectSpace::WeakMap
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:16 PM Revision ca28854e (git): * NEWS: Specify that Proc#eql? was also removed
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:16 PM Revision 3f8d1800 (git): * NEWS: pending_interrupt? is both instance and singleton method
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:16 PM Revision e0003e07 (git): * NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:15 PM Revision bc11b883 (git): * NEWS: Floats are frozen too
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:15 PM Revision 10f95341 (git): * NEWS: Add that Fixnums and Bignums are frozen
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:53 PM Revision 9dc30d2b (git): * 2013-02-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 PM Revision 724d7f03 (git): ruby.pc.in: reorder
- * template/ruby.pc.in: reorder library flags which may refer library
names. [Bug #7913]
git-svn-id: svn+ssh://ci.... -
09:09 PM Revision 9f9c0426 (git): Merge trunk revision: 39366
- * lib/rubygems/installer.rb (build_extensions): Create extension
install destination before building extension. P... -
09:04 PM Bug #7913: `./configure --enable-multiarch` fails
- My patch make the ./configure part pass, but the build still fails at linking stage:
gcc -O3 -fno-fast-math -ggdb3 -... -
08:36 PM Bug #7913 (Closed): `./configure --enable-multiarch` fails
- Hi, since the changes in bug #7874 `./configure --enable-multiarch` does not work in trunk anymore:
$ autoreconf &... - 07:35 PM Revision c40038bf (git): * NEWS: pending_interrupt? is both instance and singleton method
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:59 PM Feature #7795: Symbol.defined? and/or to_existing_symbol
- On 22 February 2013 17:13, vo.x (Vit Ondruch) <[email protected]> wrote:
> Reading the documentation, it say... -
04:13 PM Feature #7795: Symbol.defined? and/or to_existing_symbol
- Student (Nathan Zook) wrote:
> #2) to_existing_sym. This would be defined in the same places as to_sym, but would t... -
02:52 PM Feature #7795: Symbol.defined? and/or to_existing_symbol
- These sound like my (new & preferred) proposal for Symbol[string] #7854.
That is, return the symbol if it already e... -
12:17 PM Feature #7795: Symbol.defined? and/or to_existing_symbol
- I agree with the basic concept of the proposal.
I am not sure Symbol#defined? is a appropriate name for it yet.
T... - 05:49 PM Revision c9d00de5 (git): * 2013-02-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:49 PM Revision 4b6e74a8 (git): * NEWS: Add Thread#pending_interrupt? and Thread.handle_interrupt
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:27 PM Bug #7805: ruby 2.0rc2 core on solaris
- Sometimes RB_GC_GUARD() doesn't work well with Oracle SolarisStudio cc.
[Bug #5762] is another example.
-
05:12 PM Bug #7805: ruby 2.0rc2 core on solaris
- It means RB_GC_GUARD() doesn't work well with Solaris CC?
-
05:03 PM Bug #7805: ruby 2.0rc2 core on solaris
- >--- called from signal handler with signal 11 (SIGSEGV) ---
> fffffd7fff16dc66 st_lookup () + 16
> fffffd7fff0dcad... -
02:50 PM Revision a0afa57e (git): * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
- fix a typo in comment in r39384.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39388 b2dd03c8-39d4-4d8f-98ff-823... -
12:53 PM Bug #7910 (Rejected): ruby untared with --touch requires --with-baseruby
- What's the motivation to touch?
Tarballs include files generated at packaging, so there are some dependencies. -
12:37 PM Bug #7910 (Rejected): ruby untared with --touch requires --with-baseruby
- So this flow works (logs: https://gist.github.com/anonymous/0251d407026fa3530f17):
tar xjf ~/.rvm/archives/ruby-1.... -
12:21 PM Feature #7906 (Rejected): Giving meaning to ->foo
- See #7907
-
11:47 AM Feature #7906: Giving meaning to ->foo
- It doesn't seem a good idea to me, because "foo" has different meanings, parameter and method name.
-
03:07 AM Feature #7906: Giving meaning to ->foo
- Please fix. Sigh.
-
03:05 AM Feature #7906 (Rejected): Giving meaning to ->foo
- =begin
I noticed that "(({->word}))" doesn't mean anything. i.e.
>> ->foo
SyntaxError: (irb):4: syntax error... -
12:11 PM Feature #6688 (Rejected): Object#replace
- I think Smalltalk experience has proven that Object#replace is a bad bad idea.
Matz.
-
11:36 AM Bug #7902 (Closed): The test suite does not honor configuration options
- This issue was solved with changeset r39372.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
11:32 AM Bug #7897 (Closed): rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- Then RubyGems breaks mkmf.rb's Makefile and Murata-san's patch fixes it.
Thank you for checking! -
10:35 AM Bug #7897: rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- It caused by r38864, which removes timestamp files in dependency rules.
Now mkmf uses those files to fix parallel ma... -
07:20 AM Bug #7897 (Assigned): rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
-
07:12 AM Bug #7897: rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- As Vit Ondruch has noted, it seems to be a bug in the Makefile generated by mkmf.rb as ruby 1.9.3 without Murata-san'...
-
07:05 AM Bug #7897 (Closed): rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- This issue was solved with changeset r39366.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:59 AM Feature #7704: Add a list of enabled (experimental) language features.
- I can only second Yui and Matthew. Directly checking is possible because Ruby is a dynamic language, it avoids manage...
-
10:51 AM Feature #7876: Add method for accessing Class from within Singleton Class
- This should be possible with Module#ancestors. Maybe not totally slick, but possible.
-
10:46 AM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- ko1 (Koichi Sasada) wrote:
> marcandre: why you remove assignee?
> you mean specification discussion was finished a... -
08:57 AM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- marcandre: why you remove assignee?
you mean specification discussion was finished at [ruby-core:52386]#5?
I assume... - 10:22 AM Revision 11d79c68 (git): merge revision(s) 39384:
- * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
new attribute to read/write entity e... - 09:37 AM Revision e559b24b (git): merge revision(s) 39384:
- * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
new attribute to read/write entity e... - 09:35 AM Revision 1ad90757 (git): * lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):
- new attribute to read/write entity expansion text limit. the default
limit is 10Kb.
* lib/rexml/text.rb (REXML::T... -
09:29 AM Bug #7829: Rounding error in Ruby Time
- On Feb 20, 2013, at 11:17 AM, David MacMahon wrote:
> Interestingly, Ruby 1.9 has String#to_r which leads to this... -
09:23 AM Bug #7829: Rounding error in Ruby Time
- On Feb 20, 2013, at 10:57 PM, Tanaka Akira wrote:
> I hope people supports mrkn's proposal:
> http://www.slidesh... -
09:27 AM Feature #7548: Load and Require Callbacks
- I'm sorry I don't catch up this discussion.
I assigned this ticket to matz, but I'm not sure matz is good person to ... -
09:18 AM Feature #7748: Contextual send
- =begin
What I did was allowing ((%send%)) to invoke public method when called without explicit receiver.
And I ga... -
09:10 AM Feature #7748: Contextual send
- I think matz tried it.
Matz: Could you give us your knowledge?
-
09:17 AM Feature #5528 (Closed): OO API for tracing
- TracePoint was introduced.
-
09:15 AM Feature #7596: Find::find should not silently ignores errors
- I'm not sure who can grab this ticket.
So I assign it to matz.
-
09:07 AM Feature #7767: Tempfileで自動的にファイルを削除する
- 誰にアサインすればわからなかったのですが、
詳しそうな田中さんにアサインさせて頂きます。 -
08:59 AM Bug #7898 (Feedback): Ruby tells me to report this bug
-
08:47 AM Bug #7898: Ruby tells me to report this bug
- The first half of this error log was lost.
Could you try again?
> For details: http://www.ruby-lang.org/bugreport... -
08:48 AM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
- usa さんか naruse さんかわからなかったんですが、とりあえず usa さんへアサイン。
-
08:37 AM Revision 7dd6e08b (git): * test/test_rbconfig.rb (TestRbConfig): fix r39372.
- It must see RbConfig::CONFIG instead of CONFIG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39383 b2dd03c8-39d... -
08:00 AM Bug #7893 (Rejected): Issues with loading YAML and respond_to_missing?
- As Hanmac noted, this exception is possible with Person.allocate.respond_to? which is exactly what Psych does.
Per... -
06:08 AM Bug #7899 (Closed): Add feature similar to: perl use warnings
- Use $VERBOSE or $-w:
$ cat test.rb
"".gsub /x/, ''
$ ruby19 -wv test.rb
ruby 1.9.3p374 (2013-01-15 rev... -
06:02 AM Revision c84a9acb (git): * signal.c (ruby_abort): fix typo in r39354 [Bug #5014]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:50 AM Revision 857a2cee (git): * vm.c (vm_exec): get rid of a SEGV when calling rb_iter_break() from
- some extention libraries. [Backport #7896] [ruby-core:52607]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... - 05:45 AM Revision 0bf5cc03 (git): [Backport #7851]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:42 AM Revision c8f2479c (git): merge revision(s) 32688,33309,33408,33864,35874,38012: [Backport #7832]
- * vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unused
variables.
* vm_insnhelper.c (vm_cal... - 05:28 AM Revision 18488c11 (git): merge revision(s) 34982: [Backport #5218]
- * eval_jump.c (rb_exec_end_proc): remember the latest exit status.
[ruby-core:43173][Bug #5218]
git-svn-i... - 05:27 AM Revision bdcd3d62 (git): merge revision(s) 36130: [Backport #5023]
- * ext/readline/readline.c (Init_readline): don't set 0 to
rl_catch_signals and rl_catch_sigwinch. [Bug #542... -
03:46 AM Revision 3f2ce637 (git): random.c: fix error message
- * random.c (rb_random_ulong_limited): fix error message for negative
value. [ruby-dev:47061] [Bug #7903]
git-svn-... -
02:58 AM Revision e51a9b49 (git): test_process.rb: fix parameters
- * test/ruby/test_process.rb (test_{,a}spawn_too_long_path): fix
missing parameters in r38934.
git-svn-id: svn+ssh:... -
02:53 AM Revision 2027a052 (git): * test/ruby/test_process.rb: remove useless sleep.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision 839ae05e (git): * tool/mkrunnable.rb: refactor and multiarch support.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:36 AM Revision 20fa7324 (git): test_rbconfig.rb: honor configuration options
- * test/test_rbconfig.rb (TestRbConfig): skip user defined values by
configuration options. [Bug #7902]
git-svn-i... -
02:33 AM Revision b9ef804f (git): mkmf.rb: adjust default library path
- * lib/mkmf.rb (MakeMakefile#init_mkmf): adjust default library path
for multiarch. [Bug #7874]
git-svn-id: svn+s... -
02:11 AM Revision d2c218d5 (git): * enum.c (Enumerable#chunk: Improved examples, grammar, and formatting
- Patch by Dan Bernier and Rich Bruchal of newhaven.rb
[Github documenting-ruby/ruby#8]
git-svn-id: svn+ssh://ci.ru... -
02:01 AM Revision 8d4a11c9 (git): * numeric.c: Examples and formatting for Numeric and Float
- Based on a patch by Zach Morek and Oren K of newhaven.rb
[Github documenting-ruby/ruby#5]
git-svn-id: svn+ssh://c... -
12:05 AM Revision d0a41317 (git): un.rb: suppress warning
- * lib/un.rb (wait_writable): show error messages only if -v is given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
12:05 AM Revision cc367fb3 (git): configure.in: quite conftest
- * configure.in (rb_cv_broken_backtrace): suppress extra output from
conftest.
git-svn-id: svn+ssh://ci.ruby-lang.o...
02/21/2013
-
11:49 PM Bug #7897: rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- I guess this regression was introduced in r37016 by dropping this line [1] in mkmf. Not sure what was the intention, ...
-
05:04 PM Bug #7897: rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- I'm sorry, the previous patch is wrong.
The following is right.
diff --git a/lib/rubygems/installer.rb b/lib/ruby... -
05:03 PM Bug #7897: rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- The following patch fixes this problem.
diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb
index ... -
04:41 PM Bug #7897 (Closed): rubygems 2.0 has an incompatibility about installation of extension libraries if gem package does not contain lib directory
- Hi,
rubygems 2.0 has an incompatibility about installation of extension libraries.
If a gem package does not co... -
11:23 PM Feature #7883: Add Regex#to_proc
- judofyr (Magnus Holm) wrote:
> > ~~~ruby
> > class Regexp
> > def to_proc; lambda {|s| self =~ s} end
> > end
... -
10:36 PM Feature #7883: Add Regex#to_proc
- Nice one, +1 on it as well.
-
10:14 PM Bug #7902 (Closed): The test suite does not honor configuration options
- =begin
Rev 39201 and 39201 introduced new test cases, which fails for me:
# make test-all TESTS="test/test_rbco... -
10:05 PM Revision ac4da20a (git): * lib/rubygems/installer.rb (build_extensions): Create extension
- install destination before building extension. Patch by Kenta Murata.
[ruby-trunk - Bug #7897]
* test/rubygems/tes... -
09:50 PM Bug #7874: multiarch support enhancements
- Hi,
With the current state in trunk it does not build anymore:
$ autoreconf && ./configure --target=x86_64-linu... -
06:11 PM Bug #7874: multiarch support enhancements
- Others are libdir concerned patches, and I think they are not stable enough to backport yet.
-
10:15 AM Bug #7874: multiarch support enhancements
- thanks!
-
09:31 PM Revision 6b88b523 (git): * doc/globals.rdoc: Document what setting $DEBUG does.
- * doc/globals.rdoc: Added pointer to $-d for full documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
09:27 PM Revision 9c49b69d (git): * doc/globals.rdoc: Document what setting $VERBOSE does. [Bug #7899]
- * doc/globals.rdoc: Added pointer to $-w and $-v for full
documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
08:53 PM Feature #7895: Exception#backtrace_locations to go with Thread#backtrace_locations and Kernel#caller_locations
- On Thu, Feb 21, 2013 at 5:47 PM, SASADA Koichi <[email protected]> wrote:
> I think it is reasonable.
>
> (3) Sepa... -
03:53 PM Feature #7895: Exception#backtrace_locations to go with Thread#backtrace_locations and Kernel#caller_locations
- (2013/02/21 8:50), Charles Oliver Nutter wrote:
> On Thu, Feb 21, 2013 at 8:36 AM, SASADA Koichi <[email protected]> w... -
08:53 AM Feature #7895: Exception#backtrace_locations to go with Thread#backtrace_locations and Kernel#caller_locations
- On Thu, Feb 21, 2013 at 8:36 AM, SASADA Koichi <[email protected]> wrote:
> I want to agree with you. But I feel there... -
06:53 AM Feature #7895: Exception#backtrace_locations to go with Thread#backtrace_locations and Kernel#caller_locations
- (2013/02/21 6:02), headius (Charles Nutter) wrote:
> I propose that if you set_backtrace, you are already breakin... -
06:02 AM Feature #7895 (Open): Exception#backtrace_locations to go with Thread#backtrace_locations and Kernel#caller_locations
- Thread#backtrace_locations and Kernel#caller_locations were added in Ruby 2.0.0, but no equivalent method was added t...
-
08:23 PM Bug #7899 (Closed): Add feature similar to: perl use warnings
- <maasha> shevy: It would be nice ruby had a way to enable warnings within the code - like perl's `use warnings;`
... -
08:09 PM Bug #7778 (Rejected): Irb loading generates 17x more open/stat system calls when a locale is set
-
07:55 PM Bug #7898 (Closed): Ruby tells me to report this bug
- rvm: rvm 1.17.6 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io...
-
05:39 PM Revision 37400173 (git): commit miss
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:35 PM Revision 7ceb1884 (git): * lib/abbrev.rb: Add words parameter to Abbrev::abbrev
- Patch by Devin Weaver [Github documenting-ruby/ruby/#7]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39362 b2d... -
04:08 PM Bug #7867 (Closed): enable-multiach installs pkgconfig file into wrong dir
-
10:15 AM Bug #7867: enable-multiach installs pkgconfig file into wrong dir
- Hi, this issue got fixed as part of #7874 and can be closed.
-
03:59 PM Bug #7829: Rounding error in Ruby Time
- 2013/2/21 loirotte (Philippe Dosch) <[email protected]>:
> irb(main):001:0> Time.utc(1970,1,1,0,0,12.860).strfti... -
04:23 AM Bug #7829: Rounding error in Ruby Time
- On Feb 20, 2013, at 7:46 AM, loirotte (Philippe Dosch) wrote:
> Typing this instruction:
>
> irb(main):001:0> ... -
12:46 AM Bug #7829: Rounding error in Ruby Time
- david_macmahon (David MacMahon) wrote:
> On Feb 12, 2013, at 12:51 AM, loirotte (Philippe Dosch) wrote:
>
> > I... - 03:18 PM Revision 254dc20a (git): * 2013-02-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 PM Revision 14ffaac4 (git): * ChangeLog: fix a typo for r39352.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Bug #5199: ext/tk: RB_GC_GUARD seems to be needed in several places
- nobu (Nobuyoshi Nakada) wrote:
> Quick patch.
>
> 2.0 has GC safe functions, rb_sprintf() with PRIsVALUE, rb_inte... -
11:35 AM Feature #6688: Object#replace
- =begin
Even if this idea of Proxy/Proxy#become isn't deemed suitable for core, is it still possible to do it as a 3rd... -
03:00 AM Feature #6688: Object#replace
- =begin
I have idea for less dangerous form of become.
I am working with a parser that supports object references... -
09:19 AM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- > Chris White, Jon Forums,
> Can you check the current ruby_2_0_0 branch and make sure that your issue(s) is really ... -
05:24 AM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- I don't know enough about autoconf to understand the fix.
I don't believe it will cause any problems with RubyGems... -
08:31 AM Revision e525bcd1 (git): Add test for [Backport #7896] [ruby-core:52607]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:31 AM Revision 45dcceaa (git): * tool/merger.rb: add interaction when only ChangeLog is modified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:35 AM Revision 654a3632 (git): revert duplicate ChangeLog.
- r39308 was already merged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39357 b2dd03c8-39d4-4d8... -
07:34 AM Revision 087e888a (git): signal.c: extract check_stack_overflow
- * signal.c (check_stack_overflow): extract duplicated code and get rid
of declaration-after-statement. [Bug #5014]... -
07:23 AM Revision 901f44d1 (git): merge revision(s) 39308:
- * vm_eval.c (vm_call0_body): check interrupts after method dispatch
from C methods. [Bug #7878]
git-svn-i... -
05:56 AM Feature #7435: Exceptions should have backtrace_locations
- I wish I had seen this before 2.0.0!
Perhaps set_backtrace should just cause backtrace_locations to return an empt... -
05:18 AM Revision 7355c6d9 (git): * signal.c (sigsegv): avoid to use async signal unsafe functions
- when nested sigsegv is happen.
[Bug #5014] [ruby-dev:44082]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3935... -
04:52 AM Revision 8a9dc061 (git): * file.c (rb_group_member): added an error check. SUS says,
- getgroups(small_value) may return EINVAL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39353 b2dd03c8-39d4-4d8f... -
04:41 AM Revision e93a68ab (git): * file.c (RB_MAX_GROUPS): moved to
- * internal.h (RB_MAX_GROUPS): here.
* file.c (rb_group_member): use RB_MAX_GROUPS instead of
RUBY_GROUP_MAX. They ... -
04:41 AM Revision 1cda6e39 (git): * file.c (access_internal): removed.
- * file.c (rb_file_readable_real): use access() instead of
access_internal().
* file.c (rb_file_writable_real): ditt... -
04:41 AM Revision ba37db04 (git): * file.c (eaccess): use access() when not using setuid nor setgid.
- This is minor optimization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39350 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
04:40 AM Revision 7c465090 (git): * file.c (rb_group_member): get rid of NGROUPS dependency.
- [Bug #7886] [ruby-core:52537]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39349 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:45 AM Revision 74016f18 (git): ruby.c: fix for multiarch library
- * ruby.c (ruby_init_loadpath_safe): try two levels upper for stripping
libdir name. [Bug #7874]
git-svn-id: svn+s... -
03:42 AM Revision 739c8ffc (git): configure.in: expand libdir_basename
- * configure.in (libdir_basename): expand with multiarch in configure,
not to defer the expansion till ruby.pc.in an... -
03:17 AM Bug #7200: Setting external encoding with BOM|
- #set_encoding accepts ("bom|utf-16be:euc-jp") but rejects ("bom|utf-16be", "euc-jp"). This is inconsistent, confusing...
-
03:02 AM Bug #7894 (Feedback): Ruby mswin target does not build
- Please provide the exact output and the context around the build failure.
Also provide details of the compiler ver... -
02:33 AM Bug #7894 (Closed): Ruby mswin target does not build
- Building Ruby using nmake fails. Perhaps the nmake target (mswin) isn't supported anymore?
Here's what I've attem... - 12:51 AM Revision cb71fee8 (git): * 2013-02-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Revision 22b51faf (git): configure.in: libdir_basename for -rpath and -install_name
- * configure.in (libdir_basename): also -rpath and -install_name flags
are affected when libruby directory changes. ...
02/20/2013
-
10:13 PM Bug #7874: multiarch support enhancements
- I think r39334 fixes a longstanding bug, which ignores explicitly specified option, not only guessed name.
-
06:02 PM Bug #7874 (Closed): multiarch support enhancements
- This issue was solved with changeset r39334.
Antonio, thank you for reporting this issue.
Your contribution to Ruby i... -
06:02 PM Bug #7874 (Open): multiarch support enhancements
-
06:01 PM Bug #7874 (Closed): multiarch support enhancements
- This issue was solved with changeset r39333.
Antonio, thank you for reporting this issue.
Your contribution to Ruby i... -
04:19 PM Bug #7874 (Assigned): multiarch support enhancements
- Sorry, I don't understand the situation.
Nobu, do you think that we should import terceiro's patches?
--
Yusuke... -
01:14 PM Bug #7874: multiarch support enhancements
- Sorry, I's confused a little last night.
multiarch is set to an empty string or unset, so terceiro's substitution is... -
09:53 PM Bug #7893: Issues with loading YAML and respond_to_missing?
the problem is in yaml: to_ruby.rb "if o.respond_to?(:init_with)" so eigher you need to define a init_with metho...-
08:27 PM Bug #7893 (Rejected): Issues with loading YAML and respond_to_missing?
- This is perhaps not a bug, I could be missing something, but shouldn't the following code work?
require 'yaml'... -
09:35 PM Bug #7847 (Open): gem release of io-console is broken on Windows
- Thank you Nobu.
Can you release io-console 0.4.2 to rubygems.org?
That will fix the situation for users running... -
08:11 PM Feature #7738: Deprecate Set#+ as an alias of Set#|, use it for symmetric difference. Introduce Hash#| for Hash#reverse_merge in Rails.
- In fact, sets (or rather subsets of a given set) form a Boolean ring ( http://en.wikipedia.org/wiki/Boolean_ring ) un...
-
08:07 PM Revision 79db75dc (git): Merge trunk revision: 39327
- * lib/rubygems/commands/update_command.rb: Create the installer after
options are processed. [ruby-trunk - Bug #7... -
07:57 PM Revision bf2b8c89 (git): Merge trunk revision: 39324
- * lib/rubygems/installer.rb: Use gsub instead of gsub! to avoid
altering @bin_dir. Fixes tests on windows. [ruby... -
06:29 PM Bug #7892: MIME encoding bug of NKF.nkf
- うーん……。
まず。どちらも元に戻らないので、バグです。
で、バグの根本的な原因は、「長い日本語 alphabets 日本語」という文字列をエンコードした際に、
「=?ISO-2022-JP?B?blahblah?= alphabe... -
04:01 PM Bug #7892 (Assigned): MIME encoding bug of NKF.nkf
- NKF の MIME encoding の結果が 1.8 と 1.9/2.0 で異なってます。
# 1.8 の場合
$ /usr/bin/ruby -rnkf -ve "puts NKF.nkf('-jW -M --cp932... - 06:16 PM Revision c22166a3 (git): * NEWS: Floats are frozen too
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:11 PM Revision a710cba5 (git): * 2013-02-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:11 PM Revision 3d860bad (git): * NEWS: Add that Fixnums and Bignums are frozen
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:27 PM Bug #7821: FileUtils.mkdir_p fails on Windows Unicode paths (\\?\UNC\) if dir already exists
- Looks not so critical.
--
Yusuke Endoh <[email protected]> -
04:24 PM Bug #6928: SecureRandom.random_bytes: assume zero entropy for seed value
- I assume that if this is so significant issue, Martin would have reported this to [email protected].
So I postp... -
04:15 PM Bug #7878: E::Lazy#grep ignores ^C
- ko1 (Koichi Sasada) wrote:
> これに関して、実は 1.9.3 に戻したというのが実情です RUBY_VM_CHECK_INTS
> を外して綺麗になって速くなるかな、と思ったんですが、ちょっとこの... -
04:23 AM Bug #7878: E::Lazy#grep ignores ^C
- (2013/02/19 21:20), mame (Yusuke Endoh) wrote:
>> なぜ私が、と思ったんですが、遠藤さんいい読みですね。
>
> RUBY_VM_CHECK_INTS なんだから笹田さん... -
03:56 PM Bug #7584: Ruby hangs when shutting down an ssl connection in gc finalization
- Thank you Bob!
Then I postpone this to 2.1.0.
If there is a good patch available soon, we may backport it to ruby... -
03:53 PM Bug #7879: File.readable? fails when ruby runs as root
- >> You need specific concern when opening /proc, /sys and similar pseudo filesystem's file.
>
> Out of curiosity... -
03:28 PM Bug #7879: File.readable? fails when ruby runs as root
- kosaki (Motohiro KOSAKI) wrote:
> When run as root, access(2) ignore permission and always return success. That's UN... -
03:15 PM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- > Please revert it if wrong.
Please don't try to get retrospective approval ;-(
r39320 seems very subtle (actua... -
03:00 PM Bug #7877: E::Lazy#with_index should be lazy
- @marcandre oh, thank you! You saved my day.
Still I want this though.
-
01:30 AM Bug #7877: E::Lazy#with_index should be lazy
- Note that (thanks to #7715), you can use `with_index` without a block and follow it with `map`:
def leibniz(n)... -
02:38 PM Bug #7890: Data class should have documentation
- nobu (Nobuyoshi Nakada) wrote:
> I've supposed removal of Data in Ruby level.
It's my understanding that a lot of... -
01:58 PM Bug #7890: Data class should have documentation
- I've supposed removal of Data in Ruby level.
-
12:19 PM Bug #7890 (Closed): Data class should have documentation
- This issue was solved with changeset r39330.
Matthew, thank you for reporting this issue.
Your contribution to Ruby i... -
11:24 AM Bug #7890: Data class should have documentation
- I have a lack of experience with redmine. I don't see my patch attached, so just incase:
Index: object.c
========... -
11:20 AM Bug #7890 (Closed): Data class should have documentation
- This class is confusing without knowing where to lookup information. I've attached a patch that points developers to ...
-
01:16 PM Bug #7817: (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- Yeah, I did see this error with apple-gcc42.
Is it still alive, and is the fix needed? -
08:59 AM Bug #7817: (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- jhaungs (Jim Haungs) wrote:
> Compiling Ruby 2 RC2 with the latest Xcode fails on OSX 10.8.2.
>
> clang -v
> Ap... -
08:49 AM Bug #7817: (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- Compiling Ruby 2 RC2 with the latest Xcode fails on OSX 10.8.2.
clang -v
Apple LLVM version 4.2 (clang-425.0.24)... -
12:54 PM Bug #5199: ext/tk: RB_GC_GUARD seems to be needed in several places
- Quick patch.
2.0 has GC safe functions, rb_sprintf() with PRIsVALUE, rb_intern_str(), and so on. -
12:49 PM Revision e908adc1 (git): common.mk: uninstall
- * common.mk (uninstall): uninstall installed file listed in
$(INSTALLED_LIST) file.
* tool/rbuninstall.rb: simple ... -
12:34 PM Bug #7478 (Rejected): Do not include vararg.h - always include stdarg.h
- No feedback.
-
12:34 PM Revision fc50b60c (git): * tool/rbinstall.rb (libdir): fix typo. [Bug #7874]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:06 PM Revision 9041f262 (git): extmk.rb: extract SUBMAKEOPTS
- * ext/extmk.rb (SUBMAKEOPTS): extract common sub make options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@393... -
12:06 PM Revision ffdb70a6 (git): extmk.rb: rename variables
- * ext/extmk.rb: rename working variables as more descriptive so no
shadowing local variable warnings, and remove un... -
11:49 AM Bug #7865 (Closed): A required file is not added to $LOADED_FEATURES until after it has run
- =begin
It's an intended behavior, not a bug.
When an exception raised while loading, the feature won't be added to
... -
10:27 AM Revision 57bccfa9 (git): ruby.h: HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
- * include/ruby/ruby.h (HAVE_RB_SCAN_ARGS_OPTIONAL_HASH): for
rb_scan_args() optional hash feature. [Bug #7861]
g... -
09:35 AM Bug #7779 (Closed): embedded rubygems 2.0.0.rc.2 mangles --user-install
- This issue was solved with changeset r39327.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:15 AM Bug #7779 (Assigned): embedded rubygems 2.0.0.rc.2 mangles --user-install
- Seems like the same issue.
-
02:03 AM Bug #7779: embedded rubygems 2.0.0.rc.2 mangles --user-install
- Thanks Eric. Install looks good but `gem up xxx --user-install` was missed.
If you want this opened as a new issue... -
09:02 AM Revision 52911974 (git): configure.in: target_os suffix
- * configure.in (target_os): do not strip -gnu suffix on Linux if
--target is given explicitly. [Bug #7874]
git-s... -
09:01 AM Revision 67ab6e3d (git): configure.in: adjust libdirname
- * configure.in (libdirname): adjust library path name which libruby
files will be installed. [Bug #7874]
* tool/rb... -
08:12 AM Revision 562c0ead (git): merge revision(s) 39308:
- * vm_eval.c (vm_call0_body): check interrupts after method dispatch
from C methods. [Bug #7878]
git-svn-i... -
07:51 AM Bug #7885 (Closed): Build failure: test_initialize_user_install issues under Windows
- This issue was solved with changeset r39324.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g... -
01:50 AM Bug #7885 (Closed): Build failure: test_initialize_user_install issues under Windows
- =begin
Latest changes to RubyGems into ruby_2_0_0 branch are causing failures in RubyInstaller CI:
http://ci.ru... -
04:37 AM Revision 206d1c89 (git): * ext/pty/pty.c: Documentation for the PTY module
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 AM Revision c7bb7974 (git): * object.c: Document Data class [Bug #7890] [ruby-core:52549]
- Patch by Matthew Mongeau
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:15 AM Revision 4b81b403 (git): enumerator.c: suppress warnings
- * enumerator.c (lazy_zip_arrays_func, lazy_zip_func, lazy_take_func),
(lazy_drop_func, lazy_drop_while_func): suppr... -
02:51 AM Revision 2d112d2c (git): * lib/mutex_m.rb: Add rdoc for Mutex_m module
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 AM Feature #7883: Add Regex#to_proc
- I like this, and I especially like the modified version from judofyr. You could also do `["abc", 3, "foo", etc].find(...
-
12:38 AM Feature #7882: Allow rescue/else/ensure in do..end
- Yusuke, I believe it should be the latter. If you want to rescue from the yielding method you have the option of doin...
-
12:07 AM Feature #7882: Allow rescue/else/ensure in do..end
- I've heard of a convention to use `{ ... }` for blocks evaluated for a result and `do ... end` for blocks evaluated f...
-
12:34 AM Revision 75eb6cc9 (git): * lib/rubygems/commands/update_command.rb: Create the installer after
- options are processed. [ruby-trunk - Bug #7779]
* test/rubygems/test_gem_commands_update_command.rb: Test for the
...
02/19/2013
- 11:57 PM Revision 71fc3463 (git): * 2013-02-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:57 PM Revision 0558cc52 (git): Merge revision 39292:
- * compar.c (rb_invcmp): compare by inversed comarison, with preventing
from infinite recursion. [ruby-core:52305] ... -
11:51 PM Feature #7882 (Assigned): Allow rescue/else/ensure in do..end
- I have suggested the same proposal (in Japanese [ruby-dev:31393]).
Matz said in [ruby-dev:31423] that it is not clea... -
10:54 PM Feature #7882: Allow rescue/else/ensure in do..end
- I don't find it that odd, Nobu, although I think most developers would tend to use do-end anyway as we usually do in ...
-
10:48 PM Feature #7882: Allow rescue/else/ensure in do..end
- I remember I've seen the same proposal.
What do you think about {} block?
```ruby
foo {
...
rescue
...
... -
03:00 PM Feature #7882 (Closed): Allow rescue/else/ensure in do..end
- The keywords `rescue`, `else` and `ensure` can be used when defining methods like so:
```ruby
def foo
#
rescu... -
11:23 PM Feature #7883: Add Regex#to_proc
- > ~~~ruby
> class Regexp
> def to_proc; lambda {|s| self =~ s} end
> end
A more general case:
~~~ruby
cl... -
11:06 PM Feature #7883: Add Regex#to_proc
- Cool idea. +1
-
08:47 PM Feature #7883: Add Regex#to_proc
- nobu (Nobuyoshi Nakada) wrote:
> You can use `/\Ab/.method(:=~)`.
Yes, but that's not the point. In that case I'... -
07:53 PM Feature #7883: Add Regex#to_proc
- On 19/02/2013 07:58, rklemme (Robert Klemme) wrote:
>
> Issue #7883 has been reported by rklemme (Robert Klemme).
... -
07:41 PM Feature #7883: Add Regex#to_proc
- > You can use `/\Ab/.method(:=~)`.
This is more typing than just using '`{ |x| x =~ /\Ab/ }`'.
I like this idea... -
07:24 PM Feature #7883: Add Regex#to_proc
- You can use `/\Ab/.method(:=~)`.
-
04:58 PM Feature #7883 (Assigned): Add Regex#to_proc
- Just a small addition to the standard library:
~~~ruby
class Regexp
def to_proc; lambda {|s| self =~ s} end
e... -
11:19 PM Bug #7874: multiarch support enhancements
- As for the second patch, I guess it would be:
AC_SUBST(ENABLE_MULTIARCH, ${multiarch:-no})
Note the colon. -
10:55 PM Bug #7874: multiarch support enhancements
- The arch name is taken from --target option, not --host.
-
03:35 AM Bug #7874: multiarch support enhancements
- mame (Yusuke Endoh) wrote:
> Hello Antoino,
>
> Doesn't Vit's comment help you?
I tried --host= but it does no... -
01:35 AM Bug #7874: multiarch support enhancements
- Hello Antoino,
Doesn't Vit's comment help you?
And please attach the patch for "another issue" into the ticket #7... -
11:07 PM Bug #7884 (Rejected): Tkで,コマンドにforkを入れると,イベント実行時にクラッシュする
- 題名の通りです.
MacPortsからインストールした
1.9.3-p327+mactk
1.9.3-p385+mactk
で同じ症状でした.
以下,ソースです.forkブロック中の,p 'forked proces... -
10:51 PM Revision cd8ef79d (git): * lib/rubygems/installer.rb: Use gsub instead of gsub! to avoid
- altering @bin_dir. Fixes tests on windows. [ruby-trunk - Bug #7885]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
10:17 PM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- The former 4 commits are needed, and the last is fix of commit miss in Changelog.
And, I've backported them for [B... -
09:29 PM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- Too many! Are they all essential?
Could you please show me one minimum and clean patch?
--
Yusuke Endoh <mame@... -
01:26 PM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- Sorry, patches for tool/mkconfig.rb are not necessary as long as libdir is under exec_prefix.
And the case libdir ... -
01:13 PM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- And r39284,r39297.
-
01:03 PM Bug #7860 (Assigned): Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- I think this will be necessary for 2.0.0.
revisions are r39267,39273,39294,39298,39313. -
09:20 PM Bug #7878: E::Lazy#grep ignores ^C
- ko1 (Koichi Sasada) wrote:
> なぜ私が、と思ったんですが、遠藤さんいい読みですね。
RUBY_VM_CHECK_INTS なんだから笹田さんでしょう。
ko1 (Koichi Sasada... -
08:54 AM Bug #7878 (Assigned): E::Lazy#grep ignores ^C
- r39308 で取り急ぎ対応しました。
mameさん
backport してもいいでしょうか。 -
08:53 AM Bug #7878 (Closed): E::Lazy#grep ignores ^C
- This issue was solved with changeset r39308.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby ... -
08:22 AM Bug #7878: E::Lazy#grep ignores ^C
- なぜ私が、と思ったんですが、遠藤さんいい読みですね。
これは、
c_method_foo(){
while(1){ rb_funcall(c_method_bar); }
}
のように、foo, ba... -
01:40 AM Bug #7878 (Assigned): E::Lazy#grep ignores ^C
-
08:43 PM Bug #7877: E::Lazy#with_index should be lazy
- OK, so @marcandre is interested in. I re-wrote the description in English.
-
04:16 PM Bug #7877: E::Lazy#with_index should be lazy
- See #7696 on how to handle state...
-
08:41 PM Bug #7699: rubyspec failed: BigDecimal#divmod Can be reversed with * and +
- I think I cannot fix this until the deadline...
-
01:15 AM Bug #7699: rubyspec failed: BigDecimal#divmod Can be reversed with * and +
- mrkn, can you fix this issue?
--
Yusuke Endoh <[email protected]> - 04:19 PM Revision b6cdc439 (git): * 2013-02-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 PM Revision 92abfcca (git): * array.c: Fix typo in class documentation
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:55 PM Bug #7774 (Closed): IFUNC上のbinding呼び出しでSEGV
-
02:54 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- r39305 で backport しました。
が、redmine のほうには backport issue にしていないから
自動的に close されてないんかな。
-
01:14 PM Bug #6502 (Closed): include Syslog
- This issue was solved with changeset r39316.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is... - 11:50 AM Revision c42cf83f (git): * ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.
- [ruby-core:51777] [Bug #7761]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39321 b2dd03c8-39d4-4d8f-98ff-823fe6... -
11:39 AM Bug #7879 (Rejected): File.readable? fails when ruby runs as root
- When run as root, access(2) ignore permission and always return success. That's UNIX filesystem semantics.
In the ot... -
02:44 AM Bug #7879 (Rejected): File.readable? fails when ruby runs as root
- I have the following script to find sysfs (linux) files which are readable but throw an exception when read:
Dir.g... -
11:37 AM Bug #7881 (Closed): Windows でパスに日本語を含むスクリプトからの require が失敗する
- =begin
Windows でパスに日本語を含むスクリプトからの require が失敗します。
Ruby 1.9.3 の p374,p385 でこの現象が起こりますが,p125 では起こりません。
p286 あたりから起... -
11:04 AM Bug #7172 (Closed): [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
- Try --with-opt-dir='${prefix}'.
r39176 is needed for `make reconfig' to work, though. -
12:07 AM Bug #7172: [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
- Sorry but I don't understand both the issue and the status at all.
Any action needed for 2.0.0-p0?
--
Yusuke En... -
08:15 AM Bug #7779 (Closed): embedded rubygems 2.0.0.rc.2 mangles --user-install
- This issue was solved with changeset r39307.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr... -
03:24 AM Bug #7779: embedded rubygems 2.0.0.rc.2 mangles --user-install
- haven't made it past looking at defaults...
jon@ubusvr:~/downloads$ ruby -ve '%w(bindir default_bindir user_dir)... -
01:51 AM Bug #7779 (Assigned): embedded rubygems 2.0.0.rc.2 mangles --user-install
- drbrain, what do you think?
--
Yusuke Endoh <[email protected]> -
06:50 AM Revision 855f9720 (git): merge revision(s) 39267,39273,39294,39298,39313:
- * configure.in: unexpand arch sitearch and exec_prefix values, so
directly specified bindir, libdir, rubypr... -
06:15 AM Bug #7584: Ruby hangs when shutting down an ssl connection in gc finalization
- For what it's worth, we were able to work around this by explicitly shutting down ssl connections instead of letting ...
-
12:58 AM Bug #7584: Ruby hangs when shutting down an ssl connection in gc finalization
- I'm not sure how significant this is.
Martin, what do you think?
--
Yusuke Endoh <[email protected]> -
06:15 AM Bug #7311: DRb test suite fails when hostname cannot be reached
- It is not just test suite issue. See 0001-Fallback-to-localhost-if-hostname-is-not-associated-.patch
Although it i... -
12:31 AM Bug #7311: DRb test suite fails when hostname cannot be reached
- Just an issue of test.
--
Yusuke Endoh <[email protected]> -
05:09 AM Revision ccd431e2 (git): * backport r39307 from trunk. [Bug #7880]
- * lib/rubygems/installer.rb: Fixed placement of executables with
--user-install. [ruby-trunk - Bug #7779]
* test... -
05:06 AM Revision 463c1ad1 (git): * lib/rdoc.rb: Update to release version of 4.0.0
- * lib/rubygems.rb: Update to release version of 2.0.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_... -
04:40 AM Revision 7ffd5405 (git): fix typo and remove trailing space
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:13 AM Revision e3897235 (git): Remove Syslog#inspect and have only Syslog.inspect.
- * ext/syslog/syslog.c (Init_syslog): Define inspect as a singleton
method and remove it as an instance method. [Bug... -
03:49 AM Revision 1955ac9e (git): * tool/mkconfig.rb: exclude variables to just build libruby.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 AM Revision a168db1c (git): * tool/mkrunnable.rb: needs rbconfig.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 AM Revision bbd9223f (git): * ChangeLog: remove duplicated entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:33 AM Bug #7867: enable-multiach installs pkgconfig file into wrong dir
- the attached patch fixes the installation path for pkgconfig data with multiarch enabled, as well as the path for ins...
-
03:32 AM Revision 281e6e1b (git): * object.c: rdoc formatting for Kernel#Array()
- * array.c: Add rdoc for Array() method to Creating Arrays section
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
03:25 AM Revision fc23f8c6 (git): merge revision(s) 39201,39202:
- * win32/Makefile.sub (config.status): site and vendor directories
should use sitearch, not arch. [ruby-dev... -
01:53 AM Feature #6265: Remove 'useless' 'concatenation' syntax
- drbrain, thanks!
But sorry, it is too late to change 2.0.0. My bad.
--
Yusuke Endoh <[email protected]> -
01:49 AM Bug #7615 (Assigned): assignment to context variable changes the precedence order of function call with followed by ' (' (whitespace-bracket)
- Interesting, but I'm reluctant to fix this in 2.0.0 because it looks impractical and incompatible to 1.9.X.
--
Y... -
01:44 AM Bug #6120: Float and BigDecimal bug in remainder in corner cases
- Didn't get around fixing it for 2.0.0. Will fix and then assign to mrkn for BigDecimal.
-
01:37 AM Bug #7737: problem with generated rbconfig.rb for Haiku
- Looks similar to #7864. Does r39290 help you?
--
Yusuke Endoh <[email protected]> -
01:36 AM Revision 2163738f (git): * ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis in
- create_extension examples.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39310 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
01:30 AM Bug #7823: sitelibへのsoのコピー (2.0.0)
- なかださん、お忙しい?
--
Yusuke Endoh <[email protected]> -
01:27 AM Revision b043b059 (git): * ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.
- Patch by Richard Bradley. [ruby-trunk - Bug #7551]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39309 b2dd03c... -
01:12 AM Bug #7821: FileUtils.mkdir_p fails on Windows Unicode paths (\\?\UNC\) if dir already exists
- Usa-san, how significant is this issue?
--
Yusuke Endoh <[email protected]> -
12:49 AM Feature #7526: infinit loop in Registry::each_value
- Let me know if there is any popular application that suffers from this issue.
--
Yusuke Endoh <[email protected]> -
12:46 AM Bug #7512: Test for HMAC signing with UTF-8 String
- Just an issue of test.
--
Yusuke Endoh <[email protected]> -
12:39 AM Bug #7492: Segmentation fault at DL::TestDL#test_call_double on x64 Windows 8
- Just an issue of test.
--
Yusuke Endoh <[email protected]> -
12:37 AM Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets.
- Looks a feature request.
--
Yusuke Endoh <[email protected]> -
12:34 AM Feature #7412: Pathname#relative_path_from does not support mixed directory separators on windows
- Looks a feature request.
--
Yusuke Endoh <[email protected]> -
12:32 AM Bug #7398: Modify TestSSL#test_read_and_write to handle partial sysreads
- Just an issue of test.
--
Yusuke Endoh <[email protected]> -
12:11 AM Bug #7267: Dir.glob on Mac OS X returns unexpected string encodings for unicode file names
- Should we close this ticket?
--
Yusuke Endoh <[email protected]>
02/18/2013
-
11:57 PM Bug #7171: test-all failure on OS X (RubyCI)
- CI 環境の問題ということみたいなんで、先送りします。
--
Yusuke Endoh <[email protected]>
-
11:54 PM Bug #7100: WEBrick::HTTPServer.new で BindAddress を指定しない場合に必ず警告が記録される
- ちょっと今からだと怖すぎるのと、BindAddress を指定するという workaround があるようなので、
すみませんが一旦 next minor に。
2.0.0-pXXX で直すかどうかは nagachika さんにお... -
11:53 PM Revision cc16b213 (git): * vm_eval.c (vm_call0_body): check interrupts after method dispatch
- from C methods. [Bug #7878]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39308 b2dd03c8-39d4-4d8f-98ff-823fe6... -
11:50 PM Bug #6928: SecureRandom.random_bytes: assume zero entropy for seed value
- Martin, may I postpone this to next minor?
Or must it be fixed immediately?
--
Yusuke Endoh <[email protected]>
-
11:39 PM Bug #6360: Debug information build even without requesting it
- I don't think that this is a showstopper; it actually works.
But if trunk can be fixed soon by an assured patch, I'm... -
10:23 PM Bug #6360: Debug information build even without requesting it
- Can you create a patch and get "ok" from nobu or any reliable person?
--
Yusuke Endoh <[email protected]> -
10:14 PM Bug #6360: Debug information build even without requesting it
- mame (Yusuke Endoh) wrote:
> Sorry, but postponing it to 2.1.0.
> I believe that Luis can work around the issue,
>... -
09:42 PM Bug #6360: Debug information build even without requesting it
- Sorry, but postponing it to 2.1.0.
I believe that Luis can work around the issue,
--
Yusuke Endoh <[email protected]> -
11:36 PM Bug #7878 (Closed): E::Lazy#grep ignores ^C
- このタイミングでバグかよとお思いでしょうが見つけちまったもんはしょうがない、
[0].lazy.cycle.grep(1).first
が^Cに反応しません。どこかでRUBY_VM_CHECK_INTSしてください。 -
11:15 PM Revision aec0735f (git): * lib/rubygems/installer.rb: Fixed placement of executables with
- --user-install. [ruby-trunk - Bug #7779]
* test/rubygems/test_gem_installer.rb: Test for above.
git-svn-id: svn+s... - 11:12 PM Revision 2e4dfbca (git): * 2013-02-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:12 PM Revision 885f2da8 (git): * backport r39275 from trunk. [ruby-dev:46994] [Bug #7774]
- * proc.c (rb_binding_new_with_cfp): create binding object even if
the frame is IFUNC. But return a ruby-level bindi... -
10:39 PM Bug #7683 (Rejected): Rjb::load Segmentation fault windows
- So, this is not Ruby's bug.
-
09:29 PM Bug #7683: Rjb::load Segmentation fault windows
- Thanks for using Ruby and Rjb and sorry for the inconvenience.
This was caused Rjb's gem packagging problem.
Det... -
09:02 AM Bug #7683: Rjb::load Segmentation fault windows
- arton-san, could you check this issue?
-
10:01 PM Bug #6867 (Closed): super in a Mutex#synchronize block
- The patch was applied at r36784.
--
Yusuke Endoh <[email protected]> -
09:55 PM Feature #6744: ruby unable to run system commands that require elevated privileges
- Looks a feature request rather than a bug?
Anyway I postpone this ticket to next minor.
--
Yusuke Endoh <mame@t... -
09:46 PM Revision 10103e8c (git): Correct condition of r39302
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:45 PM Bug #6386: URI.parse should raise an error for invalid uri 'http:/'
- The URI maintainer, akira, is inactive for a long time.
I think that he should be discharged.
http://bugs.ruby-la... -
09:34 PM Bug #6332 (Assigned): Error compiling readline due username_completion_function being undeclared (GCC 4.6)
- Oops sorry. I didn't intend to close this ticket.
--
Yusuke Endoh <[email protected]> -
09:34 PM Bug #6332 (Rejected): Error compiling readline due username_completion_function being undeclared (GCC 4.6)
- No feedback.
--
Yusuke Endoh <[email protected]> -
09:30 PM Bug #6121: [[Ruby 1.9:]] Etc.sysconfdir hides sysconfdir on windows
- Postponing it to next minor.
Usa-san, let me know if you think it is a significant issue.
--
Yusuke Endoh <mame... -
09:24 PM Bug #6120: Float and BigDecimal bug in remainder in corner cases
- Should it be assigned to mrkn?
--
Yusuke Endoh <[email protected]> -
09:23 PM Bug #5600: OpenSSL::X509::Request can't sign() an OpenSSL::PKey::EC
- It is too late for "an overhaul". Postponing to next minor.
--
Yusuke Endoh <[email protected]> -
09:21 PM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
- 残念ながら何ともしてもらえなかったですかね。まあ回避策あるので先送りにします。
--
Yusuke Endoh <[email protected]> - 09:21 PM Revision 52b01813 (git): * 2013-02-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:21 PM Revision 0b261c37 (git): * vm_dump: FreeBSD ports' libexecinfo's backtrace(3) can't trace
- beyond signal trampoline, and as described in r38342 it can't
trace on -O because it see stack frame pointers.
li... -
09:20 PM Revision e233ca15 (git): * configure.in: check whether backtrace(3) works well or not.
- * vm_dump.c: set HAVE_BACKTRACE 0 if BROKEN_BACKTRACE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39301 b2dd0... -
09:17 PM Bug #4434: make test-all "-j10000" のように大きな並列数を与えると異常終了
- テストの問題に過ぎない (ですよね?) ので先送り。
--
Yusuke Endoh <[email protected]> -
09:15 PM Bug #3784: Seg fault in IO.select from webrick
- Nahi-san, can you reproduce this issue?
--
Yusuke Endoh <[email protected]> -
09:10 PM Feature #3348: rubyspec: Kernel.spawn redirects both STDERR and STDOUT to the given name ERROR
- ちゃんとチケット整理しなかったからまた直す機会を逸してしまった。すみません。
--
Yusuke Endoh <[email protected]> -
09:07 PM Bug #1771: system()/popen()/popen3() & windows & unicode is not working
- Usa-san, what's the status?
--
Yusuke Endoh <[email protected]>
-
09:07 PM Bug #1685: Some windows unicode path issues remain
- Usa-san, what's the status?
--
Yusuke Endoh <[email protected]>
-
09:06 PM Bug #1342 (Rejected): signal handling on HP-UX
- Marking as rejected due to no feedback from OP.
--
Yusuke Endoh <[email protected]> -
08:52 PM Bug #7282: Invalid UTF-8 from emoji allowed through silently
- headius (Charles Nutter) wrote:
> duerst (Martin Dürst) wrote:
> > > Nor does character-walking:
> >
> > > sy... -
08:27 PM Bug #7877 (Closed): E::Lazy#with_index should be lazy
- So I wanted some real benefit of being lazy. I wrote a Leibniz formula:
```ruby
def leibniz(n)
(0..Float::INF... -
07:59 PM Feature #7876 (Assigned): Add method for accessing Class from within Singleton Class
- =begin
I'm quite surprised I haven't run into this sooner, but I seem to have just discovered that there's no means ... -
06:43 PM Feature #7872: `block_given?` does not work inside `define_method`
- @ko1 thanks for the explanations, i will think about them.
-
09:15 AM Feature #7872: `block_given?` does not work inside `define_method`
- (a) def...end and (b) define_method(...){...} is completely different.
(1) On (b), outer scope
a = 1
defin... -
01:53 PM Bug #7871 (Closed): exec_prefix regression breaks mingw
-
01:04 PM Bug #7871: exec_prefix regression breaks mingw
- As of r39298 test and test-all are 100% pass, and these quick tests look Ok.
Hm, DESTDIR looks strange...I thought... -
01:53 PM Bug #5199: ext/tk: RB_GC_GUARD seems to be needed in several places
- From: "ko1 (Koichi Sasada)" <[email protected]>
Subject: [ruby-core:52367] [ruby-trunk - Bug #5199] ext/tk: RB... -
01:30 PM Feature #6019 (Closed): Revision r34582 significantly slows down rails app
- Thanks for the followup. This change was meant to be a fix for a misfeature, and it's great Rails followed it quickl...
-
01:22 PM Bug #6502: include Syslog
- これ、Syslogをクラスからモジュールに変えた大昔のコードですね。
もはやSyslogは継承できないのでそれが正しそうです。2.1.0までに直します。 -
12:21 PM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- phluid61 (Matthew Kerwin) wrote:
> I'm sorry, but this ticket confuses me. Why does "A" ever get output, if
> B#m ... -
06:23 AM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- I'm sorry, but this ticket confuses me. Why does "A" ever get output, if
B#m does not also call super? -
12:05 PM Bug #7755: JSON::Generate#configure's argument conversion
- Filed as https://github.com/flori/json/issues/162
-
11:50 AM Feature #7510: irb --help が古い
- 英語のパッチは省略しました。4 月以降でよければ作りますよ。
-
10:07 AM Bug #6756: FileUtils.rm_rf がアクセス権のない空ディレクトリを削除しない
- これはUNIXの挙動に合わせてもいいと思いました。
なので、
kosaki さんに +1
です。
反対の度合いはどうですか? > ayumin -
08:56 AM Bug #6756: FileUtils.rm_rf がアクセス権のない空ディレクトリを削除しない
- fileutils のメンテナさんは居ないようですが、
http://bugs.ruby-lang.org/projects/ruby/wiki/Maintainers
こういうチケットはどうしておけばいいでしょうか...。
... -
08:56 AM Bug #7750: GC中にオブジェクトが割り当てられる
- 見た感じ、メモリが無いとかそういう状況でオブジェクトを生成した、
というような気がしますが、果てどうしたものか。
ストレステストが足りてないんですよね。
なりさんに振っておこう。 -
08:48 AM Bug #7475: Unexpected behavior of Module#append_features on singleton class
- Matz, could you check it?
- 07:31 AM Revision a16c76f7 (git): * lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing
- parenthesis.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:30 AM Bug #7867: enable-multiach installs pkgconfig file into wrong dir
- Hi, it would be nice if you could get this fixed soon so that we get full multiarch support when 2.0.0 is released. I...
-
07:28 AM Bug #7874: multiarch support enhancements
- Attaching a patch that fixes the path for installing both the libraries and the pkg-config data. It supersedes 0002-I...
-
04:35 AM Bug #7874: multiarch support enhancements
- Ad 1) You can use --host=x86_64-linux-gnu if I am not mistaken.
Ad 2) It seems to duplicate #7867 -
04:20 AM Bug #7874: multiarch support enhancements
- Hi,
there is also another problem: when --enabled-shared is used, the shared libraries are not installed in the mu... -
03:57 AM Bug #7874 (Closed): multiarch support enhancements
- Hi, I am one the maintainers of Ruby in Debian, thanks a lot for adding multiarch support.
While preparing package... -
04:19 AM Bug #3434: Specs for coercion?
- =begin
Regarding the coercion spec, I had need of coercion for Array the other day while implementing a set logic sy... -
03:46 AM Bug #7216: object.c defines clone method for objects that cannot be cloned.
- This is true for class method #allocate too.
- 03:45 AM Revision 7d63004f (git): Fix the IPv6 parser.
- * lib/ipaddr.rb (IPAddr#in6_addr): Fix the parser so that it can
recognize IPv6 addresses with only one edge 16-bit... -
02:31 AM Bug #7756: clang 4.2 sees through UNINITIALIZED_VAR macro, gives warning
- It is only a warning
-
01:49 AM Revision e8c57cd8 (git): configure.in: unexpand exec_prefix
- * configure.in (exec_prefix): unexpand after RUBY_EXEC_PREFIX is set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
01:49 AM Revision 3f1a3345 (git): mkconfig.rb: clear exec_prefix
- * tool/mkconfig.rb: clear exec_prefix which may differ from prefix,
before expanding rubyarchdir to remove prefix.
... -
01:11 AM Revision 46cdc66f (git): version.c: move ruby_exec_prefix
- * version.c (ruby_exec_prefix): move all path configuration stuffs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
01:11 AM Bug #7850: Gem::Dependency.new( Symbol ) is deprecated?
- ご報告ありがとうございます。
確かに RubyGems は github にリポジトリがあるのでそちらで報告したほうが早いかもしれません。
もう報告されましたか?
実際に困る gem があるのであれば、何かしらの対応をしたほうが... - 01:10 AM Revision 97ef7189 (git): * 2013-02-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:09 AM Revision f8530342 (git): configure.in: unexpand_shvar
- * configure.in (unexpand_shvar): regularize a shell variable by
unexpanding shell variables in it.
git-svn-id: svn... -
12:28 AM Feature #7845 (Rejected): Strip doesn't handle unicode space characters in ruby 1.9.2 & 1.9.3 (does in 1.9.1)
- The behavior is intended.
see also http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/19379
02/17/2013
-
11:54 PM Bug #7842: An alias of a "prepend"ed method skips the original method when calling super
- I expect:
~~~ruby
module P
def m; puts "P"; super; end
end
class A
def m; puts "A"; end
end
... -
10:48 PM Bug #6751 (Closed): remove tempfiles early.
- チケットの更新し忘れでした。
akrさんの言う通り、パッチはすでに当たっています。
-
09:23 PM Bug #6751: remove tempfiles early.
- 2013年2月17日 19:10 ko1 (Koichi Sasada) <[email protected]>:
>
> Issue #6751 has been updated by ko1 (Koichi Sa... -
10:46 PM Bug #7778: Irb loading generates 17x more open/stat system calls when a locale is set
- Irb search directories of RUBY_PATH for irb message locale files, if LC_ALL etc. is set.
Therefore, this is not a ... -
02:22 PM Bug #7778: Irb loading generates 17x more open/stat system calls when a locale is set
- Is it only for irb?
Same as Ruby command?
-
09:53 PM Feature #7510: irb --help が古い
- けいじゅ@いしつかです.
ko1 (Koichi Sasada) <[email protected]> wrote:
> Issue #7510 has been updated by ko1 (Koi... -
07:05 PM Feature #7510: irb --help が古い
- 2.0.0 にはもう間に合わないと思いますが、keiju さん、こちらいかがでしょうか。
-
09:26 PM Feature #7872: `block_given?` does not work inside `define_method`
- Ok. Is it actually possible to somehow force `def ... end` for instance methods behave identically with `define_meth...
-
01:16 PM Feature #7872: `block_given?` does not work inside `define_method`
- =begin
The behavior in 1.9:
$ ruby19 -ve 'class C; define_method :x do p block_given? end; end; C.new.x { }'
... -
10:40 AM Feature #7872 (Rejected): `block_given?` does not work inside `define_method`
- =begin
Is this the expected behavior?
define_method :try do
block_given? ? yield : 'no block'
end
try ... -
09:20 PM Feature #7684 (Rejected): Net::HTTPHeader#set_form_data should accept a String
- Such backdoor breaks the convention that this method returns a valid application/x-www-form-urlencoded string.
You... -
05:34 PM Feature #7684: Net::HTTPHeader#set_form_data should accept a String
- If it didn't work this way before I think it is a feature request.
-
02:25 PM Feature #7684: Net::HTTPHeader#set_form_data should accept a String
- Is it a feature request?
-
09:06 PM Bug #4439 (Closed): TestBeginEndBlock#test_should_propagate_signaled が必ず1度失敗する
-
07:59 PM Bug #4439: TestBeginEndBlock#test_should_propagate_signaled が必ず1度失敗する
- Also can't reproduce at "ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-darwin12.2.0]"
-
07:45 PM Bug #4439 (Feedback): TestBeginEndBlock#test_should_propagate_signaled が必ず1度失敗する
- =begin
Can't reproduce on OS X 10.8 with both ruby_2_0_0 and trunk:
* ruby 2.0.0dev (2013-02-17 trunk 39291) [x86... -
08:55 PM Bug #7870 (Closed): Time.now == "" causes an infinite loop
- This issue was solved with changeset r39292.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
07:35 PM Bug #7870 (Assigned): Time.now == "" causes an infinite loop
- drbrain, thank you! That is terrible.
Nobu, please check and fix it!
--
Yusuke Endoh <[email protected]> -
05:41 PM Bug #7870: Time.now == "" causes an infinite loop
- Fog breaks due to this change (it is how I discovered it):
https://github.com/fog/fog/blob/master/lib/fog/core/att... -
03:05 PM Bug #7870: Time.now == "" causes an infinite loop
- I don't think that this is a showstopper, unless there is many or famous application depending on this behavior. Do ...
-
09:22 AM Bug #7870: Time.now == "" causes an infinite loop
- r38044 is the culprit.
Previously Ruby would return nil if the other object did not have to_str, now ruby calls ot... -
08:46 AM Bug #7870 (Closed): Time.now == "" causes an infinite loop
- =begin
This is a regression from 1.9.
2.0.0 branch:
$ ./ruby20 -v ../branches/ruby_2_0_0/test.rb
ruby 2.0... -
08:48 PM Bug #7817 (Rejected): (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- As I wrote in #5076, CRuby requires "Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)" or l...
-
02:42 PM Bug #7817: (Unable to compile Ruby 2.0.0-rc2 on OSX (clang version 2.1)
- mrkn, what do you think?
--
Yusuke Endoh <[email protected]> -
07:52 PM Bug #7755: JSON::Generate#configure's argument conversion
- Could you report it to upstream?
https://github.com/flori/json -
07:51 PM Bug #7200 (Rejected): Setting external encoding with BOM|
-
07:12 PM Feature #6003: test/unit/parallel.rb
- What's the status of this issue?
-
07:08 PM Bug #5418: Some properties of WEBrick::HTTPRequest could be malformed
- Time up for 2.0.0.
Nahi-san, how about this ticket?
-
07:06 PM Bug #5199: ext/tk: RB_GC_GUARD seems to be needed in several places
- Time up for 2.0.0.
Nagai-san, how about it? -
05:35 PM Bug #5060: Executables in bin folder conflict with their gem versions.
- This is too risky to fix for 2.0.0, sorry I did not have time.
-
03:50 PM Bug #7696 (Assigned): Lazy enumerators with state can't be rewound
-
03:25 PM Bug #7774: IFUNC上のbinding呼び出しでSEGV
- 了解です。ありがとうございます。バックポートお願いします。
--
Yusuke Endoh <[email protected]> -
03:23 PM Bug #7871: exec_prefix regression breaks mingw
- my build failed with r39287 so r39284 doesn't fix it. I suspect tweaks from r39267 and/or r39273.
-
03:15 PM Bug #7871: exec_prefix regression breaks mingw
- mame (Yusuke Endoh) wrote:
> Luis, do you know anything?
>
Issue got introduced in r39107 by Nobu and appears t... -
02:37 PM Bug #7871 (Assigned): exec_prefix regression breaks mingw
- Luis, do you know anything?
--
Yusuke Endoh <[email protected]> -
09:49 AM Bug #7871 (Closed): exec_prefix regression breaks mingw
- Recent `exec_prefix` mods cause problems with the rubyinstaller build recipes as the new value points to the temporar...
-
03:22 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Time up for 2.0.0.
Matz, could you check this ticket?
-
03:22 PM Feature #7644: In refinements, change "using" keyword to a less generic word.
- Obviously too late for 2.X ;-(
You had to raise your voice during the preview period.
--
Yusuke Endoh <mame@tsg... -
03:19 PM Bug #5368: ensure節でsleepするようなThreadがあるとインタプリタが終了しない
- 2.1 で結論を付けたいところ。
多分、まつもとさんはこの辺気にしないと思うので、小崎さん、たるいさん(と私かなぁ)で決めると良いと思います。 -
03:17 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- time up. 2.0.0 was fixed.
Matz, could you consider it on 2.1.0?
Or please reject it.
-
02:58 PM Bug #5556 (Closed): SIGHUP no longer ignored when sent to process group from a subprocess
- No feedback. Close it.
-
02:48 PM Bug #5556: SIGHUP no longer ignored when sent to process group from a subprocess
- I don't think that this issue is ready for determining a backport to 2.0.0.
Kosaki-san, what do you think?
--
Y... -
02:55 PM Bug #7824: [PATCH] Fix FileUtils.rmdir :parents option
- It should be fixed in trunk first. Setting the target to 2.1.0.
Whether we backport to 2.0.0 or not, is due tp Naga... -
02:39 PM Bug #7824: [PATCH] Fix FileUtils.rmdir :parents option
- Please do not mark it as a showstopper unless you don't know.
It makes my S/N ratio low.
--
Yusuke Endoh <mame@... -
01:48 PM Bug #7824: [PATCH] Fix FileUtils.rmdir :parents option
- Is this patch critical for stopping ruby 2.0.0 release?
There is no explanation.
-
02:50 PM Bug #7350 (Rejected): Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
- Marking as rejected due to no response from OP.
--
Yusuke Endoh <[email protected]> -
02:50 PM Feature #7508: Clean up some more calls to rb_intern()
- I have an opinion.
I want to move all static IDs move to defs/id.def. I have no objection with this patch. But al... -
02:40 PM Feature #7508: Clean up some more calls to rb_intern()
- Whoops I forgot about this ticket.
I'll commit it soon. -
02:44 PM Bug #7756: clang 4.2 sees through UNINITIALIZED_VAR macro, gives warning
- It emits just a warning, not an error, right?
Looks not significant.
--
Yusuke Endoh <[email protected]> -
01:50 PM Bug #7756: clang 4.2 sees through UNINITIALIZED_VAR macro, gives warning
- mame-san, how about it?
-
02:26 PM Bug #7489: Kernel.spawn sometimes executes string directly
- Akr-san, could you add a documentation?
-
02:25 PM Bug #7731: Segmentation fault when trying to start rails server
- No feedback.
-
02:24 PM Bug #7772: Consider bumping stack size in ruby_qsort
- Nobu, could you check, and introduce it?
I think it should be included with 2.0.0-p???.
-
02:21 PM Bug #7801 (Third Party's Issue): Segfault with block called from continuation
- Simply, do not use continuation.
It is difficult to make an extension library with continuation. -
02:17 PM Bug #7808: [PATCH] Allow to install arch specific code into different location then nonarch
- critical for 2.0.0?
If it is critical, then please change target version. -
02:11 PM Feature #7848: Restore default state for core ruby objects
- I don't think this proposal can be accepted.
-
02:05 PM Bug #7855 (Feedback): Rare segfault within yielding block
- Could you give us more small reproduce-able code?
I'm not sure it is core's matter or 3rd party issue.
-
02:03 PM Bug #7865: A required file is not added to $LOADED_FEATURES until after it has run
- Matz issue?
or other can judge it?
This behavior is same as 1.9.3 or before. So it is not a compatibility issue. -
02:00 PM Bug #7867: enable-multiach installs pkgconfig file into wrong dir
- I'm not sure it is critical or not for 2.0.0 release.
So I labeled it as "next minor".
Please change this label i... -
03:44 AM Bug #7867 (Closed): enable-multiach installs pkgconfig file into wrong dir
- currently the pc file is installed under:
/usr/local/lib/pkgconfig/ruby-2.0.pc
but with multiarch it should be (for... -
01:55 PM Bug #7156: Invalid byte sequence in US-ASCII when using URI from std lib
- No feedback.
-
01:53 PM Bug #7425: Execute a script by active record, the console is crash.
- No feedback.
-
01:51 PM Bug #7648: GServer does not close cleanly from signal interrupt context
- No response here.
-
01:51 PM Feature #7652: Add FreeMiNT support to Ruby
- No feedback. It should be next minor (if there is a feedback).
-
01:45 PM Bug #7850 (Third Party's Issue): Gem::Dependency.new( Symbol ) is deprecated?
- 3rd party かわからなかったのですが、とりあえずこれで閉じておきます。
-
01:13 PM Bug #7873 (Rejected): StringIO does not respond to to_io
- It is intended. StringIO only pretends to be an IO, it is not backed by a socket or file like an IO is.
-
10:50 AM Bug #7873 (Rejected): StringIO does not respond to to_io
- In my project, I'm using "object.respond_to? :to_io" to check if the object is IO-ish[1].
(I heard that this is the ... -
12:46 PM Revision c4d41074 (git): Revert r39289
- * "configure.in: unexpand_shvar"
it breaks $LOAD_PATH.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39293 b2dd0... -
11:55 AM Revision 44c5c2a3 (git): compar.c: inversed comarison without infinite recursion
- * compar.c (rb_invcmp): compare by inversed comarison, with preventing
from infinite recursion. [ruby-core:52305] ... -
09:41 AM Revision c9283b5c (git): * configure.in: remove debug print.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:23 AM Revision 1264600d (git): mkmf.rb: remove extra topdir in VPATH
- * lib/mkmf.rb: remove extra topdir in VPATH, which was in
win32/Makefile.sub for some reason and moved from there.
... -
07:57 AM Revision 17b898e1 (git): configure.in: unexpand_shvar
- * configure.in (unexpand_shvar): regularize a shell variable by
unexpanding shell variables in it.
git-svn-id: sv... -
07:56 AM Revision e2bd72d5 (git): .gdbinit: revert colored prompt
- * .gdbinit: revert colored prompt because incremental search does not
work well with invisible sequence in prompt.
...
02/16/2013
-
10:29 PM Bug #7865 (Closed): A required file is not added to $LOADED_FEATURES until after it has run
- =begin
Required files are not added to $LOADED_FEATURES until after they have been executed.
This is easily demon... -
07:32 PM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- charliesome (Charlie Somerville) wrote:
> I have updated my patch to not clear the cache when a class is garbage col... -
06:31 PM Feature #7816: Don't invalidate method caches when defining a new method on a class without subclasses
- I have updated my patch to not clear the cache when a class is garbage collected.
My reasoning is that if a class ... -
04:25 PM Revision 91696db4 (git): wrong github issue from r39286
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 PM Revision e39caa75 (git): * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewicz
- [Github tenderlove/psych#118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39286 b2dd03c8-39d4-4d8f-98ff-823fe... - 04:11 PM Revision 25575b7c (git): * 2013-02-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:10 PM Revision 16d775d9 (git): * tool/mkconfig.rb: remove prefix from rubyarchdir.
- r39267 expands variables, it changes expansion timing,
breaks RbConfig::CONFIG["includedir"] and building
extensi... -
03:53 PM Bug #7774 (Assigned): IFUNC上のbinding呼び出しでSEGV
- 反応が悪くて申し訳ないです。
先ほどコミットした r39275 になります。
SEGV はしませんが、若干の非互換となります。 -
03:51 PM Bug #7774 (Closed): IFUNC上のbinding呼び出しでSEGV
- This issue was solved with changeset r39275.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is... -
01:22 PM Bug #7859 (Assigned): Readline: Incorrect arrow key behavior in vi_editing_mode insert mode with Readline 6.2
-
04:20 AM Bug #7859 (Closed): Readline: Incorrect arrow key behavior in vi_editing_mode insert mode with Readline 6.2
- =begin
I've discovered what I think is a bug in the (({Readline})) module in the standard library. When I am using (... -
12:46 PM Bug #7847 (Closed): gem release of io-console is broken on Windows
- This issue was solved with changeset r39268.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g... -
12:45 PM Bug #7860 (Closed): Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- This issue was solved with changeset r39267.
Chris, thank you for reporting this issue.
Your contribution to Ruby is ... -
08:31 AM Bug #7860 (Closed): Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
- How I reproduce:
------------------------------------
```
# git clone git://github.com/ruby/ruby.git
# autoreco... -
12:11 PM Revision 11498d9b (git): * .gdbinit (iseq): rename dummy_gdb_enums to ruby_dummy_gdb_enums.
- This is follow up to changes in r24407.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39283 b2dd03c8-39d4-4d8f-9... -
11:58 AM Revision 16aedfe0 (git): * vm.c (ENV_IN_HEAP_P): fix off-by-one error.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:52 AM Revision b38334e2 (git): Properly reflect --with-opt-dir to LIBRUBY_DLDFLAGS on all platforms.
- * configure.in (LIBRUBY_DLDFLAGS): Fix a bug where --with-opt-dir
options given were not reflected to LIBRUBY_DLDFL... - 11:45 AM Revision 6c10ebe2 (git): * 2013-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:45 AM Revision cd391985 (git): * backport r39276 from trunk. [ruby-dev:46997] [Bug #7825]
- * vm.c (rb_thread_mark): mark a working Proc of bmethod
(a method defined by define_method) even if the method was ... -
11:44 AM Revision 75a5be37 (git): * ext/socket/ancdata.c (rsock_recvmsg): ignore truncated part of
- socket address returned from recvmsg().
* ext/socket/init.c (recvfrom_blocking): ignore truncated part of
socket a... -
11:14 AM Revision 1061371f (git): * test/ruby/test_thread.rb: fixed typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:41 AM Revision b4add2ac (git): * vm.c (rb_thread_mark): mark a working Proc of bmethod
- (a method defined by define_method) even if the method was removed.
We could not trace working Proc object which re... -
06:51 AM Revision 7cbeff90 (git): * proc.c (rb_binding_new_with_cfp): create binding object even if
- the frame is IFUNC. But return a ruby-level binding to keep
compatibility.
This patch fix degradation introduced ... -
05:46 AM Revision 3d490d20 (git): .gdbinit: colorize
- * .gdbinit: colorize prompt and output headers, so boundaries get
clearer.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
04:55 AM Feature #7849: Symbol#to_str
- The purpose of to_str, to_int, to_ary and to_sym are to convert string, integer, array and symbol representations to ...
-
04:40 AM Revision bb7e19c8 (git): configure.in: don't substitute exec_prefix itself
- * configure.in (shvar_to_cpp): do not substitute exec_prefix itself
with RUBY_EXEC_PREFIX, which cause recursive de... -
04:13 AM Revision 78b50f26 (git): io/console: 0.4.2
- * ext/io/console/io-console.gemspec: bump to 0.4.2. now explicitly
requires ruby 1.9.3 or later. [Bug #7847]
git... -
04:00 AM Revision 923b8c4e (git): io/console: set HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
- * ext/io/console/extconf.rb: obtain optional hash by rb_scan_args() by
default right now.
git-svn-id: svn+ssh://c... -
03:58 AM Revision 2a62ca66 (git): io/console: fix configuration failure
- * ext/io/console/extconf.rb: fix configuration failure by missing
cpp_include.
git-svn-id: svn+ssh://ci.ruby-lang... -
03:47 AM Revision 6ba2001d (git): io/console: compatibility with 1.8
- * ext/io/console/console.c (console_dev): compatibility with ruby 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
03:46 AM Revision 44c24d44 (git): io/console: compatibility with 1.9
- * ext/io/console/console.c (rawmode_opt, console_dev): compatibility
with ruby 1.9. [ruby-core:52220] [Bug #7847]
... -
03:45 AM Revision 62711da2 (git): configure.in: unexpand exec_prefix etc
- * configure.in: unexpand arch sitearch and exec_prefix values, so
directly specified bindir, libdir, rubyprefix, et... -
03:23 AM Feature #7701: Non-optional (required) keyword args
- On Sat, Feb 16, 2013 at 01:18:03AM +0900, nobu (Nobuyoshi Nakada) wrote:
>
> Issue #7701 has been updated by no... -
01:18 AM Feature #7701: Non-optional (required) keyword args
- Just implemented to escape from reality.
-
03:16 AM Revision 53f97f1c (git): * parse.y: add dtrace probe for symbol create.
- * probes.d: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:59 AM Revision 733d65df (git): * ext/socket/extconf.rb: don't test sys/feature_tests.h which is not
- used now.
It was included in r7901 as "bug of gcc 3.0 on Solaris 8 ?".
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
12:25 AM Revision 4b5b88ec (git): * ext/socket/extconf.rb: reorder header tests to consider inclusion
- order in rubysocket.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom