Project

General

Profile

Activity

From 02/21/2013 to 02/27/2013

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. Eregon (Benoit Daloze)
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...
alexeymuranov (Alexey Muranov)
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 ...
alexeymuranov (Alexey Muranov)
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. nobu (Nobuyoshi Nakada)
08:38 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
usa (Usaku NAKAMURA) wrote:
> あれ、これはWindowsでは互換性のためにわざと常にlocaleでexpand_pathされるようにしておいたような記憶があるのですが。
>
1.9.3のunixで...
h.shirosaki (Hiroshi Shirosaki)
07:38 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
=begin
あれ、これはWindowsでは互換性のためにわざと常にlocaleでexpand_pathされるようにしておいたような記憶があるのですが。
そろそろこの仕様を変えるのはアリだとは思いますが、1.9.3はちょっと意図的で...
usa (Usaku NAKAMURA)
07:02 PM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
=begin
Windowsのexpand_pathのencodingのバグのようです。
osxだとcurrent directoryのpathに日本語を含むかどうかでencodingがかわるので、Windowsもそのように修...
h.shirosaki (Hiroshi Shirosaki)
08:32 PM Feature #6841: Shorthand for Assigning Return Value of Method to Self
to_i! needs Object#become. nobu (Nobuyoshi Nakada)
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...
duerst (Martin Dürst)
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:
(...
wardrop (Tom Wardrop)
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__/...
wardrop (Tom Wardrop)
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...
yhara (Yutaka HARA)
10:31 AM Bug #7975 (Rejected): Why __dir__, not __DIR__
see #3346 zzak (zzak _)
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.
yimutang (Joey Zhou)
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...
naruse (Yui NARUSE)
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? Wonbyte (Greg Sieranski)
06:57 PM Bug #7956: Install fail with RVM
I'm getting a similar failure on OSX Snow Leopard, logs attached. nstoker (Neil Stoker Stoker)
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...
marcandre (Marc-Andre Lafortune)
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'... SupaIrish (Chris Irish)
06:08 PM Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension libraries
I've forgot to fix a few tests. nobu (Nobuyoshi Nakada)
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. nobu (Nobuyoshi Nakada)
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...
duerst (Martin Dürst)
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. drbrain (Eric Hodel)
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...
phluid61 (Matthew Kerwin)
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...
trans (Thomas Sawyer)
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...
drbrain (Eric Hodel)
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... bug (Harrison Reiser)
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... Student (Nathan Zook)
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?
kosaki (Motohiro KOSAKI)
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_...
[email protected] (John Groenveld)
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... [email protected] (John Groenveld)
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
...
zzak (zzak _)
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…
>...
drbrain (Eric Hodel)
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...
danblack (Daniel Black)
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... danblack (Daniel Black)
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 ... brixen (Brian Shirai)
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... zenspider (Ryan Davis)
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 ... trans (Thomas Sawyer)
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. drbrain (Eric Hodel)
07:16 AM Bug #7958: include FileUtils::Verbose gives NoMethodError when installing files with a different mode
@drbrain it looks good to me! tenderlovemaking (Aaron Patterson)
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...
drbrain (Eric Hodel)
08:08 AM Bug #7971 (Assigned): bson_ext doesn't install correctly in Ruby 2.0.0-p0
mame (Yusuke Endoh)
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... rosenfeld (Rodrigo Rosenfeld Rosas)
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....
Piot (Peter Bjorklund)
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...
alexeymuranov (Alexey Muranov)

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%)) ...
rosenfeld (Rodrigo Rosenfeld Rosas)
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...
trans (Thomas Sawyer)
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.
drbrain (Eric Hodel)
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...
drbrain (Eric Hodel)
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.
nobu (Nobuyoshi Nakada)
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... prijutme4ty (Ilya Vorontsov)
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. nobu (Nobuyoshi Nakada)
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 > "...
coffeejunk (Maximilian Haack)
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... cs96and (Alan Davies)
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...
naruse (Yui NARUSE)
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)'...
duerst (Martin Dürst)
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. nobu (Nobuyoshi Nakada)
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...
brixen (Brian Shirai)
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 ...
phluid61 (Matthew Kerwin)
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...
phluid61 (Matthew Kerwin)
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 π? nobu (Nobuyoshi Nakada)
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,...
nobu (Nobuyoshi Nakada)
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...
ko1 (Koichi Sasada)
04:02 AM Feature #7701 (Assigned): Non-optional (required) keyword args
Accepted.
Matz.
matz (Yukihiro Matsumoto)
01:09 AM Feature #7701: Non-optional (required) keyword args
+1 Seems great (the feature, not the escaping!) marcandre (Marc-Andre Lafortune)
06:35 PM Bug #7965: Segmentation fault when running OpenSSL tests
See attached Anonymous
05:48 PM Bug #7965: Segmentation fault when running OpenSSL tests
>-- Crash Report log information --------------------------------------------
> See Crash Report log file under th...
kosaki (Motohiro KOSAKI)
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...
Anonymous
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)
normalperson (Eric Wong)
12:20 PM Bug #7957 (Third Party's Issue): rb_str_modify() does not prevent shared string from rb_str_set_len()
usa (Usaku NAKAMURA)
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. normalperson (Eric Wong)
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.
normalperson (Eric Wong)
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...
ko1 (Koichi Sasada)
11:27 AM Feature #5512 (Assigned): Integer#/ の改訂
ko1 (Koichi Sasada) wrote:
> 宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
> ご検討下さい。
そういえば、mrubyでは1 / 2が0.5 (Float)になる(ので規...
shugo (Shugo Maeda)
09:46 AM Feature #5512: Integer#/ の改訂
宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
ko1 (Koichi Sasada)
11:18 AM Feature #5482: Rubinius as basis for Ruby 2.0
Some spies may be here. ko1 (Koichi Sasada)
09:44 AM Feature #5521: Numeric#rational?、Numeric#complex?、Numeric#float? の追加
宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
(ふなばさんか、mrkn のほうが良かった?)
ko1 (Koichi Sasada)
09:44 AM Feature #5514: Numeric への quotient と quotrem の追加
宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
ko1 (Koichi Sasada)
09:44 AM Feature #5522: Numeric#finite?、Numeric#infinite?、Numeric#nan? の追加
宙ぶらりんになっているようなので、まつもとさんにアサインしておきます。
ご検討下さい。
ko1 (Koichi Sasada)
09:32 AM Bug #7960 (Assigned): Ruby fails to build static under mswin linker error: multiple definitions of _Init_ext
usa (Usaku NAKAMURA)
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...
Ryexander (Benjamin Powers)
08:35 AM Feature #5480: remove GServer from stdlib
I've forget this issue.
I assigned it to Nahi-san.
ko1 (Koichi Sasada)
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 ...
sikachu (Prem Sichanugrist)
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...
kosaki (Motohiro KOSAKI)
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...
kosaki (Motohiro KOSAKI)
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...
kosaki (Motohiro KOSAKI)
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... timothyg56 (Timothy Garnett)
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... kosaki (Motohiro KOSAKI)
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 ...
kosaki (Motohiro KOSAKI)
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...
kosaki (Motohiro KOSAKI)
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 ...
mame (Yusuke Endoh)

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...
sbaird (Simon Baird)
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,...
normalperson (Eric Wong)
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:...
Sega100500 (Сергей Е)
08:46 PM Bug #7955 (Closed): OpenSSL related crash on `bundle`
Nevermind, fixed by uninstalling OpenSSL and reinstalling... Anonymous
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...
Anonymous
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. drbrain (Eric Hodel)
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...
luislavena (Luis Lavena)
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...
drbrain (Eric Hodel)
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...
luislavena (Luis Lavena)
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...
drbrain (Eric Hodel)
03:11 PM Bug #7881 (Assigned): Windows でパスに日本語を含むスクリプトからの require が失敗する
なんとなく、いつぞやのWindowsのrequire高速化関連のような気もするのですが、
しろさきさん何かわかったりしますか?
# その前の奴かなあ?
usa (Usaku NAKAMURA)
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...
alexharv074 (Alex Harvey)
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... jamesotron (James Harton)
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...
marcandre (Marc-Andre Lafortune)
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...
phluid61 (Matthew Kerwin)
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'... marcandre (Marc-Andre Lafortune)
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... MartinBosslet (Martin Bosslet)
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...
MartinBosslet (Martin Bosslet)
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?
nobu (Nobuyoshi Nakada)
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...
sorah (Sorah Fukumori)
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...
masarakki (masaki yamada)
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...
normalperson (Eric Wong)
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...
ko1 (Koichi Sasada)
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...
nagachika (Tomoyuki Chikanaga)
03:27 AM Bug #7940 (Assigned): Mistaken use of inline rescues in stdlib
drbrain (Eric Hodel)
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...
naruse (Yui NARUSE)
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...
etehtsea (Konstantin Shabanov)
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... mrkn (Kenta Murata)
12:25 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
I see.
Thank you all and Happy Ruby 2.0!
naruse (Yui NARUSE)
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...
h.shirosaki (Hiroshi Shirosaki)

02/24/2013

11:25 PM Bug #7944 (Closed): 1.9.3 can't process and generate documentation for 2.0.0 (lib/profiler.rb)
=begin
While working on RubyInstaller, we try to generate RDoc of Ruby source.
Using RDoc 3.12.1, we received t...
luislavena (Luis Lavena)
11:23 PM Feature #7939 (Assigned): Alternative curry function creation
> nobu
It can't be reason to reject this.
And describe the reason by English
naruse (Yui NARUSE)
11:19 PM Feature #7939 (Rejected): Alternative curry function creation
=begin
fb = ->(modulo_number, message, x) { message if x % modulo_number == 0 }.curry(3)
fizzbuzz = fb[15,"FizzBu...
nobu (Nobuyoshi Nakada)
10:30 PM Feature #7939: Alternative curry function creation
It's Partial Application, not currying. nobu (Nobuyoshi Nakada)
08:38 PM Feature #7939 (Feedback): Alternative curry function creation
=begin
I really like the new "(({assuming}))" method used for currying in Perl 6.
For example if I loose my mind ...
drKreso (Kresimir Bojcic)
10:49 PM Bug #7943 (Rejected): Can't build from source or snapshots without pre-existing Ruby
Duplicate of #6807, which I just reopened. luislavena (Luis Lavena)
10:46 PM Bug #7943 (Rejected): Can't build from source or snapshots without pre-existing Ruby
On a Linux system with autotools, GCC etc,
but no pre-existing Ruby, make fails for the following snapshots:
htt...
devcurmudgeon (Paul Sherwood)
10:48 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
I am not knowledgeable about mingw.
However, the version of mingw seems to have a very important meaning for luis,
...
usa (Usaku NAKAMURA)
09:43 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
ko1 (Koichi Sasada) wrote:
> 2.0.0 was released.
Thank you Koichi for letting me now that 2.0.0-p0 is out and tha...
luislavena (Luis Lavena)
09:14 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
2.0.0 was released.
ko1 (Koichi Sasada)
03:45 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
It sounds just like newer mingw64 package is desired, to me.
nobu (Nobuyoshi Nakada)
02:46 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
mame (Yusuke Endoh) wrote:
> Then, is it a bug of the old mingw-w64?
> If so, I don't think this is a urgent task; ...
luislavena (Luis Lavena)
02:39 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
Then, is it a bug of the old mingw-w64?
If so, I don't think this is a urgent task; let's address it after p0.
--...
mame (Yusuke Endoh)
02:11 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
mame (Yusuke Endoh) wrote:
> Could the version of mingw build rc2?
>
I no longer have "mingw" installed on this...
luislavena (Luis Lavena)
01:59 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
Could the version of mingw build rc2?
I'm not sure if the file "_mingw_float.h" does always exist when defined(__M...
mame (Yusuke Endoh)
01:53 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
nobu (Nobuyoshi Nakada) wrote:
> I wonder if that header can be always included unconditionally.
>
I think only...
luislavena (Luis Lavena)
01:47 PM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
I wonder if that header can be always included unconditionally.
BTW, what package are you using, Luis?
Seems I ha...
nobu (Nobuyoshi Nakada)
01:43 PM Bug #7921 (Assigned): Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
nobu (Nobuyoshi Nakada) wrote:
> With which mingw do you fail?
> I haven't seen that error.
Hello Nobu-san,
I...
luislavena (Luis Lavena)
08:43 AM Bug #7921: Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
=begin
nobu (Nobuyoshi Nakada) wrote:
> With which mingw do you fail?
> I haven't seen that error.
This fails w...
luislavena (Luis Lavena)
08:35 AM Bug #7921 (Feedback): Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
With which mingw do you fail?
I haven't seen that error.
nobu (Nobuyoshi Nakada)
12:38 AM Bug #7921 (Third Party's Issue): Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
=begin
Hello,
Cross-compilation of Ruby targeting Windows (using MinGW) is an important tool for Linux/OSX develo...
luislavena (Luis Lavena)
09:48 PM Bug #7938 (Feedback): Stack consistency error while compiling 2.0.0-p0
Could you show config.log, clang --version, and gcc --version? naruse (Yui NARUSE)
06:43 PM Bug #7938 (Third Party's Issue): Stack consistency error while compiling 2.0.0-p0
./configure
make
Piot (Peter Bjorklund)
09:24 PM Bug #7282: Invalid UTF-8 from emoji allowed through silently
ko1 (Koichi Sasada) wrote:
> naruse-san, what is the status of this ticket?
I don't understand what is the curren...
naruse (Yui NARUSE)
09:19 PM Bug #7282: Invalid UTF-8 from emoji allowed through silently
naruse-san, what is the status of this ticket?
ko1 (Koichi Sasada)
09:24 PM Feature #7400: Incorporate OpenSSL tests from JRuby.
ping -> Martin ko1 (Koichi Sasada)
09:23 PM Feature #5994: Dir.glob without wildcards returns pattern, not filename
ping -> nobu ko1 (Koichi Sasada)
09:23 PM Feature #7476: missing "IP_TRANSPARENT" constant for IP sockets.
ping -> akr ko1 (Koichi Sasada)
09:22 PM Bug #7940 (Closed): Mistaken use of inline rescues in stdlib
Hey,
There are two uses of inline rescues in stdlib that look dubious. They are unlikely to ever cause any harm, b...
Mon_Ouie (Mon ouïe)
09:21 PM Feature #7414: Now that const_get supports "Foo::Bar" syntax, so should const_defined?.
aaron, could you continue this discussion?
ko1 (Koichi Sasada)
09:19 PM Feature #7412: Pathname#relative_path_from does not support mixed directory separators on windows
ping -> akr ko1 (Koichi Sasada)
09:18 PM Bug #3434: Specs for coercion?
I'm not sure about this ticket.
Who can discuss about it?
ko1 (Koichi Sasada)
09:17 PM Feature #2255: unicode parameters cannot be passed to ruby
ping -> usa ko1 (Koichi Sasada)
09:17 PM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
ping -> nobu.
ko1 (Koichi Sasada)
09:16 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
Sorry for my late work.
I'll check soon.
ko1 (Koichi Sasada)
07:17 PM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
Could this patch be applied now? As previously said, it's a good thing to show support for and it's a rather tiny and... trans (Thomas Sawyer)
03:20 PM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
Also, r39464 for ruby_2_0_0 branch. drbrain (Eric Hodel)
03:15 PM Bug #7924 (Closed): r39232 以降 net/http で正しく reponse を取得出来ないケースがある
This issue was solved with changeset r39463.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
02:48 PM Bug #7924 (Assigned): r39232 以降 net/http で正しく reponse を取得出来ないケースがある
Looks serious. Got ack from hsbt and nagachika.
Drbrain, could you please commit it to trunk and ruby_2_0_0 in adva...
mame (Yusuke Endoh)
10:23 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
> Kosaki-san, the patch contains a test to ensure that decode_content is enabled when using Net::HTTP#get. The beha... kosaki (Motohiro KOSAKI)
09:51 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
Kosaki-san, the patch contains a test to ensure that decode_content is enabled when using Net::HTTP#get. The behavio... drbrain (Eric Hodel)
09:36 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
Please please make a test. for preventing regression. kosaki (Motohiro KOSAKI)
09:25 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
make check all green with the patch in my environment [x86_64-darwin12.2.0].
nagachika (Tomoyuki Chikanaga)
08:13 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
this patch seems good. hsbt (Hiroshi SHIBATA)
08:06 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
assigned to Naruse-san for approval drbrain (Eric Hodel)
08:05 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
The attached patch removes the duplicated header setting in Net::HTTP#get and adds a test.
I double checked net/ht...
drbrain (Eric Hodel)
08:02 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
translation of this issue: http://bugs.ruby-lang.org/issues/7831#note-10 hsbt (Hiroshi SHIBATA)
07:58 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
I found the bug, I will post a patch with a test momentarily. drbrain (Eric Hodel)
07:37 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
問題になった r32932 ruby_2_0_0 にすでにマージされているので、このまま2.0.0を出すとけっこう影響の大きいバグだと思います。
kazuhiko (Kazuhiko Shiozaki)
07:36 AM Bug #7924: r39232 以降 net/http で正しく reponse を取得出来ないケースがある
accept-encodingの無指定時に、http.rbのget()でaccept-encodingをつけていて、そのためにgeneric_request.rbが「あ、指定してるんならdecode_content=falseでいいよ... kazuhiko (Kazuhiko Shiozaki)
07:15 AM Bug #7924 (Closed): r39232 以降 net/http で正しく reponse を取得出来ないケースがある
r39232 以降、tDiary の以下のようなコードが動かなくなりました。
https://github.com/tdiary/tdiary-contrib/blob/master/plugin/flickr.rb#L185
...
hsbt (Hiroshi SHIBATA)
02:06 PM Bug #7860 (Closed): Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
I talked with nobu, and he said he could not reproduce #7915.
I decided to leave the backport as is. Sorry if my de...
mame (Yusuke Endoh)
01:39 PM Bug #7915 (Assigned): Rubygems stub shebang is wrongly expanded
Nobu said he cannot repro.
Sorry, we have no time to consider this issue.
It may be fixed in a patch level release ...
mame (Yusuke Endoh)
10:26 AM Bug #7820 (Closed): Let's decide Ruby 2.0 supported platform list
Hello, thank you all for the feedback!
I updated:
https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/20Support...
mame (Yusuke Endoh)
12:23 AM Bug #7820: Let's decide Ruby 2.0 supported platform list
On Wed, Feb 13, 2013 at 7:42 AM, U.Nakamura <[email protected]> wrote:
> Hello,
>
> In message "[ruby-core:52...
luislavena (Luis Lavena)
08:09 AM Bug #7878 (Closed): E::Lazy#grep ignores ^C
merged at r39332.
ko1 (Koichi Sasada)
08:06 AM Bug #7913: `./configure --enable-multiarch` fails
r39427 should fix this. nobu (Nobuyoshi Nakada)
07:00 AM Feature #7923 (Closed): Queue#push and Queue#pop makes trap safe
Currently, following program don't work because q.push raises an exception.
However, it would be nice if queue is tr...
kosaki (Motohiro KOSAKI)
06:58 AM Bug #7823 (Closed): sitelibへのsoのコピー (2.0.0)
r39311でバックポートしました。 nobu (Nobuyoshi Nakada)
02:23 AM Feature #7914: Case for local class methods
Thomas Sawyer, you are the language troll, IMHO.

(But, maybe I'm too)

Everyone else, excuse me for not being p...
funny_falcon (Yura Sokolov)

02/23/2013

10:57 PM Bug #7920 (Closed): Version of RubyGems in NEWS incorrect
This issue was solved with changeset r39432.
Andrew, thank you for reporting this issue.
Your contribution to Ruby is...
marcandre (Marc-Andre Lafortune)
10:29 PM Bug #7920 (Closed): Version of RubyGems in NEWS incorrect
NEWS claims that RubyGems 2.0.0.preview2 is used, but according to ChangeLog, 2.0.0 (non-preview) is used.
If ther...
agrimm (Andrew Grimm)
05:23 PM Bug #7917: Can't write to a Logger in a signal handler
> trap 'INT' do
> t = Thread.new do
> LOG.info "Hello"
> end
> t.join
> end

Oops, no. This ...
kosaki (Motohiro KOSAKI)
05:23 PM Bug #7917: Can't write to a Logger in a signal handler
On Sat, Feb 23, 2013 at 3:06 AM, Eric Wong <[email protected]> wrote:
> "mperham (Mike Perham)" <mperham@gmail...
kosaki (Motohiro KOSAKI)
05:23 PM Bug #7917: Can't write to a Logger in a signal handler
"mperham (Mike Perham)" <[email protected]> wrote:
> trap 'INT' do
> LOG.info "Hello"
> end

An ugly wor...
normalperson (Eric Wong)
03:22 PM Bug #7917 (Assigned): Can't write to a Logger in a signal handler
This issue is arguable, but anyway I don't consider it a showstopper.
I postpone it to 2.1.0.
It is very arguable...
mame (Yusuke Endoh)
10:40 AM Bug #7917: Can't write to a Logger in a signal handler
Because your example is deadlockable when using 1.9.3 or earlier. 2.0 detect your mistake and tell you.
kosaki (Motohiro KOSAKI)
09:49 AM Bug #7917 (Rejected): Can't write to a Logger in a signal handler
Looks like Ruby 2.0 does not allow Mutex#lock within a signal handler. This prevents Logger from working since it us... mperham (Mike Perham)
05:17 PM Feature #7914: Case for local class methods
@rosenfeld Maybe I approached this backwards. I just wanted to show one possible use case for supporting local vs. no... trans (Thomas Sawyer)
10:35 AM Feature #7914: Case for local class methods
It seems trivial and usually avoidable.
I guess it could achieve with Module#using.
nobu (Nobuyoshi Nakada)
02:45 AM Feature #7914: Case for local class methods
(I don't have any idea about this ticket. but I feel the name `local' recall perl)
ko1 (Koichi Sasada)
02:18 AM Feature #7914: Case for local class methods
Maybe you could ask for some special method/keyword to know if the class is the same as the declared one (instead of ... rosenfeld (Rodrigo Rosenfeld Rosas)
02:14 AM Feature #7914: Case for local class methods
What about the code below?
class Y < X
def special_name
self.class.name == 'Y' ? 'unique:Y' : super
...
rosenfeld (Rodrigo Rosenfeld Rosas)
02:10 AM Feature #7914: Case for local class methods
This doesn't seem to be supported by any OO concept I've heard about and basically breaks the conceptual inheritance ... rosenfeld (Rodrigo Rosenfeld Rosas)
12:13 AM Feature #7914 (Assigned): Case for local class methods
=begin
Here is a use case for local class methods.
Say we wish to give certain classes and all subclasses a speci...
trans (Thomas Sawyer)
03:37 PM Bug #7860: Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
Oops, this caused #7915...
I'm now keen to revert the bunch of patches. What do you think?
--
Yusuke Endoh <ma...
mame (Yusuke Endoh)
03:27 PM Bug #7823: sitelibへのsoのコピー (2.0.0)
なかださん、お忙しい?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:51 AM Bug #7803 (Closed): RDoc documentation: `Array#&` clarification
Resolved by r39415 zzak (zzak _)
11:31 AM Feature #7918 (Rejected): Create Signal.in_trap?()
Currently, ruby library have no way to detect a method is called from trap handler or not.
This is useful because Mu...
kosaki (Motohiro KOSAKI)
11:22 AM Bug #921: autoload is not thread-safe
Apologies in advance if this is the wrong place to get clarification:
It's been widely circulated that autoload is d...
Nevir (Ian MacLeod)
09:46 AM Bug #7913: `./configure --enable-multiarch` fails
Hi, sorry, but even with this change it sill fails at the linking stage with the same error.
The attached patch fi...
terceiro (Antonio Terceiro)
07:53 AM Bug #7913 (Closed): `./configure --enable-multiarch` fails
This issue was solved with changeset r39393.
Antonio, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
09:24 AM Bug #7916: Callback Module.used is not used...
marcandre (Marc-Andre Lafortune) wrote:
> Module.used was meant to be called when it is called with `using`, see r36...
shugo (Shugo Maeda)
08:08 AM Bug #7916 (Closed): Callback Module.used is not used...
Module.used was meant to be called when it is called with `using`, see r36596.
It's not called right now.
marcandre (Marc-Andre Lafortune)
05:48 AM Bug #7915: Rubygems stub shebang is wrongly expanded
Reverting 39267 (part of 39320 backport) fixed the issue. Could you plase revert or provide better patch? Thank you. vo.x (Vit Ondruch)
05:03 AM Bug #7915 (Closed): Rubygems stub shebang is wrongly expanded
=begin
Rubygems stub shebang is wrongly expanded. It used to be /usr/bin/ruby in rev39237 and now it is /bin/ruby in...
vo.x (Vit Ondruch)
02:05 AM Feature #7907: Give meaning to staby word
People will see the changes but when they're looking for open issues to decide what to do about them they won't touch... rosenfeld (Rodrigo Rosenfeld Rosas)
01:05 AM Bug #7521 (Feedback): test_thr_kill(TestQueue) fails
Again, please provide smallest reproducer.
thanks.
kosaki (Motohiro KOSAKI)
12:47 AM Bug #7521 (Open): test_thr_kill(TestQueue) fails
I reopening, since I met this issue again with ruby 2.0.0dev (2013-02-22 trunk 39387) [i386-linux]. This is my build ... vo.x (Vit Ondruch)

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 ... vo.x (Vit Ondruch)
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... trans (Thomas Sawyer)
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 ...
trans (Thomas Sawyer)
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...
matz (Yukihiro Matsumoto)
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...
trans (Thomas Sawyer)
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 -...
terceiro (Antonio Terceiro)
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 &...
terceiro (Antonio Terceiro)
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...
phluid61 (Matthew Kerwin)
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...
vo.x (Vit Ondruch)
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...
Student (Nathan Zook)
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...
matz (Yukihiro Matsumoto)
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.
ngoto (Naohisa Goto)
05:12 PM Bug #7805: ruby 2.0rc2 core on solaris
It means RB_GC_GUARD() doesn't work well with Solaris CC? nobu (Nobuyoshi Nakada)
05:03 PM Bug #7805: ruby 2.0rc2 core on solaris
>--- called from signal handler with signal 11 (SIGSEGV) ---
> fffffd7fff16dc66 st_lookup () + 16
> fffffd7fff0dcad...
ngoto (Naohisa Goto)
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.
nobu (Nobuyoshi Nakada)
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....
mpapis (Michal Papis)
12:21 PM Feature #7906 (Rejected): Giving meaning to ->foo
See #7907 matz (Yukihiro Matsumoto)
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. nobu (Nobuyoshi Nakada)
03:07 AM Feature #7906: Giving meaning to ->foo
Please fix. Sigh. trans (Thomas Sawyer)
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...
trans (Thomas Sawyer)
12:11 PM Feature #6688 (Rejected): Object#replace
I think Smalltalk experience has proven that Object#replace is a bad bad idea.
Matz.
matz (Yukihiro Matsumoto)
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...
nobu (Nobuyoshi Nakada)
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!
drbrain (Eric Hodel)
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...
nobu (Nobuyoshi Nakada)
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
drbrain (Eric Hodel)
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'... drbrain (Eric Hodel)
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 ...
drbrain (Eric Hodel)
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... duerst (Martin Dürst)
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. duerst (Martin Dürst)
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...
marcandre (Marc-Andre Lafortune)
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...
ko1 (Koichi Sasada)
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...
david_macmahon (David MacMahon)
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...
david_macmahon (David MacMahon)
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 ...
ko1 (Koichi Sasada)
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...
matz (Yukihiro Matsumoto)
09:10 AM Feature #7748: Contextual send
I think matz tried it.
Matz: Could you give us your knowledge?
ko1 (Koichi Sasada)
09:17 AM Feature #5528 (Closed): OO API for tracing
TracePoint was introduced.
ko1 (Koichi Sasada)
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.
ko1 (Koichi Sasada)
09:07 AM Feature #7767: Tempfileで自動的にファイルを削除する
誰にアサインすればわからなかったのですが、
詳しそうな田中さんにアサインさせて頂きます。
ko1 (Koichi Sasada)
08:59 AM Bug #7898 (Feedback): Ruby tells me to report this bug
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
08:48 AM Bug #7881: Windows でパスに日本語を含むスクリプトからの require が失敗する
usa さんか naruse さんかわからなかったんですが、とりあえず usa さんへアサイン。 ko1 (Koichi Sasada)
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...
drbrain (Eric Hodel)
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...
drbrain (Eric Hodel)

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, ... vo.x (Vit Ondruch)
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...
mrkn (Kenta Murata)
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 ...
mrkn (Kenta Murata)
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...
mrkn (Kenta Murata)
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
...
jjyr (Jinyang Jiang)
10:36 PM Feature #7883: Add Regex#to_proc
Nice one, +1 on it as well. goshakkk (Gosha Arinich)
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...
vo.x (Vit Ondruch)
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...
terceiro (Antonio Terceiro)
06:11 PM Bug #7874: multiarch support enhancements
Others are libdir concerned patches, and I think they are not stable enough to backport yet. nobu (Nobuyoshi Nakada)
10:15 AM Bug #7874: multiarch support enhancements
thanks! terceiro (Antonio Terceiro)
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...
headius (Charles Nutter)
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...
ko1 (Koichi Sasada)
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...
headius (Charles Nutter)
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...
ko1 (Koichi Sasada)
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... headius (Charles Nutter)
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;`
...
shevegen (Robert A. Heiler)
08:09 PM Bug #7778 (Rejected): Irb loading generates 17x more open/stat system calls when a locale is set
keiju (Keiju Ishitsuka)
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... karthik_ak (Karthikeyan A K)
04:08 PM Bug #7867 (Closed): enable-multiach installs pkgconfig file into wrong dir
vo.x (Vit Ondruch)
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. terceiro (Antonio Terceiro)
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...
akr (Akira Tanaka)
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> ...
david_macmahon (David MacMahon)
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...
loirotte (Philippe Dosch)
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...
jonforums (Jon Forums)
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...
trans (Thomas Sawyer)
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...
trans (Thomas Sawyer)
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 ...
jonforums (Jon Forums)
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...
drbrain (Eric Hodel)
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...
headius (Charles Nutter)
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... brixen (Brian Shirai)
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...
luislavena (Luis Lavena)
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...
masali-hp (Mark Salisbury)
 

Also available in: Atom