Activity
From 01/07/2012 to 01/13/2012
01/13/2012
-
11:29 PM Feature #5893: named return,next...
- On Fri, Jan 13, 2012 at 11:11:28PM +0900, Anurag Priyam wrote:
> On Fri, Jan 13, 2012 at 7:21 PM, Ondrej Bilka <ne... -
11:23 PM Feature #5893: named return,next...
- On Fri, Jan 13, 2012 at 7:21 PM, Ondrej Bilka <[email protected]> wrote:
> Hello. As returning from various blocks ... -
10:51 PM Feature #5893 (Rejected): named return,next...
- Hello. As returning from various blocks is recurring theme at list I propose following.
You can assign label to ea... -
10:42 PM Bug #5892 (Rejected): REXML always wraps long tag text regardless the page width setting.
- When ones prints a REXML document that contains a tag with a long text (with space chars), the REXML::Formatters::Pre...
-
06:37 PM Bug #5891 (Third Party's Issue): prelude.rb rdocs are not included on ruby-doc.org
- http://ruby-doc.org/
>Ruby-doc.org is hosted and maintained by James Britt and Neurogami, an avant garage research &... -
10:28 AM Bug #5891 (Third Party's Issue): prelude.rb rdocs are not included on ruby-doc.org
- The documentation for Mutex#synchronize and Thread.exclusive, the two methods defined by prelude.rb, is missing from ...
-
04:44 PM Bug #5865 (Closed): Exception#== should return false if the classes differ
- This issue was solved with changeset r34291.
Hiro, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:11 PM Bug #5848: Array#inspect having an element with non-ASCII compatible #inspect result
- Here is a patch for this issue.
But I suspect it may cause another issue.
diff --git a/array.c b/array.c.new
ind... -
08:07 AM Bug #5848 (Assigned): Array#inspect having an element with non-ASCII compatible #inspect result
-
07:02 AM Bug #5848: Array#inspect having an element with non-ASCII compatible #inspect result
- =begin
Hmm, not sure that r34218 fully addresses the issue.
o = Object.new
def o.inspect
"abc".en... -
11:23 AM Bug #5887: The documentation of Module.constants is incorrect
- Hi,
2012/1/13 Marc-Andre Lafortune <[email protected]>:
>> OT: I think Module.constants should be renamed ... -
01:36 AM Bug #5887: The documentation of Module.constants is incorrect
- Shugo Maeda wrote:
> OT: I think Module.constants should be renamed in the future, because Module.constants is confu...
01/12/2012
-
09:36 PM Feature #5185: Set#merge acts in place but Hash#merge does not
- +1, I just got bitten by this. Hash#merge returns a new object, so one should expect Set#merge to behave the same way...
-
07:01 PM Feature #5617: Allow install RubyGems into dediceted directory
- Yui NARUSE wrote:
> * Show standalone patch; a patch to previous patch is difficult to inspect
Here is the squash... -
07:47 AM Feature #5617 (Assigned): Allow install RubyGems into dediceted directory
- * Show standalone patch; a patch to previous patch is difficult to inspect
* How will users use gems with this patch... -
06:44 PM Bug #5879 (Closed): $ignore_error use before set
- This issue was solved with changeset r34279.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
01:19 AM Bug #5879 (Closed): $ignore_error use before set
- lib/mkmf.rb で make_makefile の中で
$ignore_error = $nmake ? '' : ' 2> /dev/null || true'
と ... -
06:10 PM Bug #5887 (Assigned): The documentation of Module.constants is incorrect
-
04:37 PM Bug #5887 (Closed): The documentation of Module.constants is incorrect
- The documentation of Module.constants says "Returns an array of the names of all constants defined in the system. Thi...
-
12:16 PM Bug #5423: readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
- 元報告者と現象が同じかどうかわかりませんが、Ubuntu 10.04.3 で ruby 2.0.0dev (2012-01-10 trunk 34255) [i686-linux] + GNU Readline 6.1 で以下のような...
-
11:27 AM Feature #5785: Readline に pre_input_hook, insert_text, redisplay を追加
- trunk の変更でパッチがあたらなくなっていたので udpate したものを再度添付します。
-
11:27 AM Feature #5784: Readline.special_prefixes の追加
- trunk の変更でパッチがあたらなくなっていたので udpate したものを再度添付します。
-
11:14 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Yui NARUSE wrote:
> Hiro Asari wrote:
> > Besides it being status quo, what is the rationale behind not having Floa... -
10:14 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- I am not presenting a real use case. That is not my intent. My intent is to clarify the design of Float::NAN, especia...
-
09:42 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Hiro Asari wrote:
> Besides it being status quo, what is the rationale behind not having Float::NAN and 0.0/0.0 act ... -
09:23 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Hi,
As far as I understand, the concept of "the NaN" itself is against the
definition of NaN in the IEEE 754 ... -
08:24 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- Besides it being status quo, what is the rationale behind not having Float::NAN and 0.0/0.0 act identically?
As Bria... -
07:46 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- I can't understand why it is nice and least confusing if 0.0/0.0 equals Float::NAN as a binary.
Could you show a use... -
06:54 AM Bug #5884: Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- While it may make some sense that Float::NAN is the quite NaN (if I understand IEEE 754 correctly), really the only w...
-
06:50 AM Bug #5884 (Rejected): Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
- $ ruby2.0 -e 'p [Float::NAN].pack("g")'
"\x7F\xC0\x00\x00"
$ ruby2.0 -e 'p [0.0/0.0].pack("g")'
"\xFF\xC0\x00\x0... -
09:38 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Yui NARUSE wrote:
>
> I can't understand this sentence with my poor English skill but kindly speaking,
> Yes, it'... -
09:27 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Luis Lavena wrote:
> Oh bummer, where is the fun then?
I can't understand this sentence with my poor English skil... -
07:37 AM Bug #5883: thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Oh bummer, where is the fun then?
-
07:30 AM Bug #5883 (Rejected): thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Use gcc, clang can't work for ruby yet.
-
06:46 AM Bug #5883 (Rejected): thread bootstrap tests fail with clang 3.0 on Snow Leopard
- Hello,
Attempted to use clang to build latest trunk (r34277), using clang-3.0 provided by MacPorts:... -
08:51 AM Bug #5886 (Closed): OpenSSL ASN.1 time values may not round-trip their type
- Martin asked me to file this ticket.
asn1time_to_time may not preserve the type of ASN.1 time (GENERALIZED vs UTC)... -
04:47 AM Bug #5882 (Rejected): segfault in miniruby in ruby1.9.3 crosscompile for ARM
- Trying to compile ruby 1.9.3p0 for ARM using scratchbox (v1 using arm-linux-cs2010q1-202 for arm, glibc library)
T... -
02:46 AM Feature #5875 (Closed): Couple of tiny changes to string
- Closed by reporter's request.
-
02:19 AM Bug #5880 (Closed): Added examples for Object#instance_of? and Object#is_a?
- This issue was solved with changeset r34277.
Manoj, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:42 AM Bug #5880 (Closed): Added examples for Object#instance_of? and Object#is_a?
- Added examples for Object#is_a? and Object#instance_of?
01/11/2012
-
06:26 PM Feature #5617: Allow install RubyGems into dediceted directory
- Motohiro KOSAKI wrote:
> I meant,
> - the user use "--with-rubygemsdir" ruby binaries, and
> - use unpatch gem... -
06:02 PM Feature #5617: Allow install RubyGems into dediceted directory
- Motohiro KOSAKI wrote:
> % autoconf
> /usr/bin/gm4:configure.in:2826: Warning: too few arguments to builtin `patsub... -
04:43 PM Feature #5617: Allow install RubyGems into dediceted directory
- I meant,
- the user use "--with-rubygemsdir" ruby binaries, and
- use unpatch gems
Why the gems should go in... -
04:29 PM Feature #5617: Allow install RubyGems into dediceted directory
- Motohiro KOSAKI wrote:
> What's happen if a user install non-rpm gems? If it's installed into
> fedora's "dedicat... -
11:23 AM Feature #5617: Allow install RubyGems into dediceted directory
- >> I think this should be done in RubyGems's code, instead of an option in the configuration process (it would also ...
-
06:59 AM Feature #5617: Allow install RubyGems into dediceted directory
- Benoit Daloze wrote:
> Hello,
>
> I would be very interested to have a way to tell RubyGems to install at a parti... -
06:27 AM Feature #5617: Allow install RubyGems into dediceted directory
- Hello,
I would be very interested to have a way to tell RubyGems to install at a particular shared path by default (... -
06:06 AM Feature #5617: Allow install RubyGems into dediceted directory
- To be precise, the github patch is fixed version of 0001-Allow-to-install-RubyGems-into-custom-location-outsi.patch. ...
-
05:55 AM Feature #5617: Allow install RubyGems into dediceted directory
- Actually I ran the patch. The updated version is available here: https://github.com/voxik/ruby.spec/blob/master/ruby-...
-
05:29 AM Feature #5617 (Rejected): Allow install RubyGems into dediceted directory
- % autoconf
/usr/bin/gm4:configure.in:2826: Warning: too few arguments to builtin `patsubst'
autom4te: /usr/bin/gm4 ... -
12:42 AM Feature #5617: Allow install RubyGems into dediceted directory
- Remove duplicated datadir.rb
-
10:23 AM Bug #5853 (Third Party's Issue): make test-all が OpenSSL::PKey::RSAError で止まる
- Mac 添付の OpenSSL は Ruby 用には使えないので、homebrew や MacPorts から入れてください。
http://www.christopherirish.com/2011/09/02/ruby-1-9-... -
08:51 AM Feature #5877 (Rejected): Poor performance of initial and final UTF-8 substrings
- Currently, taking the substring of a UTF-8 string always takes time proportional to the length of the string. While t...
-
02:58 AM Bug #5867 (Closed): Segfault with (likely) the new GC on OSX
-
02:48 AM Bug #5867: Segfault with (likely) the new GC on OSX
- It seems to already be solved as of r34253 !
You can close this issue.
01/10/2012
-
10:47 PM Feature #5820: Merge Onigmo to Ruby 2.0
- そういえば、/u って Ruby だと UTF-8 文字コード指定で既に存在するんですよね。
これもどうするか考えなければというか、いっそ /a /u 入れないのがいいんだろうか…。 -
10:45 PM Feature #5820: Merge Onigmo to Ruby 2.0
- 0003-support-for-Ruby-1.9.3-compatible-b-B-and-POSIX-brac.patch で既存のテストが全て通ることを確認しました。
しかし、確かに perlre を見直すと、/d で 1... -
10:21 PM Bug #5869 (Closed): ext/dbm build error with mswin32
- This issue was solved with changeset r34265.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i... -
02:53 AM Bug #5869: ext/dbm build error with mswin32
- >
> `extern __declspec(dllimport)` would be required for VC.
> Here is a patch.
>
>
> diff --git a/ext/dbm... -
10:17 PM Feature #5474: keyword argument
- Once this proposal has been implemented, would we also want to change the relevant API calls (in core, stdlib, etc.) ...
-
10:00 PM Feature #5873: Adopt FFI over DL
- What is the relation between DL and fiddle?
If they do the same thing, we can remove one.
-
09:53 PM Feature #5873: Adopt FFI over DL
- On Tue, Jan 10, 2012 at 9:39 AM, Heesob Park <[email protected]> wrote:
>
> I suggest reimplementation of ext/DL us... -
09:39 PM Feature #5873: Adopt FFI over DL
- I suggest reimplementation of ext/DL using libffi just like Aaron Patterson did in https://github.com/tenderlove/ruby...
-
08:26 PM Feature #5873: Adopt FFI over DL
- Do you mean bundling libffi itself wholly?
It doesn't sound like a nice idea, to me... -
04:17 PM Feature #5873: Adopt FFI over DL
- In order words, please replace exe/DL by libffi as Yui Naruse mentioned in
http://sourceware.org/ml/libffi-discuss... -
12:10 PM Feature #5873 (Feedback): Adopt FFI over DL
- I don't get what you mean by "adopt internally".
I think DL also isn't used internally, and fiddle is used over DL... -
11:32 AM Feature #5873 (Closed): Adopt FFI over DL
- Please adopt ffi internally in the place of dl.
I know there were many discussions about FFI and DL.
And the main... -
10:00 PM Feature #5875 (Closed): Couple of tiny changes to string
- * change capacity increment from (capa + 1) * 2 to capa * 2 + 1
previous increment formula leads to inconvenie... -
08:03 PM Bug #5874 (Rejected): Coverity output for Ruby 1.9.3
- Hi guys,
I'm not sure if you have access to Coverity [1], but I ran it on Ruby 1.9.3 and I just wanted to post the o... -
06:10 PM Bug #4044 (Open): Regex matching errors when using \W character class and /i option
- In reply to my analysis at https://bugs.ruby-lang.org/issues/5871#note-7, Yui Naruse suggested at https://bugs.ruby-l...
-
06:07 PM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- Martin Dürst wrote:
> Shohei Urabe writes:
>
> > Martin Dürst wrote:
> > > Shouhei Urabe writes:
> > >
> > > ... -
05:51 PM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- Shohei Urabe writes:
> Martin Dürst wrote:
> > Shouhei Urabe writes:
> >
> > > Quite generally speaking you ar... -
05:18 PM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- Martin Dürst wrote:
> Shouhei Urabe writes:
>
> > Quite generally speaking you are advised not to use /i in Unico... -
04:26 PM Bug #5871 (Rejected): regexp \W matches some word characters when inside a case-insensitive character class
- Please suggest concreate plan.
And if you reopen, please write it to #4044. -
04:02 PM Bug #5871 (Open): regexp \W matches some word characters when inside a case-insensitive character class
- Shouhei Urabe writes:
> Quite generally speaking you are advised not to use /i in Unicode.
Are there other exam... -
10:55 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- Quite generally speaking you are advised not to use /i in Unicode. The reason? because Babylonians did something wro...
-
08:12 AM Bug #5871 (Rejected): regexp \W matches some word characters when inside a case-insensitive character class
- It is spec as writtein at #4044.
-
02:06 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- =begin
Thanks to investigation from #ruby-lang, It seems this issue only occurs with UTF-8 strings
ruby-1.9.2-p2... -
01:55 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- This happens to me too with ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
-
01:46 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- I've now also seen at least one report that this doesn't affect 1.9.3p0 (win32)
-
01:40 AM Bug #5871: regexp \W matches some word characters when inside a case-insensitive character class
- =begin
As a simpler test case:
> "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".scan /[\W]/i
=> ... -
01:25 AM Bug #5871 (Rejected): regexp \W matches some word characters when inside a case-insensitive character class
- =begin
The following replacement, which should do nothing, has removed the upper- and lower-case "K"s and "S"s from ... -
04:23 PM Bug #5865: Exception#== should return false if the classes differ
- On Tue, Jan 10, 2012 at 03:34, Nobuyoshi Nakada <[email protected]> wrote:
> + obj = rb_check_funcall(obj,... -
03:59 PM Bug #5865: Exception#== should return false if the classes differ
- Hi,
OK, I like this patch. Please check in.
matz.
In message "Re: [ruby-core:42017] Re: [ruby... -
11:53 AM Bug #5865: Exception#== should return false if the classes differ
- Hi,
(12/01/09 22:02), Nikolai Weibull wrote:
> The fix should be to also check the #class of obj against the ... -
12:00 PM Bug #5872 (Feedback): Memoery issue
- (12/01/10 5:09), Marek Jelen wrote:
> The crash log may be found at:
>
> https://github.com/ruby-amqp/amq-protoco... -
05:09 AM Bug #5872 (Rejected): Memoery issue
- I am getting this error:
/usr/local/rvm/gems/ruby-1.9.3-p0/gems/amq-protocol-0.8.4/lib/amq/protocol/frame.rb:83: [... -
11:07 AM Bug #5529 (Rejected): Bus error with Fibers on OSX Lion
-
06:23 AM Bug #5859: incorrect return value of Pathname.realdirpath of Pathname objects created by Pathname.entries
- Thank you Akira for improving the documentation.
I would have gladly helped as I made the suggestion, but I'm unfo...
01/09/2012
-
10:23 PM Bug #5865: Exception#== should return false if the classes differ
- On Mon, Jan 9, 2012 at 12:43, Yukihiro Matsumoto <[email protected]> wrote:
> In message "Re: [ruby-core:41997] ... -
08:53 PM Bug #5865: Exception#== should return false if the classes differ
- Hi,
In message "Re: [ruby-core:41997] [ruby-trunk - Bug #5865] Exception#== should return false if the classes ... -
03:10 PM Bug #5865: Exception#== should return false if the classes differ
- Can this be assigned to matz for clarification?
Thanks. -
12:31 AM Bug #5865: Exception#== should return false if the classes differ
- I also wrote about this in [ruby-core:41393]. An excerpt:
The commit message says that “duck typing equal to ma... -
08:29 PM Feature #5856: Feature: Raise any object
- C++ style raising any object does not seem like "exception handling" for me. Besides that, since exception dispatch ...
-
08:28 PM Bug #5859 (Closed): incorrect return value of Pathname.realdirpath of Pathname objects created by Pathname.entries
- This issue was solved with changeset r34246.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is... -
08:11 PM Bug #5845 (Closed): Addrinfo#connect_from が Addrinfo オブジェクトを受け付けない
- This issue was solved with changeset r34244.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:59 PM Feature #5866: ValidationError
- Maybe:
```ruby
class InputFormatError < IOError
end
```
?
--
Alex
-
12:05 PM Feature #5866: ValidationError
- Oops, that should read "but SyntaxError is not a StandardError"
-
12:05 PM Feature #5866: ValidationError
- SyntaxError? I suppose we might assume that's appropriate if YAML is doing it, but ScriptError is not a StandardError...
-
09:57 AM Feature #5866 (Feedback): ValidationError
- It sounds like an application (or library) layer story.
Why does it need to be supported in the language layer? -
09:23 AM Feature #5866: ValidationError
- On 01/08/2012 04:57 AM, Thomas Sawyer wrote:
> I've come across this from time to time, where some piece of comple... -
06:36 PM Bug #5868: make failed on i686-linux from Bitmap Marking GC
- My builds now pass when building r34242 from
svn co -q http://svn.ruby-lang.org/repos/ruby/trunk ruby
on 2 di... -
06:12 PM Bug #5868 (Closed): make failed on i686-linux from Bitmap Marking GC
- r34242 で直しました。
CentOSの方はメモリ不足みたいですね。
http://c5632.rubyci.org/~chkbuild/ruby-trunk/log/20120109T070102Z.log.html.g... -
04:24 PM Bug #5868: make failed on i686-linux from Bitmap Marking GC
- I had similar inconsistencies in building ruby head on Ubuntu 10.04.
https://gist.github.com/1580214
I presume ... -
02:23 PM Bug #5868: make failed on i686-linux from Bitmap Marking GC
- I've been told that this is the same issue we are seeing on travis-ci.org: http://travis-ci.org/#!/ruby/ruby/builds/4...
-
10:54 AM Bug #5868 (Closed): make failed on i686-linux from Bitmap Marking GC
- i686-linux に置いて、r34225 以降 make に失敗します。
http://c5632.rubyci.org/~chkbuild/ruby-trunk/log/20120109T010103Z.log.html.... -
12:28 PM Bug #5869 (Closed): ext/dbm build error with mswin32
- I had a build error of ext/dbm with mswin32.
--------------------------------------------------------------------... -
10:03 AM Bug #5853: make test-all が OpenSSL::PKey::RSAError で止まる
- 私の手元でも再現しました。
OSXのバージョンは10.6.8 Snow Leopardです。
MacPortsのOpenSSL 1.0.0eを使うようにしたところ発生しなくなりました。
なお、OSX 10.6.8にプリインス... -
05:42 AM Bug #5863 (Closed): Integer#chr may return a string with multiple characters
- This issue was solved with changeset r34236.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:42 AM Bug #5864 (Closed): Integer#chr raises on some invalid codepoints but returns an invalidly-encoded string for others
- This issue was solved with changeset r34236.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:42 AM Bug #5855 (Closed): inconsistent treatment of 8 bit characters in US-ASCII
- This issue was solved with changeset r34236.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:28 AM Feature #5820: Merge Onigmo to Ruby 2.0
- /a /u はPerlに合わせて、無指定あるいは /d だとRuby 1.9.3と同じ仕様とすると添付のパッチのような感じでしょうか。
この仕様がよいのか正直決めかねているところですが。 -
03:23 AM Feature #5805: object_hexid
- On Sun, Jan 8, 2012 at 17:33, Thomas Sawyer <[email protected]> wrote:
> Sorry, how does super help?
```r... -
01:33 AM Feature #5805: object_hexid
- Sorry, how does super help?
-
12:53 AM Feature #5861: String#version_compare
- (2012/01/08 10:30), KOSAKI Motohiro wrote:
> うーん。正直ぴんときません。まずさきほどなるせさんがコミットされた
> r34232ですが、バージョンの比較処理は1行で書けています
>
>>...
01/08/2012
-
10:30 PM Bug #5867 (Closed): Segfault with (likely) the new GC on OSX
- Hello,
I tried the new GC yesterday, and experienced a few segfaults.
I tried again with r34221 (the only signifi... -
09:57 PM Feature #5866 (Rejected): ValidationError
- I've come across this from time to time, where some piece of complex data, often (but not always) loaded from a file,...
-
08:25 PM Bug #5862: Strings not encoded in -E encoding
- When we design the system, -e is used through a console (terminal emulator).
So -e follows the consoles's encoding, ... -
07:55 PM Bug #5862: Strings not encoded in -E encoding
- Brian Ford wrote:
> Just to be clear, the -K options do set the source-code encoding, right?
Yes, it sets all of ... -
06:25 PM Bug #5862: Strings not encoded in -E encoding
- Just to be clear, the -K options do set the source-code encoding, right?
Thanks,
Brian -
05:35 PM Bug #5862 (Rejected): Strings not encoded in -E encoding
- =begin
Ruby has three types of default encodings, internal, external, and
source-code (which (({__ENCODING__})) e... -
09:37 AM Bug #5862 (Rejected): Strings not encoded in -E encoding
- If I pass the -E option, the Encoding.default_external is set to that encoding, but the string in the -e code is not ...
-
05:09 PM Feature #5856 (Feedback): Feature: Raise any object
- =begin
* 3rd-party code often rescues (({Exception})); e.g. for error recovery, retry and/or logging.
* Users need ... -
04:55 PM Feature #5818 (Rejected): Feature: Raiseable
-
04:35 PM Bug #5865: Exception#== should return false if the classes differ
- =begin
It seems intentional.
------------------------------------------------------------------------
r20866 |... -
03:08 PM Bug #5865 (Closed): Exception#== should return false if the classes differ
- Documentation says "If obj is not an Exception, returns false. Otherwise, returns true if exc and obj share same clas...
-
02:16 PM Feature #5861: String#version_compare
- Yui NARUSE wrote:
> バージョン番号っぽい文字列を比較するメソッド、String#version_compare を追加しませんか。
> "2.6.18".version_compare("2.6.3") #=>... -
10:53 AM Feature #5861: String#version_compare
- > バージョン番号っぽい文字列を比較するメソッド、String#version_compare を追加しませんか。
> "2.6.18".version_compare("2.6.3") #=> 1
> などと使います。
>
> 詳細... -
07:54 AM Feature #5861 (Rejected): String#version_compare
- バージョン番号っぽい文字列を比較するメソッド、String#version_compare を追加しませんか。
"2.6.18".version_compare("2.6.3") #=> 1
などと使います。
詳細な仕様は ... -
02:14 PM Bug #5857 (Rejected): no block given with redefined method although block given
- =begin
patrick hanevold wrote:
> Please help me understand if this really is a bug or not. It seems so very like ... -
12:03 PM Bug #5855: inconsistent treatment of 8 bit characters in US-ASCII
- =begin
> Maybe both of them should be ASCII-8BIT.
I would prefer not, as then String#<< with an Integer ((|i|)) c... -
05:48 AM Bug #5855 (Assigned): inconsistent treatment of 8 bit characters in US-ASCII
- > IMO, any operation that attempts to produce a US-ASCII string containing 0x80 should either fail (like "\u{80}".enc...
-
04:59 AM Bug #5855: inconsistent treatment of 8 bit characters in US-ASCII
- Unless MRI has some non-standard definition of the term "codepoint", your second statement is incorrect. In US-ASCII,...
-
10:58 AM Bug #5864 (Closed): Integer#chr raises on some invalid codepoints but returns an invalidly-encoded string for others
- =begin
Integer#chr raises RangeError on some invalid codepoints, but on others it returns an invalidly-encoded strin... -
10:18 AM Bug #5863 (Closed): Integer#chr may return a string with multiple characters
- =begin
Is this a bug?
256.chr("SHIFT_JIS").length #=> 2
I think so, as it means that #chr and #ord can't be ... -
04:58 AM Bug #5860 (Rejected): Hash literal '{:a==>1}'
- Well trained rubyist will see a setter-like property symbol :a=.
-
03:45 AM Bug #5860 (Rejected): Hash literal '{:a==>1}'
- =begin
There is an esoteric hash literal construct possible in the Ruby grammar:
{:a==>1}
Looking at ((<par... -
02:49 AM Bug #5859: incorrect return value of Pathname.realdirpath of Pathname objects created by Pathname.entries
- I was going to answer but kosaki just did it.
Anyway, #entries always return filenames.
#children return what you w... -
02:35 AM Bug #5859: incorrect return value of Pathname.realdirpath of Pathname objects created by Pathname.entries
- A following modified script tell us why the script don't work as you expect. Pathname#entries return directly entrie,...
-
01:59 AM Bug #5859 (Closed): incorrect return value of Pathname.realdirpath of Pathname objects created by Pathname.entries
- It appears when calling realdirpath on a Pathname object returned by Pathname#entries, the returned value is always t...
-
01:22 AM Bug #5858 (Closed): Failure test/-ext-/old_thread_select/test_old_thread_select.rb
- This issue was solved with changeset r34231.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:40 AM Bug #5858 (Closed): Failure test/-ext-/old_thread_select/test_old_thread_select.rb
- r34227 のtest-all で test_old_select_signal_safe が失敗します
47) Failure:
test_old_select_signal_safe(TestOldThreadSele... -
12:39 AM Feature #5820: Merge Onigmo to Ruby 2.0
- Ken Takata wrote:
> おや、おかしいですね。
> 手元では、/(?a)あ\b[ a]/ は "あa" にマッチしています。nilを返すべきところを返さなくなったということでしょうか。
> (Ruby 1.9.3... -
12:11 AM Feature #5820: Merge Onigmo to Ruby 2.0
- おや、おかしいですね。
手元では、/(?a)あ\b[ a]/ は "あa" にマッチしています。nilを返すべきところを返さなくなったということでしょうか。
(Ruby 1.9.3では、nilを返すようですが。)
私としては...
01/07/2012
-
11:02 PM Feature #5839 (Closed): Proposal: Bitmap Marking GC
- This issue was solved with changeset r34225.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ... -
10:40 PM Feature #5820: Merge Onigmo to Ruby 2.0
- ありがとうございます、大文字小文字問題は確かに直りました。
残っているのが一点、以下がマッチしなくなっています。
Bug #5208 と関連しているような気もしますが。
/\u3042\b[ a]/=~"\u3042a"... -
07:49 PM Bug #5855 (Rejected): inconsistent treatment of 8 bit characters in US-ASCII
- U+0080 of Unicode can't be mapped to 0x80 of US-ASCII.
In US-ASCII, the codepoint 0x80 exists, but doesn't define an... -
06:32 AM Bug #5855 (Closed): inconsistent treatment of 8 bit characters in US-ASCII
- =begin
Does Ruby allow 8 bit characters (127-255) in a US-ASCII encoded string, or not?
"\u{80}".encode("US-AS... -
09:59 AM Feature #5856: Feature: Raise any object
- Hi,
In message "Re: [ruby-core:41950] [ruby-trunk - Feature #5856][Open] Feature: Raise any object"
on Sa... -
06:52 AM Feature #5856: Feature: Raise any object
- Attached patch.
-
06:51 AM Feature #5856 (Rejected): Feature: Raise any object
- Feature: Raise any object
= Proposal
The ability to raise any object that conforms to the protocol of Exception... -
07:24 AM Bug #5857: no block given with redefined method although block given
- See this thread on stack overflow on this issue:
http://stackoverflow.com/questions/8764460/ruby-re-defined-method-w... -
06:54 AM Bug #5857 (Rejected): no block given with redefined method although block given
- Please help me understand if this really is a bug or not. It seems so very like it.
The second yielder gives a no bl... -
04:25 AM Bug #5262: invalid multibyte escapes should raise a clearer error
- Nagaraj G wrote:
> This issue is not yet fixed ! I am getting the same error message in 1.9.3p0.
>
> [akshatha@lo... -
04:08 AM Bug #5262: invalid multibyte escapes should raise a clearer error
- Hi,
This issue is not yet fixed ! I am getting the same error message in 1.9.3p0.
[akshatha@localhost chiliproj... -
12:52 AM Bug #5852 (Closed): Failure test/test_mathn.rb
- This issue was solved with changeset r34221.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:19 AM Bug #5852: Failure test/test_mathn.rb
- configure.in で CANONICALIZATION_FOR_MATHN を設定する条件に if test "$MAJOR" = "1" を使っているためのようです。
導入された経緯はよくわりませんが、この条件ははずしてし...
Also available in: Atom