Activity
From 02/25/2013 to 03/03/2013
03/03/2013
-
10:49 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
- 素朴にバグかと思っていたのですが、File.expand_path の今現在の挙動のほうが望ましい場面っていうのは考えられるんでしょうか。
-
12:17 PM Bug #7698 (Closed): RubyGems 2.0 has an incompatibility about installation of extension libraries
- This issue was solved with changeset r39572.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:28 AM Bug #7698 (Assigned): RubyGems 2.0 has an incompatibility about installation of extension libraries
-
01:17 AM Bug #7698 (Closed): RubyGems 2.0 has an incompatibility about installation of extension libraries
- This issue was solved with changeset r39560.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:16 AM Bug #7698 (Assigned): RubyGems 2.0 has an incompatibility about installation of extension libraries
-
01:16 AM Bug #7698 (Closed): RubyGems 2.0 has an incompatibility about installation of extension libraries
- This issue was solved with changeset r39559.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:15 AM Bug #7698 (Assigned): RubyGems 2.0 has an incompatibility about installation of extension libraries
-
01:14 AM Bug #7698 (Closed): RubyGems 2.0 has an incompatibility about installation of extension libraries
- This issue was solved with changeset r39558.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:15 AM Revision d71177fe (git): mkmf.rb: libpath_env
- * lib/mkmf.rb (MakeMakefile#libpath_env): ignore empty LIBPATHENV.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
03:35 AM Revision bb2551b4 (git): mkmf.rb: libpath_env
- * lib/mkmf.rb (MakeMakefile#libpath_env): set runtime library path for
the case rpath is disabled.
git-svn-id: svn... -
03:17 AM Revision a7a0b3ad (git): ext_conf_builder.rb: remove circular dependency in install-so
- * lib/rubygems/ext/ext_conf_builder.rb
(Gem::Ext::ExtConfBuilder.hack_for_obsolete_style_gems): remove
circular d... -
12:44 AM Bug #7979 (Rejected): File.foreach splits on 'r' in windows
- The second argument is a line separator to split the input.
-
12:11 AM Bug #8006 (Closed): Dir.glob behaves differently on 1.9.3 and 2.0
- =begin
While testing an application of mine with Ruby 2.0 I came across the following problem with Dir.glob where th...
03/02/2013
-
10:49 PM Bug #7960 (Closed): Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
- This issue was solved with changeset r39552.
Benjamin, thank you for reporting this issue.
Your contribution to Ruby ... -
06:00 PM Bug #7960: Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
- infact I think I'm right, it's right here in the 2.0 change log
ext/extmk.rb (command_output): dmyext is needed as ... -
10:34 PM Revision 2a5b45dd (git): * ext/socket/tcpserver.c: Grammar for TCPServer.new from r39554
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:04 PM Bug #8004: spawn does not honor its passed PATH
- Did some more digging, it seems to be a bug in Process.spawn:
```
#!/bin/sh
cat script.rb
# >> File.write '... -
08:19 PM Bug #8004 (Closed): spawn does not honor its passed PATH
- ```
#!/bin/sh
# make an executable
echo '#!/usr/bin/env ruby' > my_bin
echo 'puts "omg"' >> my_bi... -
05:59 PM Revision 3e23e2dd (git): merge revision(s) 39283:
- * .gdbinit (iseq): rename dummy_gdb_enums to ruby_dummy_gdb_enums.
This is follow up to changes in r24407.
git-svn... -
05:45 PM Revision 2925654b (git): merge revision(s) 39282: [Backport #8007]
- * vm.c (ENV_IN_HEAP_P): fix off-by-one error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39569... -
05:39 PM Revision cdac7f43 (git): merge revision(s) 39277:
- * test/ruby/test_thread.rb: fixed typo
patched by Hiroki Matsue via https://github.com/ruby/ruby/pull/248
... -
05:36 PM Bug #7100 (Closed): WEBrick::HTTPServer.new で BindAddress を指定しない場合に必ず警告が記録される
- This issue was solved with changeset r39551.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr... -
05:28 PM Revision 7af9573b (git): merge revision(s) 39253:
- win32.c: style
* win32/win32.c (rb_w32_fd_is_text): adjust style.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
05:24 PM Revision e8237c5b (git): merge revision(s) 39236: [Backport #7841]
- * class.c (include_modules_at): detect cyclic prepend with original
method table. [ruby-core:52205] [Bug #... -
05:17 PM Revision 362f70c3 (git): merge revision(s) 39234,39235: [Backport #7843]
- * vm_method.c: call method_removed hook on called class, not on
prepending iclass.
prepending icl... -
04:59 PM Revision 00ded5b2 (git): merge revision(s) 39214,39221: [Backport #7830]
- configure.in: Werror-implicit-function-declaration
* configure.in (warnflags): -Werror-implicit-function-dec... -
04:46 PM Revision 69ac3b4d (git): merge revision(s) 39184:
- add doc. for IO#close_on_exec=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39563 b2dd03c8-39d4... -
04:33 PM Revision da56b059 (git): fix typos in r39560
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:33 PM Revision 59e66b10 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 PM Revision 32458a01 (git): ext_conf_builder.rb: hack for obsolete sytle gems
- * lib/rubygems/ext/ext_conf_builder.rb
(Gem::Ext::ExtConfBuilder.hack_for_obsolete_sytle_gems): remove
circular d... -
04:16 PM Revision 9b79ed12 (git): ext_conf_builder.rb: use RUBYOPT
- * lib/rubygems/ext/ext_conf_builder.rb (Gem::Ext::ExtConfBuilder.build):
use RUBYOPT instead of -r option, and reve... -
04:14 PM Revision c0c72c9b (git): ext_conf_builder.rb: build in the source directory
- * lib/rubygems/ext/ext_conf_builder.rb (Gem::Ext::ExtConfBuilder.build):
revert use of temporary directory for buil... -
03:31 PM Revision ee01561b (git): * ChangeLog: fix a typo in r39552.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision 77324855 (git): mswin: static-linked-ext
- * enc/depend (CPPFLAGS), lib/mkmf.rb (MakeMakefile#create_makefile):
define RUBY_EXPORT for static-linked-ext mswin... - 03:01 PM Revision 248aa54c (git): * 2013-03-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 PM Revision fa063055 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:43 PM Bug #8000 (Closed): "require 'tk'" segfaults on 64-bit linux with Tk 8.6
- Using ruby 1.9.3p392 and Tk 8.6.0 on 64-bit Arch Linux, attempting to "require 'tk'" causes a segfault.
To reprodu... -
01:50 PM Revision d613f283 (git): Makefile.sub: MAKEDIRS
- * win32/Makefile.sub (config.status): set MAKEDIRS to use
makedirs.bat.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
01:49 PM Revision 2250b195 (git): Makefile.sub: static-linked-ext
- * win32/Makefile.sub (EXTOBJS, EXTOBJS, config.h): definitions for
static-linked-ext. [Bug #7960]
git-svn-id: sv... -
08:36 AM Revision b1f493dc (git): * lib/webrick/utils.rb: use Socket.tcp_server_sockets to create server
- sockets.
fix [Bug #7100] https://bugs.ruby-lang.org/issues/7100
reported by sho-h (Sho Hashimoto).
git-svn-id: ... -
05:59 AM Feature #7986: Custom case statement comparison method
- =begin
> "It is puzzling that you must always super first, then if unhandled execute the case expression, but do noth... -
05:43 AM Feature #7986: Custom case statement comparison method
- =begin
It is puzzling that you must always super first, then if unhandled execute the case expression, but do nothin... -
05:34 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- I don't have a locale set, so I don't think that that could be the problem.
And even so, how would that affect a t... -
04:52 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- =begin
Even with irb:
$ irb -rbenchmark
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 2.0.0p0 (2013-02-24 ... -
05:30 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- Ok, i see.
-
05:02 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- > I also do not see right away an incompatibility introduced by my second proposal (about the original one you are ri...
-
04:45 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- Marc-Andre, thanks for the idea, i did not realize that `each_with_index` works with all enumerables.
However i was ... -
04:31 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- Please think about the number of incompatibilities this would bring... not all enumerables are sequences of single it...
-
04:27 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- =begin
Ok, then i make a last try: what about adding it in the end of parameter list as an optional parameter?
i... -
03:48 AM Feature #7994 (Rejected): Make iterators pass an implicit named parameter `iteration` to the executed block
- Nice idea.
But I reject the idea for Ruby for two reasons:
* I personally don't like implicit parameters
* Tha... -
12:55 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- regularfry (Alex Young) wrote:
> On 01/03/13 15:21, alexeymuranov (Alexey Muranov) wrote:
> >
> > Issue #7994 ha... -
12:53 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- On 01/03/13 15:21, alexeymuranov (Alexey Muranov) wrote:
>
> Issue #7994 has been reported by alexeymuranov (Ale... -
12:30 AM Feature #7994: Make iterators pass an implicit named parameter `iteration` to the executed block
- =begin
As a use case, i wanted to create a pagination navigation element on a web page in ((*Haml*)) template. What i... -
12:21 AM Feature #7994 (Rejected): Make iterators pass an implicit named parameter `iteration` to the executed block
- =begin
I think it would be nice to be able to write something like this:
items.each do |item|
unless itera... -
04:27 AM Feature #7998 (Closed): "def" should return a value (the symbol of the method name) instead of nil
- The C code that implements Ruby method definitions already creates a symbol corresponding to the method name.
I pr... -
03:29 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
- After some thinking, i want to add my last word on this :). I have not seen any "official" rule on parsing "- 2 * 3"...
-
02:41 AM Bug #7993: owner of methods defined after using Module#prepend
- Agreed. I described this in [ruby-core:52261], part of issue #7842.
-
12:01 AM Bug #7993 (Closed): owner of methods defined after using Module#prepend
- The owner of methods defined after using Module#prepend seems to be incorrect.
```ruby
RUBY_DESCRIPTION # => "rub... -
01:48 AM Feature #7978: boolean to_i
- phluid61 (Matthew Kerwin) wrote:
>
> Similarly, why should true.to_i return 1, and not -1 (as in Visual Basic) or 43... -
01:44 AM Bug #7995 (Closed): RubyVM::InstructionSequence to_a not working for blocks
- Hello,
I try to convert this code into an array via RubyVM::InstructionSequence:
-----
def test
yield
end
t... -
12:43 AM Bug #7968 (Open): Poor UDPSocket#send performance in ruby 2.0.0 on windows
-
12:06 AM Feature #3944: Add Fiber#root? method
- Julien please see ruby-core:45849 and also read up on the wiki: http://bugs.ruby-lang.org/projects/ruby/wiki/HowToReq...
03/01/2013
-
10:45 PM Feature #7986: Custom case statement comparison method
- =begin
@martin Being able to rely on inheritance and case statements I am able to remove hundreds of lines of complex... -
06:53 PM Feature #7986: Custom case statement comparison method
- On 2013/03/01 17:42, trans (Thomas Sawyer) wrote:
> One does not necessarily have the luxury of putting the cla... -
05:42 PM Feature #7986: Custom case statement comparison method
- =begin
One does not necessarily have the luxury of putting the classes in order. Consider a case that uses inheritanc... -
12:56 PM Feature #7986: Custom case statement comparison method
- =begin
Why not use the features of case statements properly? For classes, place the subclass above the superclass. ... -
09:56 PM Feature #3944: Add Fiber#root? method
- what is Next Major ? 3.0 ???
The issue was more than 2 years ago, after looking at the code the implementation shoul... -
09:50 PM Feature #7292: Enumerable#to_h
- +1
This would just feel right and natural to me. -
08:05 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- sbaird (Simon Baird) wrote:
> I don't think the benchmarks are particularly relevant here. We should define Tau beca... -
09:46 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- I don't think the benchmarks are particularly relevant here. We should define Tau because it's important, not for any...
-
09:37 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- david_macmahon (David MacMahon) wrote:
> I vote -1 on this idea because the name "TAU" is used in a number of field... -
06:34 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- drbrain (Eric Hodel) wrote:
> Martin, you are right. With a corrected benchmark there is an 8.5% +/- 1.2% improveme... -
06:15 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- +1
-
05:50 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- Martin, you are right. With a corrected benchmark there is an 8.5% +/- 1.2% improvement:
~~~
x tau.txt
+ 2p... -
05:46 PM Revision e563e6bf (git): * array.c: typo in comment patch by Nami-Doc [Github fixes #253]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:29 PM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- Here is a patch with the fix the r34669 code.
Sorry, I do not know what you mean by "I cannot determine what user... -
11:16 AM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- There's no reason r34669 cannot be fixed and re-applied at a future date.
I cannot determine what user-facing feat... -
11:09 AM Bug #7958 (Closed): include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- This issue was solved with changeset r39544.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
04:37 PM Revision 6751ba4c (git): Suppress warning: uninitialized value
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:36 PM Revision 51a747c5 (git): * 2013-03-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:36 PM Revision 78dbaa16 (git): * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757f
- v5.13.3 [Bug#7972] [Bug#7974]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39547 b2dd03c8-39d4-4d8f-98ff-823fe6... -
01:18 PM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- The only difference in my CFLAGS is that mine also has "-fno-common".
However, I ran:
ruby -rbenchmark -ve 'puts ... -
10:05 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- =begin
I also see the same thing Eric does, but with 1.9.3p392:
$ ruby -rbenchmark -ve 'puts Benchmark.measure {... -
06:51 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- =begin
I cannot reproduce your result:
$ ruby -rbenchmark -ve 'puts Benchmark.measure { 50000000.times { Object.ne... -
03:21 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- naruse (Yui NARUSE) wrote:
> It is not apple gcc 4.2, which is the one usually used on linux, but llvm-gcc.
> If yo... -
12:43 AM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- jcole1989 (James Coleman) wrote:
> I have the latest command line tools and Xcode 4.6 installed. The gcc error is kn... -
12:50 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
- What make do you have?
I have GNU Make 3.81 and cannot reproduce. -
11:47 AM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
- It also breaks a test.
http://u64.rubyci.org/~chkbuild/ruby-trunk/log/20130301T010202Z.log.html.gz
8) Error:
t... -
10:56 AM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
- =begin
This patch causes the rdiscount extension to fail to install since it reads a local file:
https://github.c... -
07:27 AM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
- Committed r39542. Thank you nobu for the RubyGems patch!
-
07:27 AM Bug #7971: bson_ext doesn't install correctly in Ruby 2.0.0-p0
- Thank you nobu for the RubyGems patch!
-
07:25 AM Bug #7971 (Closed): bson_ext doesn't install correctly in Ruby 2.0.0-p0
- This issue was solved with changeset r39542.
Rodrigo, thank you for reporting this issue.
Your contribution to Ruby i... -
07:25 AM Bug #7968 (Closed): Poor UDPSocket#send performance in ruby 2.0.0 on windows
- This issue was solved with changeset r39542.
Alan, thank you for reporting this issue.
Your contribution to Ruby is g... -
04:55 AM Revision 76855753 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:47 AM Bug #7985: Kidsruby crashes on Ubuntu thin client
- Seems to be a QtGui font bug.
-
02:41 AM Feature #7845: Strip doesn't handle unicode space characters in ruby 1.9.2 & 1.9.3 (does in 1.9.1)
- I'm not sure I understand the rationale behind rejecting this issue based on locale issues. I'm in support of this ti...
-
02:10 AM Revision 528e02fc (git): Fixed ticket reference for r39542
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 AM Revision 874f8c04 (git): * lib/fileutils.rb: Revert r34669 which altered the way
- metaprogramming in FileUtils occurred. [ruby-trunk - Bug #7958]
* test/fileutils/visibility_tests.rb: Refactored t... -
02:00 AM Bug #7988: Module#prepend(Module) and instance_method causes Segmentation fault
- I found that this caused by r39224.
-
12:18 AM Revision 6213b837 (git): * lib/psych.rb: specify in rdoc what object is returned in parser
- By Adam Stankiewicz [Github tenderlove/psych#133]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39543 b2dd03c8-...
02/28/2013
-
11:45 PM Bug #7988 (Closed): Module#prepend(Module) and instance_method causes Segmentation fault
- $ gdb ruby
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GP... -
10:51 PM Bug #7987 (Closed): Method#parameters should consider a prepended or refined methd
- In the following example, `Method#parameters` tell the number of argument is one,
but actual methods take two argume... -
10:25 PM Revision a5dfaca0 (git): * lib/rubygems/ext/builder.rb: Fix incompatibilities when installing
- extensions. Patch by Nobu.
[ruby-trunk - Bug #7968] [ruby-trunk - Bug #7971]
* lib/rubygems/ext/ext_conf_builder.r... -
10:18 PM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- I have the latest command line tools and Xcode 4.6 installed. The gcc error is known, see: https://bugs.ruby-lang.org...
-
01:39 PM Bug #7984: Severe speed issues in 2.0.0 compiled with Clang
- jcole1989 (James Coleman) wrote:
> unfortunately I can't do a direct test on OSX because 2.0.0 currently won't compi... -
01:22 PM Bug #7984 (Closed): Severe speed issues in 2.0.0 compiled with Clang
- I've been comparing Ruby 2.0.0 with 1.9.3-head, both compiled with the same basic set of CFLAGs with Clang on Mac OS ...
-
10:09 PM Feature #7986 (Feedback): Custom case statement comparison method
- =begin
Case statements use #=== to handle matching, but sometimes this can be limiting. It such cases it would be he... -
06:51 PM Feature #7978: boolean to_i
- phluid61 (Matthew Kerwin) wrote:
> That seems to imply that the reverse should hold, but (({!!0 => true})).
Then ... -
02:29 PM Feature #7978: boolean to_i
- Dne 27.2.2013 15:00, alexeymuranov (Alexey Muranov) napsal(a):
> Issue #7978 has been reported by alexeymuranov (A... -
08:21 AM Feature #7978: boolean to_i
- phluid61 (Matthew Kerwin) wrote:
> funny_falcon (Yura Sokolov) wrote:
> > Well, yes: ruby is not C and false is not 0... -
06:59 AM Feature #7978: boolean to_i
- funny_falcon (Yura Sokolov) wrote:
> Well, yes: ruby is not C and false is not 0. But why false could not be
> con... -
05:59 AM Feature #7978: boolean to_i
- Well, yes: ruby is not C and false is not 0. But why false could not be
converted to 0 by #to_i ?
27.02.2013 23:... -
05:10 AM Feature #7978: boolean to_i
- matz (Yukihiro Matsumoto) wrote:
> Ruby is not C. 0 is not false. false is not 0.
In some respects they are similar,... -
04:06 AM Feature #7978 (Rejected): boolean to_i
- Ruby is not C. 0 is not false. false is not 0.
nil has its role as a default value, true/false are not.
Matz.
- 06:27 PM Revision 3fc77312 (git): * 2013-03-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:27 PM Revision 9460a750 (git): * ext/psych/lib/psych.rb: rdoc for Psych overview by Adam Stankiewicz
- [Github tenderlove/psych#134]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39540 b2dd03c8-39d4-4d8f-98ff-823fe... -
06:09 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
- Made a branch <https://github.com/ruby/ruby/pull/252>.
-
05:59 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
- こんにちは、なかむら(う)です。
In message "[ruby-dev:47123] [ruby-trunk - Bug #7881] Windows でパスに日本語を含むスクリプトからの require が失敗する... -
02:33 PM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- http://en.wikipedia.org/wiki/Law_of_Demeter
The term that I've heard to describe obj.foo.bar.baz is "train wreck".... -
11:23 AM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- (13/02/28 6:16), Юрий Соколов wrote:
> =begin
You can't write in RD mode via e-mail.
> May be:
>
> ... -
06:23 AM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- =begin
May be:
(({obj.foo.bar.baz = .to_i }))
(({obi.foo[bar.baz] = .to_s(16) }))
While this not consistent ... -
02:06 PM Bug #7985 (Third Party's Issue): Kidsruby crashes on Ubuntu thin client
- I'm running Edubuntu 12.04. Kidsruby (ruby 1.9.2p320) runs fine on the server, but when it is run on a thin client (L...
-
02:04 PM Revision 4cf0918e (git): * compile.c (iseq_compile_each): remove redundant trace(line)
- instruction. for example, at the following script
def m()
p:xyzzy
1
2
end
compiler ignores `1' because th... -
01:29 PM Revision 338ec3ce (git): * ext/socket/raddrinfo.c (inspect_sockaddr): don't show that Unix
- domain socket filename is bigger than sizeof(sun_path).
This limit is not rigid on some platforms such as Darwin an... -
12:46 PM Bug #7956: Install fail with RVM
- mpapis (Michal Papis) wrote:
> I was using this trick in rvm for some time to avoid the LLVM gcc errors, maybe ruby ... -
01:42 AM Bug #7956: Install fail with RVM
- I was using this trick in rvm for some time to avoid the LLVM gcc errors, maybe ruby could adopt it in ./configure =>...
-
01:16 AM Bug #7956 (Closed): Install fail with RVM
- mpapis (Michal Papis) wrote:
> the latest version of `rvm get head` solves this problem by switching to `clang` => `... -
01:10 AM Bug #7956: Install fail with RVM
- the latest version of `rvm get head` solves this problem by switching to `clang` => `gcc -v | grep -i llvm && export ...
-
12:35 PM Revision 9a1d5b04 (git): * configure.in(AC_DISABLE_OPTION_CHECKING): avoid warning "WARNING: Unrecognized options: --with-PACKAGE".
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:50 AM Bug #7960: Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
- I've been trying to resolve this on my own. is dmyext.c even required when linking exts statically? it semes to be ju...
-
11:26 AM Revision b0690af9 (git): * iseq.c (iseq_data_to_ary): fix condition.
- r34303 introduces a bug to avoid all line information from
a result of ISeq#to_a. This is a regression problem from... -
08:40 AM Feature #7981 (Open): ruby does not respect --
- =begin
in ((%ruby --help%)) I have found:
Usage: ruby [switches] [--] [programfile] [arguments]
so I have ... -
07:38 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- david_macmahon (David MacMahon) wrote:
> For example, tau is also used as a constant representing the golden ratio ... -
07:10 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- The Processing programming language recently added TAU:
http://code.google.com/p/processing/source/browse/trunk... -
07:10 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- I just noticed a stupid typo in the patch I submitted. Sorry.
-
02:23 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- I vote -1 on this idea because the name "TAU" is used in a number of fields to represent a wide variety of things:
... -
01:13 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- duerst (Martin Dürst) wrote:
> Hello Eric,
>
> Second, even when using
> Math::TAU, it includes a multiplication... -
04:30 AM Revision 731acc09 (git): win32.c: fix type
- * win32/win32.c (constat_attr): fix type of attributes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39535 b2d... -
04:30 AM Revision 8ac0f283 (git): win32.c: suppress warning
- * win32/win32.c (set_env_val): get rid of intger overflow warning by
VC 11.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
03:18 AM Bug #7979 (Rejected): File.foreach splits on 'r' in windows
- =begin
Calling (({File.foreach('somefile.txt', "r")})) on a windows platform adds newline characters after each lowe...
02/27/2013
-
11:45 PM Feature #7978: boolean to_i
- I agree true/false#to_i would be nice and used it on some occasions.
-
11:02 PM Feature #7978: boolean to_i
- Right now i am creating my own helper method `int_from_bool` to be used in an HTML form :).
Well, probably i will go... -
11:00 PM Feature #7978 (Rejected): boolean to_i
- =begin
The current behavior is the following:
> nil.to_i
=> 0
> false.to_i
NoMethodError: undefined ... -
11:20 PM Revision a6c92a85 (git): * lib/rubygems/available_set.rb: Undent for style
- * lib/rubygems/dependency_installer.rb: Pick latest prerelease gem to
install. Fixes RubyGems bug #468.
* test/ru... -
09:14 PM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
- Unfortunately, I've lost my topic branch for this issue, so have to rewrite from the previous patch again.
-
08:38 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
- usa (Usaku NAKAMURA) wrote:
> あれ、これはWindowsでは互換性のためにわざと常にlocaleでexpand_pathされるようにしておいたような記憶があるのですが。
>
1.9.3のunixで... -
07:38 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
- =begin
あれ、これはWindowsでは互換性のためにわざと常にlocaleでexpand_pathされるようにしておいたような記憶があるのですが。
そろそろこの仕様を変えるのはアリだとは思いますが、1.9.3はちょっと意図的で... -
07:02 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
- =begin
Windowsのexpand_pathのencodingのバグのようです。
osxだとcurrent directoryのpathに日本語を含むかどうかでencodingがかわるので、Windowsもそのように修... -
08:36 PM Revision 4e040aa6 (git): * thread.c: rdoc formatting for Thread, ThreadGroup, and ThreadError
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:32 PM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- to_i! needs Object#become.
-
03:48 PM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- wardrop (Tom Wardrop) wrote:
> =begin
> Quite often in Ruby, I find myself doing something like: (({my_var[:foo][:b... -
09:07 AM Feature #6841: Shorthand for Assigning Return Value of Method to Self
- =begin
If there are concerns about using an identifier after ".=", then perhaps a symbol could be used instead:
(... -
08:19 PM Bug #7975: Why __dir__, not __DIR__
- =begin
We did not come to any sort of resolution to the naming inconsistency between __dir__/__method__ and __FILE__/... -
10:48 AM Bug #7975: Why __dir__, not __DIR__
- That is becuase __dir__ is a method, whereas __FILE__ is not.
$ ruby -ve 'p Kernel.methods'
ruby 2.0.0p0 (201... -
10:31 AM Bug #7975 (Rejected): Why __dir__, not __DIR__
- see #3346
-
10:22 AM Bug #7975 (Rejected): Why __dir__, not __DIR__
- There's a __FILE__ in Ruby 1.x, no __file__
Why __dir__ in Ruby 2.0 is downcase?
It's not consistent. -
07:03 PM Bug #7819: configure script doesn't recognize valid options
- Wonbyte (Greg Sieranski) wrote:
> So the --with options are correct to use? Even with Ruby-2.0.0-p0?
Yes, it is c... -
06:59 PM Bug #7819: configure script doesn't recognize valid options
- So the --with options are correct to use? Even with Ruby-2.0.0-p0?
-
06:57 PM Bug #7956: Install fail with RVM
- I'm getting a similar failure on OSX Snow Leopard, logs attached.
-
02:53 AM Bug #7956: Install fail with RVM
- Can you try `rvm get head && rvm install 2.0.0`?
As I mentioned on my blog, `rvm get stable` isn't enough apparent... -
01:47 AM Bug #7956: Install fail with RVM
- I'm seeing a similar failure when trying to install Ruby 2.0.0 with RVM. Here's a gist of the RVM install command I'...
-
06:08 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
- I've forgot to fix a few tests.
-
05:46 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
- It's not good idea to mess up the source directory.
- 05:43 PM Revision 0315ced9 (git): * 2013-02-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:43 PM Revision b8e24f19 (git): * vm.c: Typo in overview for example of Thread#status returning false
- Reported by Lee Jarvis
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:23 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- Hello Eric,
I'm confused by the code below. First, it uses Math::PI with the 'tau'
option, and Math::TAU wit... -
02:52 PM Feature #4897 (Assigned): Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- The patch is fine.
-
02:25 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- drbrain (Eric Hodel) wrote:
> Despite all the argument for this constant, nobody has provided a patch, so it seems l... -
02:13 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- > Despite all the argument for this constant, nobody has provided a patch, so it seems like a joke.
"Here is a pat... -
02:08 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- Despite all the argument for this constant, nobody has provided a patch, so it seems like a joke.
Runtime performa... -
01:41 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- Wow, such vitriol ! I could point out a correlation between it and your stance on academia, but I would be flying in...
-
09:26 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- Please, just say no. This garbage is one and only thing that has made me really glad that I decided to leave academi...
-
01:55 PM Revision bf96ea63 (git): * ext/socket/rubysocket.h (union_sockaddr): make it longer for SunOS
- and Darwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:40 PM Bug #7805: ruby 2.0rc2 core on solaris
- How about to add a pragma of optimization off?
e.g. #pragma opt 0 (rb_gc_guarded_ptr)
Don't work? -
02:40 AM Bug #7805: ruby 2.0rc2 core on solaris
- ngoto (Naohisa Goto) wrote:
> >--- called from signal handler with signal 11 (SIGSEGV) ---
> > fffffd7fff16dc66 st_... - 12:24 PM Revision 3b6d0934 (git): * lib/rexml/security.rb (REXML::Security): create.
- * lib/rexml/rexml.rb: move entity_expansion_limit and
entity_expansion_text_limit accessors to ...
* lib/rexml/secu... -
10:54 AM Revision 20514a08 (git): * vm.c (Thread): fix typos in overview
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:50 AM Bug #7977 (Rejected): rails 4 crashes ruby 2.0 on Solaris
- # env PATH=/opt/apache2/ruby-2.0.0/bin:/usr/gnu/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/solarisstudio12.3/bin:/usr/s...
-
10:38 AM Bug #7973: [doc] net/http URI passed to Net::HTTP::Post.new or Net::HTTP::Get.new errors NoMethodError: undefined method `empty?'
- See the following documentation for 1.9.3: http://www.ruby-doc.org/stdlib-1.9.3/libdoc/net/http/rdoc/Net/HTTP.html
... -
08:06 AM Bug #7973 (Rejected): [doc] net/http URI passed to Net::HTTP::Post.new or Net::HTTP::Get.new errors NoMethodError: undefined method `empty?'
- danblack (Daniel Black) wrote:
> http://www.ruby-doc.org/stdlib-2.0/libdoc/net/http/rdoc/Net/HTTP.html documents…
>... -
05:56 AM Bug #7973: [doc] net/http URI passed to Net::HTTP::Post.new or Net::HTTP::Get.new errors NoMethodError: undefined method `empty?'
- a combined uri.path and uri.query (if exists) is needed
Net::HTTP::Get.new uri.path + '?' + uri.query
I probabl... -
05:51 AM Bug #7973 (Rejected): [doc] net/http URI passed to Net::HTTP::Post.new or Net::HTTP::Get.new errors NoMethodError: undefined method `empty?'
- http://www.ruby-doc.org/stdlib-2.0/libdoc/net/http/rdoc/Net/HTTP.html documents a URI object being passed to Net::HTT...
-
10:38 AM Bug #7964: Writing an ASCII-8BIT String to a StringIO created from a UTF-8 String
- Martin, what do you mean by: "However, the question is whether the resulting string should always be BINARY (exactly ...
-
10:25 AM Bug #7976 (Closed): TracePoint call is at call point, not call site
- Using TracePoint to make a new tracer utility I'm finding it very difficult to actually trace where the origin is for...
-
08:46 AM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- There are reasons for the changes and they are an improvement to code, reverting just because there is an issue that ...
-
07:21 AM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- As FileUtils has no maintainer, I will assign this to myself.
-
07:16 AM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- @drbrain it looks good to me!
-
07:14 AM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- It appears that #4970 is the culprit.
I think r34669 should be reverted. Trading one set of metaprogramming for an... -
08:08 AM Revision 7505436d (git): * ruby.c (is_option_with_optarg): macro for optional argument option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:08 AM Bug #7971 (Assigned): bson_ext doesn't install correctly in Ruby 2.0.0-p0
-
12:06 AM Bug #7971: bson_ext doesn't install correctly in Ruby 2.0.0-p0
- The title should be "bson_ext doesn't install correctly in Ruby 2.0.0-p0" but it seems I'm not allowed to change it m...
-
07:29 AM Bug #7938: Stack consistency error while compiling 2.0.0-p0
- naruse (Yui NARUSE) wrote:
> Could you show config.log, clang --version, and gcc --version?
Apple LLVM version 4.... -
05:24 AM Revision 2e3fc1f0 (git): configure.in: escape double-quotes
- * configure.in (unexpand_shvar): escape double-quotes in backquotes in
double-quotes for some shells. [Bug #7959]
... -
04:47 AM Revision 46e0ce84 (git): win32.c: suppress warnings
- * win32/win32.c (set_env_val): reuse size of typedef to suppress
unused-local-typedefs warnings from gcc 4.8 and re... -
04:47 AM Revision e881056f (git): thread_win32.c: suppress warning
- * thread_win32.c (native_sleep): constify local variable to suppress a
false positive might-be-clobbered warning.
... -
04:22 AM Revision 6c9fdc61 (git): * vm.c (Thread): Typo in overview, swap setting and getting
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:20 AM Feature #7791: Let symbols be garbage collected
- =begin
How about adding a new class between (({Symbol})) and (({String})) instead of garbage collecting symbols? Som... -
04:02 AM Revision ab0d28c1 (git): * vm.c (Thread): Documentation overview of Thread class
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:58 AM Revision f7a7138d (git): * thread.c (rb_thread_wakeup): rdoc formatting
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:53 AM Revision e016ec17 (git): thread.c (rb_thread_group): rdoc formatting
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:36 AM Revision dda10afc (git): * lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251]
- Patch by Chun-wei Kuo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:22 AM Revision 4cc2a6b1 (git): * vm_exec.h (END_INSN): llvm-gcc may optimize out reg_cfp and cause
- Stack/cfp consistency error when the instruction doesn't use reg_cfp.
Usually instructions use PUSH() but for examp... -
01:24 AM Revision 7c4084f9 (git): * thread.c (thread_raise_m): rdoc formatting
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:16 AM Revision 530b1308 (git): * 2013-02-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 AM Revision 54c9163f (git): configure.in: remove no longer used variable
- * configure.in (unexpand_shvar): remove variable which is no longer
used since r39506. [Bug #7959]
git-svn-id: sv...
02/26/2013
-
10:59 PM Bug #7971 (Closed): bson_ext doesn't install correctly in Ruby 2.0.0-p0
- =begin
In 1.9.3 the gem would generate ((%ext/bson_ext/cbson.so%)) but now it generates ((%ext/bson_ext/bson_ext%)) ... -
09:44 PM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- =begin
It's b/c of Module Inclusion Problem. StreamUtils_ is included into FileUtils and FileUtils is included in Fil... -
10:24 AM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- This patch fixes it, but I'm unsure how to test it.
It seems this was broken by r34669. -
04:05 AM Bug #7958 (Closed): include FileUtils::Verbose gives NoMethodError when installing files with a different mode
- =begin
Seems like (({fu_stream_blksize})) isn't included when (({FileUtils::Verbose})) is. Changing to plain FileUt... -
09:34 PM Bug #7969 (Rejected): Integer binary_op Float operations doesn't use coercion
- Intended behavior.
coerce method is called if the peer is unknown to the receiver. -
09:04 PM Bug #7969 (Rejected): Integer binary_op Float operations doesn't use coercion
- I'm trying to override #coerce method on Float. But I found that redefining Float#coerce makes no changes in behavior...
-
09:30 PM Bug #7967 (Rejected): String#encode invalid: :replace doesn't replace invalid chars
- String#encode does nothing when source and destination encodings are same.
-
08:47 PM Bug #7967 (Rejected): String#encode invalid: :replace doesn't replace invalid chars
- =begin
1.9.3p385 :001 > "\xc3\x28".encode('UTF-8', 'UTF-8', invalid: :replace) =~ /\s/
=> nil
2.0.0-p0 :001 > "... -
08:55 PM Bug #7968 (Assigned): Poor UDPSocket#send performance in ruby 2.0.0 on windows
- I have noticed that the performance of UDPSocket#send on ruby 2.0.0 on windows is much poorer than that of 1.9.3 or 1...
-
07:37 PM Bug #7964: Writing an ASCII-8BIT String to a StringIO created from a UTF-8 String
The examples are not equal.
Correct comparison is
StringIO.open a, "w" do |io|
io.write(b)
end
File...-
06:18 PM Bug #7964: Writing an ASCII-8BIT String to a StringIO created from a UTF-8 String
- nobu (Nobuyoshi Nakada) wrote:
> Currently, StringIO does not support encoding conversion on write, so `io.write(b)'... -
04:56 PM Bug #7964 (Assigned): Writing an ASCII-8BIT String to a StringIO created from a UTF-8 String
- Currently, StringIO does not support encoding conversion on write, so `io.write(b)' does not raise any exceptions.
-
04:32 PM Bug #7964 (Assigned): Writing an ASCII-8BIT String to a StringIO created from a UTF-8 String
- =begin
In the following script, an ASCII-8BIT String is written to a StringIO created with a UTF-8 String without er... -
07:23 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- On 26 February 2013 19:20, nobu (Nobuyoshi Nakada) <[email protected]>wrote:
>
> Why is it called as τ, half of ... -
07:12 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- nobu (Nobuyoshi Nakada) wrote:
> Why is it called as τ, half of π?
It's actually two of π. The reason for the na... -
06:20 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- Why is it called as τ, half of π?
-
06:47 PM Feature #7701: Non-optional (required) keyword args
- It would be a method which has a required keyword argument and returns 1always.
Yes, it'll cause an incompatibility,... -
09:53 AM Feature #7701: Non-optional (required) keyword args
- (2013/01/16 8:57), headius (Charles Nutter) wrote:
> def foo(a:, b:)
> ...
> end
One (trivial) quest... -
04:02 AM Feature #7701 (Assigned): Non-optional (required) keyword args
- Accepted.
Matz.
-
01:09 AM Feature #7701: Non-optional (required) keyword args
- +1 Seems great (the feature, not the escaping!)
-
06:35 PM Bug #7965: Segmentation fault when running OpenSSL tests
- See attached
-
05:48 PM Bug #7965: Segmentation fault when running OpenSSL tests
- >-- Crash Report log information --------------------------------------------
> See Crash Report log file under th... -
05:10 PM Bug #7965 (Closed): Segmentation fault when running OpenSSL tests
- =begin
Similar to the last problem I reported.
I'm compiling ext/openssl against a freshly compiled version of op... -
03:22 PM Revision 77f603cb (git): merge revision(s) 39179,39245: [Backport #7826]
- the process maybe already finished
* test/ruby/test_process.rb (test_setsid): Added a workaround for
... -
02:48 PM Revision 8fa5da9a (git): merge revision(s) 39169:
- release manager finally decided to revert it.
* eval.c (rb_ensure): preserve errinfo across ensure proc befo... - 02:35 PM Revision 790bfbf5 (git): Fix typos... Sorry...
- entity_expansion_limit ->
entity_expansion_text_limit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39511 b2dd0... - 02:34 PM Revision b9728789 (git): * lib/rexml/document.rb: move entity_expansion_limit accessor to ...
- * lib/rexml/rexml.rb: ... here for consistency.
* lib/rexml/document.rb (REXML::Document.entity_expansion_limit):
d... - 02:30 PM Revision ea2e083a (git): * lib/rexml/document.rb: move entity_expansion_limit accessor to ...
- * lib/rexml/rexml.rb: ... here to make rexml/text independent from
REXML::Document. It causes circular require.
* l... -
12:23 PM Bug #7957: rb_str_modify() does not prevent shared string from rb_str_set_len()
- This is definitely not a ruby bug, fixed in unicorn v4.6.2
(commit f7ee06592d7709e96f64efb5e7a9485b54415c9d) -
12:20 PM Bug #7957 (Third Party's Issue): rb_str_modify() does not prevent shared string from rb_str_set_len()
-
11:49 AM Bug #7957: rb_str_modify() does not prevent shared string from rb_str_set_len()
- sorry for the noise. It turns out unicorn has a build system bug.
-
10:53 AM Bug #7957: rb_str_modify() does not prevent shared string from rb_str_set_len()
- I will try to make a standalone test case which does not depend on
the Ragel parser. -
11:30 AM Feature #6817: Partial application
- This ticket is related to [ruby-core:52797] [ruby-trunk - Feature #7939]?
(definitely no?)
Basically, I like this... -
11:27 AM Feature #5512 (Assigned): Integer#/ の改訂
- ko1 (Koichi Sasada) wrote:
> 宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
> ご検討下さい。
そういえば、mrubyでは1 / 2が0.5 (Float)になる(ので規... -
09:46 AM Feature #5512: Integer#/ の改訂
- 宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
-
11:18 AM Feature #5482: Rubinius as basis for Ruby 2.0
- Some spies may be here.
-
09:44 AM Feature #5521: Numeric#rational?、Numeric#complex?、Numeric#float? の追加
- 宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
(ふなばさんか、mrkn のほうが良かった?) -
09:44 AM Feature #5514: Numeric への quotient と quotrem の追加
- 宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
-
09:44 AM Feature #5522: Numeric#finite?、Numeric#infinite?、Numeric#nan? の追加
- 宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
-
09:32 AM Bug #7960 (Assigned): Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
-
05:51 AM Bug #7960 (Closed): Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
- after the depend errors were fixed I obtained r39490 and attempted to build it
after nearly completing it failed w... -
08:35 AM Feature #5480: remove GServer from stdlib
- I've forget this issue.
I assigned it to Nahi-san. -
07:39 AM Feature #5825: Sweet instance var assignment in the object initializer
- I think this is a good feature, so I'd like to support this (and possibly, provide a patch for this)
Reading from ... -
07:23 AM Feature #7918: Create Signal.in_trap?()
- >> I'm not sure why it is useful. If a lock is needed, then the lock should
>> be acquired in trap handler (and no... -
07:23 AM Feature #7918: Create Signal.in_trap?()
- On Sun, Feb 24, 2013 at 1:15 PM, SASADA Koichi <[email protected]> wrote:
> (2013/02/23 11:31), kosaki (Motohiro KOSAK... -
07:23 AM Feature #7918: Create Signal.in_trap?()
- > I'd like to clarify the specification. Should the following code show true? or false?
>
> Signal.trap(:USR1) d... -
06:39 AM Revision 684ce840 (git): * ChangeLog: fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:12 AM Revision b3d2b56d (git): mkconfig.rb: reconstruct comma separated list values
- * tool/mkconfig.rb: reconstruct comma separated list values. a
command line to Windows batch file is splitted not ... -
06:04 AM Revision a4ccd46d (git): configure.in: non-portable shell behavior
- * configure.in (unexpand_shvar): get rid of non-portable shell
behavior on OpenBSD, so no extra quotes. [Bug #7959... -
05:12 AM Feature #7845: Strip doesn't handle unicode space characters in ruby 1.9.2 & 1.9.3 (does in 1.9.1)
- I'm not sure how convincing the linked conversation is. It seems to be about case sensitivity issues in varying loca...
-
03:45 AM Bug #7951: Cannot rescue SignalException in 1.9.3 or 2.0.0
- I changed a doc because the example has a mistake of usage of Process.kill(). Process.kill() doesn't have any guarant...
-
03:43 AM Bug #7951 (Closed): Cannot rescue SignalException in 1.9.3 or 2.0.0
- This issue was solved with changeset r39501.
James, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:38 AM Bug #7951: Cannot rescue SignalException in 1.9.3 or 2.0.0
- Following modified script works fine. That is a issue of YARV signal handling.
puts "#{RUBY_VERSION}p#{RUBY_PATCHL... -
01:31 AM Revision 6f8feb22 (git): test_keyword.rb: suppress warning
- * test/ruby/test_keyword.rb (TestKeywordArguments#m1): suppress
argument prefix warning.
git-svn-id: svn+ssh://ci.... -
01:24 AM Revision c07d78eb (git): parse.y: keyword argument without paren
- * parse.y (IS_LABEL_POSSIBLE): allow labels for keyword arguments just
after method definition without a parenthesi... - 12:57 AM Revision ac24e257 (git): * st.c (st_add_direct): int is not always same with st_index_t. some
- version of clang reports error.
* thread.c (vm_living_thread_num): ditto.
reported by d6rkaiz (Isao Sugimoto) at [... -
12:05 AM Bug #7698 (Assigned): RubyGems 2.0 has an incompatibility about installation of extension libraries
- Hello,
This issue seems not to be fixed completely.
"gem install rbtree" still hit this issue.
It reproduces on ...
02/25/2013
-
10:34 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- https://github.com/search?q=%22TAU+%3D+2+%2A+Math.PI%22&type=Code
https://github.com/search?q=%22TAU+%3D+PI+*+2%22... -
09:54 PM Bug #7957 (Third Party's Issue): rb_str_modify() does not prevent shared string from rb_str_set_len()
- unicorn HTTP chunk parser may raise "can't set length of shared string (RuntimeError)" in rb_str_set_len().
However,... -
09:31 PM Bug #7956 (Third Party's Issue): Install fail with RVM
- $ uname -a
Linux my-debian.ru 2.6.32-5-686 #1 SMP Fri Feb 15 15:48:27 UTC 2013 i686 GNU/Linux
$ $ \curl -L https:... -
08:46 PM Bug #7955 (Closed): OpenSSL related crash on `bundle`
- Nevermind, fixed by uninstalling OpenSSL and reinstalling...
-
08:28 PM Bug #7955 (Closed): OpenSSL related crash on `bundle`
- =begin
ruby-2.0.0-p0 crashes when I try to run 'bundle'. Looks OpenSSL related.
Running OpenSSL 1.0.1e.
ru... -
07:52 PM Revision 47809f09 (git): * error.c: clarify reason for sleep in SignalException example
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:43 PM Revision ffbd120e (git): * error.c: clarify a document of SignalException. Process.kill()
- doesn't have any guarantee when signal will be delivered.
[Bug #7951] [ruby-core:52864]
git-svn-id: svn+ssh://ci.r... - 03:54 PM Revision 1b7cb091 (git): * 2013-02-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision e05392ea (git): * ext/Setup.nt: this file has not been used by default.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Bug #7944: 1.9.3 can't process and generate documentation for 2.0.0 (lib/profiler.rb)
- OK, 3.12.2 is released.
-
07:30 AM Bug #7944 (Closed): 1.9.3 can't process and generate documentation for 2.0.0 (lib/profiler.rb)
- Hello Eric,
Yes, branch 3.12 works perfectly!
Would you release 3.12.2 or 3.13?
Version 4.0 is too incompati... -
04:31 AM Bug #7944: 1.9.3 can't process and generate documentation for 2.0.0 (lib/profiler.rb)
- Can you verify rdoc 3.12 branch (or 3 branch, they are the same) works with rdoc_chm and %i before I release?
My s... -
01:35 AM Bug #7944: 1.9.3 can't process and generate documentation for 2.0.0 (lib/profiler.rb)
- drbrain (Eric Hodel) wrote:
> Could you use an RDoc 3.x with %i support, or must you use an RDoc that comes with rub... -
01:21 AM Bug #7944: 1.9.3 can't process and generate documentation for 2.0.0 (lib/profiler.rb)
- Could you use an RDoc 3.x with %i support, or must you use an RDoc that comes with ruby?
I can release RDoc 3.13 w... -
03:11 PM Bug #7881 (Assigned): Windows でパスに日本語を含むスクリプトからの require が失敗する
- なんとなく、いつぞやのWindowsのrequire高速化関連のような気もするのですが、
しろさきさん何かわかったりしますか?
# その前の奴かなあ? -
02:59 PM Revision b85978b1 (git): * test/ruby/test_fnmatch.rb: use assert_file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 PM Revision 9d679893 (git): envutil.rb: rename member
- * test/ruby/envutil.rb (Test::Unit::Assertions::AssertFile): rename
member to get rid of conflict with a method of ... -
02:51 PM Revision c75f360b (git): version.h: bump RUBY_API_VERSION
- * include/ruby/version.h: bump RUBY_API_VERSION same as RUBY_VERSION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
12:18 PM Revision 2d3808ee (git): * string.c (str_byte_substr): don't set coderange if it's not known.
- [Bug #7954] [ruby-dev:47108]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39495 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:15 PM Bug #7279: Zlib load error on HP-UX
- Hi Nobuyoshi,
Yes the patch works.
For people viewing this in the archives, it's worth knowing that patch and d... -
10:55 AM Bug #7951 (Closed): Cannot rescue SignalException in 1.9.3 or 2.0.0
- When running the example provided on http://www.ruby-doc.org/core-1.9.3/SignalException.html we find that neither Rub...
-
10:31 AM Feature #7939: Alternative curry function creation
- phluid61 (Matthew Kerwin) wrote:
> As a philosophical question, would a name like #curry_with or #apply be more appr... -
09:17 AM Feature #7939: Alternative curry function creation
- marcandre (Marc-Andre Lafortune) wrote:
> It's pretty clear Nobu's example is more concise and nicer than what `assu... -
06:41 AM Feature #7939: Alternative curry function creation
- From http://bugs.ruby-lang.org/projects/ruby/wiki/HowToRequestFeatures, I believe this FR fails point (1) "Ensure it'...
-
10:26 AM Feature #7400: Incorporate OpenSSL tests from JRuby.
- I'm sorry I couldn't make this happen in time for 2.0.0. I will try to sync with the JRuby devs to unify the tests fo...
-
10:16 AM Bug #6928: SecureRandom.random_bytes: assume zero entropy for seed value
- mame (Yusuke Endoh) wrote:
> I assume that if this is so significant issue, Martin would have reported this to secur... -
09:56 AM Bug #7949: Gem::Ext::Builder removes dependency to directory creation task
- It should be fixed already.
Or it's not been backported? -
07:13 AM Bug #7949: Gem::Ext::Builder removes dependency to directory creation task
- Eric, could you handle this?
the following is a translation of this issue:
lib/rubygems/ext/builder.rb:22 remov... -
06:15 AM Bug #7949 (Closed): Gem::Ext::Builder removes dependency to directory creation task
- lib/rubygems/ext/builder.rb:22 removes dependency to ./RUBYARCHDIR.time,
so lib directory creation task won't be run... -
08:10 AM Revision 9156a04d (git): test_string.rb: defer ENUMERATORS_WANTARRAY to next major
- * test/ruby/test_string.rb (TestString::ENUMERATOR_WANTARRAY): defer
new behavior to next major.
git-svn-id: svn+s... -
08:10 AM Revision 246c3a0b (git): test_string.rb: ENUMERATORS_WANTARRAY
- * test/ruby/test_string.rb (TestString::ENUMERATOR_WANTARRAY): name
test branching codition.
git-svn-id: svn+ssh:/... -
07:47 AM Revision 6ff10e76 (git): common.mk: clean miniprelude.c
- * common.mk (realclean-local): miniprelude.c is made by srcs, so it
should not removed by distclean but by realclea... -
07:30 AM Revision e276482e (git): * lib/rubygems/config_file.rb: Lazily load .gem/credentials to only
- check permissions when necessary. RubyGems bug #465
* test/rubygems/test_gem_config_file.rb: Test for the above.
*... -
06:59 AM Revision be26224b (git): depend: fix for static library on mswin
- * enc/depend (ARFLAGS, RANLIB): these values can be nil. [Bug #7950]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
06:47 AM Revision 72aee032 (git): depend: fix for static library on mswin
- * enc/depend (ARFLAGS): VisualC++ linker does not allow spaces between
output option and the output file name. [Bu... -
05:41 AM Revision 593ffbcf (git): mkmf.rb: default libdirname
- * lib/mkmf.rb (MakeMakefile#init_mkmf): default libdirname to libdir.
* tool/rbinstall.rb: ditto.
git-svn-id: svn+ss... -
05:23 AM Feature #7918: Create Signal.in_trap?()
- SASADA Koichi <[email protected]> wrote:
> (2013/02/23 11:31), kosaki (Motohiro KOSAKI) wrote:
> > Currently, ruby l... -
03:23 AM Feature #7918: Create Signal.in_trap?()
- (2013/02/23 11:31), kosaki (Motohiro KOSAKI) wrote:
> Currently, ruby library have no way to detect a method is ca... -
02:53 AM Feature #7918: Create Signal.in_trap?()
- Hello,
This feature looks reasonable for me.
I'd like to clarify the specification. Should the following code s... -
04:54 AM Revision 2c183f55 (git): string.c: STRING_ENUMERATORS_WANTARRAY
- * string.c (STRING_ENUMERATORS_WANTARRAY): name preprocessing
codition.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
04:12 AM Revision 59193703 (git): configure.in: find Setup file automatically
- * configure.in (setup): find Setup file from target_os 1. by
suffix (e.g. Setup.nacl, Setup.atheos), 2. by "platfor... -
04:10 AM Revision eed06bb0 (git): thread.c: remove unnecessary sentence
- * thread.c (thread_start): initialize method is not concerned with
Thread.start and Thread.fork.
git-svn-id: svn+s... -
03:50 AM Revision 84e8862c (git): * thread.c: Document Thread::new, clean up ::fork and mention calling
- super if subclassing Thread
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39484 b2dd03c8-39d4-4d8f-98ff-823fe69... -
03:40 AM Revision 1580dd29 (git): * ext/socket/extconf.rb: don't test ss_family and ss_len member of
- struct sockaddr_storage. They are not used now except SunOS
specific code.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
03:27 AM Bug #7940 (Assigned): Mistaken use of inline rescues in stdlib
-
02:40 AM Bug #7938 (Third Party's Issue): Stack consistency error while compiling 2.0.0-p0
- This sounds because they use Xcode 4.2 with ruby-build which wrongly hacks with CC=cc and it breaks build.
See als... -
12:50 AM Bug #7938: Stack consistency error while compiling 2.0.0-p0
- I've got the same error with
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM buil... -
12:44 AM Bug #7938: Stack consistency error while compiling 2.0.0-p0
- I cannot reproduce it with gcc 4.2.1 (Apple Inc. build 5666) and clang 4.1 (tags/Apple/clang-421.11.66) (based on LLV...
-
02:38 AM Revision c5a7cf00 (git): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:09 AM Revision 6487abea (git): Fix ksh/bash-ism.
- * configure.in (unexpand_shvar): Use the numeric comparison
operator instead of '==' which is a ksh extention. [Bug... -
12:44 AM Revision 1a76bf39 (git): fix major-mode for emacs
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:41 AM Revision beafa477 (git): old ChangeLog and NEWS move to doc
- * doc/NEWS-2.0.0: moved from NEWS
* doc/ChangeLog-2.0.0: moved ChangeLog older than created ruby_2_0_0 branch
* NEWS:... -
12:25 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
- I see.
Thank you all and Happy Ruby 2.0! -
12:21 AM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
- It looks like wrong header file for float.h. Just copying the header file solves that.
$ cd mingw-w32-1.0-bin_i686...
Also available in: Atom