Project

General

Profile

Activity

From 11/14/2012 to 11/20/2012

11/20/2012

11:53 PM Feature #4085: Refinements and nested methods
> This should return nil. Otherwise, refinements can break code which
doesn't expect the refined behavior.

O...
trans (Thomas Sawyer)
11:51 PM Feature #4085: Refinements and nested methods
=begin
> This should return nil. Otherwise, refinements can break code which doesn't expect the refined behavior.
...
trans (Thomas Sawyer)
11:36 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> ...Without module_eval and refinement inheritance in class hierarchies, refinements d...
rosenfeld (Rodrigo Rosenfeld Rosas)
10:32 PM Feature #4085: Refinements and nested methods
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Then, the real question is: what is most important? Powerful or readabi...
shugo (Shugo Maeda)
08:24 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> Some people seem to suspect that code using refinements is difficult to debug, but refl...
rosenfeld (Rodrigo Rosenfeld Rosas)
02:52 PM Feature #4085: Refinements and nested methods
trans (Thomas Sawyer) wrote:
> f.safe_send(:foo) # => ?
This should return nil. Otherwise, refinements can...
shugo (Shugo Maeda)
02:48 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> Application programmers should not use Refinements.
I meant that application program...
shugo (Shugo Maeda)
01:40 PM Feature #4085: Refinements and nested methods
=begin
So...
class Foo
end
module FooExt
refine Foo do
def foo
puts "foo"
end
end
...
trans (Thomas Sawyer)
11:45 AM Feature #4085: Refinements and nested methods
Thanks for your feedback, Charles and others.
I understand your worries.
The feature set of Ruby 2.0 has already ...
shugo (Shugo Maeda)
11:53 PM Feature #5053: ruby コマンドと libruby の食い違いチェック
(12/11/20 23:18), mame (Yusuke Endoh) wrote:
> なかださん、いかがお過ごしでしょうか

いい具合でゴキゲンですが、[ruby-dev:45898]でも書いたように解決の方針が...
nobu (Nobuyoshi Nakada)
11:49 PM Feature #5053 (Rejected): ruby コマンドと libruby の食い違いチェック

2012年11月20日 23:30 Nobuyoshi Nakada <[email protected]>:
> (12/11/20 23:18), mame (Yusuke Endoh) wrote:
>> なかださ...
mame (Yusuke Endoh)
11:18 PM Feature #5053 (Assigned): ruby コマンドと libruby の食い違いチェック
なかださん、いかがお過ごしでしょうか
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:46 PM Bug #7312: test_str_crypt(TestM17NComb) fails
naruse (Yui NARUSE) wrote:
> For (1), I cannot find suitable way.
> Could you make a patch?
This should work.
vo.x (Vit Ondruch)
10:14 PM Bug #7312: test_str_crypt(TestM17NComb) fails
vo.x (Vit Ondruch) wrote:
> The fix does not fully work. There are at lease three issues:
>
> (1) It does not wor...
naruse (Yui NARUSE)
09:45 PM Bug #7312 (Open): test_str_crypt(TestM17NComb) fails
=begin
The fix does not fully work. There are at lease three issues:
(1) It does not work on 64b system, since li...
vo.x (Vit Ondruch)
11:40 PM Feature #4801 (Rejected): Shorthand Hash Syntax for Strings
The discussion has gone away in the wind without making any consensus.
So I marked this 'rejected'. My point is clea...
matz (Yukihiro Matsumoto)
11:31 PM Feature #6802 (Assigned): String#scan should have equivalent yielding MatchData
mame (Yusuke Endoh)
11:30 PM Feature #6847 (Rejected): Hash#extract
Use Hash#select which now returns an hash.
Matz.
matz (Yukihiro Matsumoto)
11:23 PM Feature #6847 (Assigned): Hash#extract
mame (Yusuke Endoh)
11:28 PM Feature #7022 (Assigned): add event hook for garbage collection
mame (Yusuke Endoh)
11:27 PM Feature #6962 (Assigned): Use lighter hash structure for methods table, instance variable positions, constants
ko1 or nobu, please check this (towards next minor).
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
11:24 PM Feature #6857 (Assigned): bigdecimal/math BigMath.E/BigMath.exp R. P. Feynman inspired optimization
mame (Yusuke Endoh)
11:23 PM Feature #6844 (Rejected): Random.rand() requires pre-seeding in forked process
Likely to be a request based on old version or misconception. No feedback. Closing.
--
Yusuke Endoh <mame@tsg....
mame (Yusuke Endoh)
11:18 PM Feature #5394 (Rejected): Anonymous Symbols, Anonymous Methods
I refuse to add new syntax described in the proposal.
And I think refinement will do the task the OP intended by ano...
matz (Yukihiro Matsumoto)
11:12 PM Feature #6483 (Rejected): parametric map
I reject the original idea of #pmap which might be read as 'parallel map' or 'parametric map' or something else.
The...
matz (Yukihiro Matsumoto)
11:07 PM Feature #3688 (Rejected): redef keyword for method redefinition in Ruby 2.0
To eliminate alias_method_chain, we introduced Module#prepend.
There's no chance to add redundant feature in the lan...
matz (Yukihiro Matsumoto)
11:06 PM Feature #4233: autoload Can't Require Gems
Is this really a feature request? Looks a (low-priority?) bug to me.
drbrain, what do you think about this?
--
...
mame (Yusuke Endoh)
11:04 PM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
Thomas, I like the idea but there is a shortcoming to this approach when people are using Ruby for performing shell s... rosenfeld (Rodrigo Rosenfeld Rosas)
09:47 PM Feature #5010: Add Slop(-like) in stdlib and deprecate current OptionParser API
I actually think it would be better to remove the option parser libraries from Ruby's stdlib alltogther. There are a ... trans (Thomas Sawyer)
11:04 PM Feature #5856 (Rejected): Feature: Raise any object
If we allow raising non Exception object, the library authors will catch Object (or even BasicObject), and this time ... matz (Yukihiro Matsumoto)
11:00 PM Feature #6875: Make test/unit default gem
Sorry for my late response...
vo.x (Vit Ondruch) wrote:
> kou (Kouhei Sutou) wrote:
> > I comment on this issue....
kou (Kouhei Sutou)
10:55 PM Feature #6513 (Rejected): Make method_missing to lookup in constants too
mame (Yusuke Endoh)
10:54 PM Feature #3447 (Assigned): argument delegation
shyouhei (Shyouhei Urabe) wrote:
> * このスレッドの現状をどなたか教えていただけませんか。
matz の最終的な go ahead 待ちだと思いますが、2.0.0 の feature dea...
mame (Yusuke Endoh)
10:49 PM Feature #4772 (Rejected): Hash#add_keys
As far as I understand, the OP intention was to generate key/default-value pair explicitly.
But I don't see any real...
matz (Yukihiro Matsumoto)
10:39 PM Feature #5458: DL should be removed
Aaron, did you add a warning?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:36 PM Feature #4865 (Rejected): Documentation of FileUtils is very unclear on how errors are handled
No feedback.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:33 PM Feature #6260 (Rejected): Relationship of collating sequence to === and <=> for Strings not documented
No feedback, closing. I'm sorry.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:33 PM Feature #5644: add Enumerable#exclude? antonym
Too bad we can't use symbols like `∉`.
trans (Thomas Sawyer)
10:32 PM Feature #5446 (Assigned): at_fork callback API
mame (Yusuke Endoh)
10:23 PM Bug #7386: test_signal_propagation_in_tests is failed before make install
Same here with ruby 2.0.0dev (2012-11-19 trunk 37735) [x86_64-linux] vo.x (Vit Ondruch)
10:20 PM Feature #6136 (Rejected): Add gpg signatures whenever releasing ruby source tarballs
No feedback. Closing.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:02 PM Feature #5778: Allow WEBrick::HTTPResponse to send IO-duck-typed bodies
Blame NaHi!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
10:01 PM Feature #4946 (Feedback): Building libruby-static.a with option nodynamic and --with-static-link-ext doesn't disable dlopen
Can't you disable it with the following?
ac_cv_func_dlopen=no configure
nobu (Nobuyoshi Nakada)
10:01 PM Feature #7368: rb_str_each_line()のパフォーマンス向上とリファクタリング
返信が遅くなってしまいました。
成瀬さん、レビュー頂きありがとうございます。
> このパッチだとたぶん、EUC-JPで「スト」に「好」がマッチするような場合は防げないんじゃないでしょうか。
rb_str_index()相...
Glass_saga (Masaki Matsushita)
09:40 PM Feature #4907: enumerable#permutation and combination
This will not work for an enumerator created from IO.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:34 PM Feature #3330 (Rejected): mkmf (find|have)_cxx_header
#3333 と重複らしいのでこっちは閉じますね。(せっかくなのでキリ番を残す)
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
09:34 PM Bug #7403 (Closed): TestWIN32OLE_TYPE test failure on Windows 8
This issue was solved with changeset r37758.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
suke (Masaki Suketa)
12:30 PM Bug #7403 (Assigned): TestWIN32OLE_TYPE test failure on Windows 8
usa (Usaku NAKAMURA)
09:09 PM Feature #6376: Feature lookup and checking if feature is loaded
Yes I know what you want. But I don't know why you want it. In general, I don't think that it is a good idea to dep... mame (Yusuke Endoh)
03:36 AM Feature #6376: Feature lookup and checking if feature is loaded
=begin
@mame Your example would load the library. The request is to know where a library comes from (`(({require_pat...
trans (Thomas Sawyer)
02:44 AM Feature #6376 (Assigned): Feature lookup and checking if feature is loaded
If I had a right to judge a feature request, I would reject this.
But actually I have no right. Assigning to matz. ...
mame (Yusuke Endoh)
09:08 PM Feature #5726 (Closed): Process::EXIT_SUCCESS and Process::EXIT_FAILURE
nobu (Nobuyoshi Nakada)
09:04 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
luislavena (Luis Lavena) wrote:
> AFAIK: debugger gem was a response to many of the installation issues
> ruby-de...
denofevil (Dennis Ushakov)
08:53 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
On Tue, Nov 20, 2012 at 8:08 AM, SASADA Koichi <[email protected]> wrote:
>
> Thanks! I'll try it.
>
> BTW, I can't...
luislavena (Luis Lavena)
08:23 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
(2012/11/20 17:46), denofevil (Dennis Ushakov) wrote:
> Yes, sure: https://github.com/ruby-debug/ruby-debug-base19...
ko1 (Koichi Sasada)
05:46 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
Yes, sure: https://github.com/ruby-debug/ruby-debug-base19 denofevil (Dennis Ushakov)
07:53 AM Bug #7214: Ruby 2.0 breaks support for some debugging tools
(2012/11/19 23:43), denofevil (Dennis Ushakov) wrote:
> I will try to rewrite ruby-debug-base for 2.0 using your f...
ko1 (Koichi Sasada)
08:59 PM Feature #5550 (Rejected): Hash#depth, Hash#flat_length for recursive hashes
No feedback, looks hopeless to me. Closing.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:58 PM Feature #5553 (Rejected): A method for Hash that works differently depending on whether a key exists
No feedback, looks hopeless to me. Closing.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:57 PM Feature #5554 (Rejected): A method that applies self to a Proc if self is a Symbol
長期間フィードバックがない+望み薄と思われるので閉じます。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:23 PM Feature #6895: TracePoint API
(2012/08/21 13:53), SASADA Koichi wrote:
>> > What I'd ask though is that for return events one be
>> > able to ...
ko1 (Koichi Sasada)
08:12 PM Feature #6895: TracePoint API
Finally, I changed TracePoint API to
* TracePoint.new
* TracePoint.trace
* TracePoint#enable
* TracePoint#disab...
ko1 (Koichi Sasada)
08:15 PM Feature #7412 (Assigned): Pathname#relative_path_from does not support mixed directory separators on windows
=begin
The support for mixing backslashes and forward slashes in the pathname module in the standard library seems t...
7er (Syver Enstad)
08:13 PM Bug #7409 (Closed): Fix bsearch documentation bug - should be O(log n)
This issue was solved with changeset r37755.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i...
mame (Yusuke Endoh)
08:09 PM Bug #7409 (Assigned): Fix bsearch documentation bug - should be O(log n)
Whoa, thank you!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
06:32 PM Bug #7409 (Closed): Fix bsearch documentation bug - should be O(log n)
See attached Anonymous
06:43 PM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
@nobu : nice idea.
By the way, as this proposal is rejected, i do not personally oppose anymore to giving the unar...
alexeymuranov (Alexey Muranov)
10:40 AM Bug #7331: Set the precedence of unary `-` equal to the precedence `-`, same for `+`
Possibly, emitting a warning against the visual mismatch?
https://github.com/nobu/ruby/compare/warn_unary_space
nobu (Nobuyoshi Nakada)
06:26 PM Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
This is a spec change in 2.0 unless any big compatibility problem arise.
Array#values_at should be define as:
d...
matz (Yukihiro Matsumoto)
05:48 PM Feature #2542: URI lib should be updated to RFC 3986
Are there any plans for actually fixing this? Not sure I can help, and no troll appetite - just asking :) nikosd (Nikos Dimitrakopoulos)
03:37 PM Bug #7112 (Closed): File.extname documentation fix
This issue was solved with changeset r37749.
Noah, thank you for reporting this issue.
Your contribution to Ruby is g...
zzak (zzak _)
02:58 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
My only concern for bundling third party library is that leaving behind unmaintained after years.
So give me a promi...
matz (Yukihiro Matsumoto)
02:51 PM Bug #5530 (Assigned): SEEK_SET malfunctions when used with 'append' File.open mode
zzak (zzak _)
02:45 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
I've added a patch for File::NULL like kosaki-san's patch in r37746 zzak (zzak _)
02:20 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
In anticipation of drbrain's change in rdoc, i've added r37744, see #7365.
This should be reverted and treated sim...
zzak (zzak _)
02:15 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
Kosaki-san, it might be good to backport this change so the File::Constants documentation makes it into 1.9.3 zzak (zzak _)
02:01 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
Finally, I've used rb_define_const() directly and solved the issue.
Thank you!
kosaki (Motohiro KOSAKI)
02:00 PM Bug #5530 (Closed): SEEK_SET malfunctions when used with 'append' File.open mode
This issue was solved with changeset r37746.
Joshua J., thank you for reporting this issue.
Your contribution to Ruby...
kosaki (Motohiro KOSAKI)
01:56 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
=begin
I haven't yet imported the fix into ruby trunk, I am cleaning up the remaining bugs first. I hope to have it ...
drbrain (Eric Hodel)
02:22 PM Feature #7377: #indetical? as an alias for #equal?
`identical?` can also mean "exactly alike", e.g. identical twins.
For the price of two additional letters, I'd rec...
marcandre (Marc-Andre Lafortune)
07:03 AM Feature #7377: #indetical? as an alias for #equal?
+1, due to similar sounding name, these methods confuse beginners (me). #identical? feels much better. Anonymous
02:11 PM Feature #6265: Remove 'useless' 'concatenation' syntax
I will fix RubyGems and RDoc, please stand by. drbrain (Eric Hodel)
02:49 AM Feature #6265 (Assigned): Remove 'useless' 'concatenation' syntax
drbrain, do you have no intention of fixing rubygems? We cannot add the warning.
(Or please make matz change his ...
mame (Yusuke Endoh)
02:00 PM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
jballanc (Joshua Ballanco) wrote:
> I would expect something like the following patch makes more sense?
You can u...
nobu (Nobuyoshi Nakada)
01:09 PM Bug #7326: Time.c doc improvements
=begin
Arguments should be surrounded by "+", not "_". In Time.at, (({+seconds+})), (({+seconds_with_frac+})) and ((...
drbrain (Eric Hodel)
12:44 PM Bug #7326: Time.c doc improvements
If you can separate typo/grammar changes from formatting, it will be much easier for me to review and more likely to ... zzak (zzak _)
12:51 PM Feature #7106 (Assigned): FileUtils.touch should allow touching the symlink itself rather than the file the link points to
usa (Usaku NAKAMURA)
12:34 PM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Yes, OK.
Let's do it on next minor.
usa (Usaku NAKAMURA)
05:12 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Nakamura-san
Are you OK with making File#lutime return a NotImplementedError for now and we can work on next versi...
luislavena (Luis Lavena)
04:08 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Hey,
Thanks a million Luis! :-)
It would be amazing to get File#lutime added now so *nix / POSIX compliant envi...
kwilczynski (Krzysztof Wilczynski)
12:34 PM Bug #7365 (Closed): File::NULL is not in documentation
This issue was solved with changeset r37744.
Misty, thank you for reporting this issue.
Your contribution to Ruby is ...
zzak (zzak _)
11:48 AM Feature #5448 (Rejected): Singleton module's ::instance method should forward parameters
I think that "an extra layer of complexity where none is needed" is the parameter here.
If it were really needed, yo...
nobu (Nobuyoshi Nakada)
11:06 AM Bug #7337 (Rejected): 1.9.3-p327 crashed on rake
llvm-gcc-4.2 is too old.
Use recent toolchain.
nobu (Nobuyoshi Nakada)
11:05 AM Bug #6490 (Closed): The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
This issue was solved with changeset r37741.
Michal, thank you for reporting this issue.
Your contribution to Ruby is...
zzak (zzak _)
03:18 AM Bug #6490: The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
Looks good to me. Zachary, could you please apply it to trunk?
I guess that Keiju-san does not read English mail ...
mame (Yusuke Endoh)
10:10 AM Feature #7051: Extend caller_locations API to include klass and bindings. Allow caller_locations as a method hanging off Thread.
Apologies it has taken me so long to respond here.
> I concur with ko1's objection to having the bindings available...
sam.saffron (Sam Saffron)
09:41 AM Feature #7378: Adding Pathname#write
I definitely also have written Pathname#write, and used it. Please provide a patch, that should help getting it inclu... duerst (Martin Dürst)
09:40 AM Bug #3924 (Closed): Performance bug (in require?)
Fixed by #7158. h.shirosaki (Hiroshi Shirosaki)
09:34 AM Feature #5767 (Closed): Cache expanded_load_path to reduce startup time
Fixed by #7158. h.shirosaki (Hiroshi Shirosaki)
09:32 AM Feature #5427 (Closed): Not complex patch to improve `require` time (load.c)
Fixed by #7158. See #7387. h.shirosaki (Hiroshi Shirosaki)
08:28 AM Bug #7350: Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
Argh, my bad - I think it's a problem with how we were using libxml-ruby rather thank a ruby bug.
We had an area o...
ggiesemann (Geoffrey Giesemann)
07:53 AM Feature #7390: Funny Falcon Threads
(2012/11/20 3:12), mame (Yusuke Endoh) wrote:
> ko1, could you consider this issue towards next minor?

Sure.
...
ko1 (Koichi Sasada)
03:12 AM Feature #7390 (Assigned): Funny Falcon Threads
ko1, could you consider this issue towards next minor?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
07:32 AM Bug #7406: English.rb says that $_ is thread-local, but it is frame-local
I guess this is a bit confusing, since it does also say it's scope-local. The thread-local part throws me off a bit. ... headius (Charles Nutter)
07:28 AM Bug #7406 (Closed): English.rb says that $_ is thread-local, but it is frame-local
system ~/projects/jruby/gist-4110634 $ jirb
irb(main):001:0> $_ = 'foo'
=> "foo"
irb(main):002:0> def blah; p $_; ...
headius (Charles Nutter)
07:09 AM Feature #7388: Object#embed
=begin
I thought about a few terms that might work in both cases, i.e. the so called "embed" case of this issue and ...
trans (Thomas Sawyer)
06:07 AM Feature #7388 (Rejected): Object#embed
=begin
I am against those names (not the feature).
: embed
the term 'embed' has different impression.
: inf...
matz (Yukihiro Matsumoto)
05:53 AM Feature #7388: Object#embed
Is this #ergo? Also see #6721 and #6373. trans (Thomas Sawyer)
04:29 AM Feature #7388: Object#embed
>
> I'd even say that `embed` is wrong.
>
> I would like to know of a good example of use case. I often succum...
nathan.f77 (Nathan Broadbent)
03:37 AM Feature #7388: Object#embed
mame (Yusuke Endoh) wrote:
> My personal opinion: the method name will matter.
I'd even say that `embed` is wrong...
marcandre (Marc-Andre Lafortune)
03:10 AM Feature #7388 (Assigned): Object#embed
In principle, I have no right to judge a feature request.
Please ask matz.
My personal opinion: the method name w...
mame (Yusuke Endoh)
07:02 AM Feature #7387 (Closed): Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
LOADED_FEATURES hash index was included in #7158. Sorted LOADED_FEATURES is another approach for faster LOADED_FEATUR... h.shirosaki (Hiroshi Shirosaki)
03:15 AM Feature #7387: Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
Hiroshi-san can you verify this has been resolved? zzak (zzak _)
03:14 AM Feature #7387: Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
mame, you're welcome, I hope it helps you with the release!
I wasn't sure if this was included in #7158, so it may...
zzak (zzak _)
03:09 AM Feature #7387 (Feedback): Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
Zachary, thank you for the sorting out the tickets!
I think that the problem itself was fixed effectively by #7158...
mame (Yusuke Endoh)
06:55 AM Feature #7341: Enumerable#associate
@Tom: Associative arrays are nice, but they are just arrays. No need to pamper them too much in the core. Anonymous
06:49 AM Feature #7384: Rename #each_with_object to #each_with
+1 for Eregon. #each_with_object is my favorite method, I love and always alias it to #ewo :) Anonymous
06:41 AM Feature #6811: File, Dir and FileUtils should have bang-versions of singleton methods that fails silently
First, let me apologize to everyone for expressing opinion, while having relatively little experience. I like your pr... Anonymous
03:15 AM Feature #6596: New method `Array#indexes`
Any new on this please ? I see that this ticket is assigned to Matz. Is there any chance to see it implemented in ruby ? robin850 (Robin Dupret)
03:14 AM Feature #6670: str.chars.last should be possible
knu, could you please review this? :-)
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
03:03 AM Feature #5373: SMTP - new method
I can't say anything but "no" because the deadline has passed.
So, don't ask me.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:52 AM Bug #7221: Unable to compile kgio under 1.9.3 with error: ruby-1.9.3-<plvl>/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError)
David, busy?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:45 AM Feature #2447: reduce GC pressure by symbol table without String instance
他にやってくれる人がいなければ next minor 送りで。
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:38 AM Feature #5995: calling io_advise_internal() in read_all()
Well, I wonder what I should do.
... I procrastinate the decision to next minor.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:33 AM Bug #4453 (Closed): Overriding #to_s changes #inspect
"Fixed" at r36699. See #6130.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:32 AM Feature #5106 (Rejected): Is MurmurHash overkill?
I'm closing this ticket. Feel free to reopen with benchmark.
BTW: MurmurHash was replaced with SipHash which is a...
mame (Yusuke Endoh)
02:31 AM Feature #4247: New features for Array#sample, Array#choice
My apologies, I forgot this ticket completely. I should have wrapped up this discussion.
This missed the deadline o...
mame (Yusuke Endoh)
02:27 AM Feature #7252: version number of 2.0 release
ああ、忘れてました。提案したことも matz から承認されたことも忘れていた上に、このチケットまで忘れるとは我ながら惚れ惚れする忘却力。あいすみません。Vit への連絡もありがとうございます (あれだけでいいかな) 。
でまあ、...
mame (Yusuke Endoh)
01:03 AM Bug #7405: Rdoc for CGI#header alias
Much better, thank you. stomar (Marcus Stollsteimer)
12:42 AM Bug #7405: Rdoc for CGI#header alias
=begin
I like to avoid negatives as much as possible.
(({This method is an alias for #http_header, when HTML5 tag...
zzak (zzak _)
12:30 AM Bug #7405 (Closed): Rdoc for CGI#header alias
=begin
CGI#header was only reintroduced as alias for CGI#http_header for compatibility reasons (see #7286), it's use...
stomar (Marcus Stollsteimer)

11/19/2012

11:43 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
I will try to rewrite ruby-debug-base for 2.0 using your fork during this week and will post about results denofevil (Dennis Ushakov)
11:17 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
=begin
For documenting a constant by (({rb_define_const})), I think you need to use Document-const directive in rdoc....
zzak (zzak _)
04:59 PM Bug #5530 (Assigned): SEEK_SET malfunctions when used with 'append' File.open mode
Hi drbrain,
Your patch looks don't work. Attached patch created following result.
= File::Constants
(from ru...
kosaki (Motohiro KOSAKI)
08:23 AM Bug #5530 (Closed): SEEK_SET malfunctions when used with 'append' File.open mode
Committed: https://github.com/rdoc/rdoc/commit/4b76cba4 drbrain (Eric Hodel)
10:55 PM Bug #7383: Use stricter cache check in load.c
Yura, thank you.
Indeed rb_ary_shared_with_p does not react against #shift or #pop. Original array remains shared wi...
h.shirosaki (Hiroshi Shirosaki)
10:20 PM Bug #7403 (Closed): TestWIN32OLE_TYPE test failure on Windows 8
While I doing test-all, I noticed a failing test on Windows 8.
test_implemented_ole_types(TestWIN32OLE_TYPE) [C:/w...
phasis68 (Heesob Park)
08:33 PM Feature #7252: version number of 2.0 release
少なくとも 2.0.0 を出すにあたって上記の方針で問題なければチケットをクローズしてください。 ayumin (Ayumu AIZAWA)
08:11 PM Bug #7272 (Closed): twice-a-week manual svn -> github sync
ayumin (Ayumu AIZAWA)
07:53 PM Feature #7378: Adding Pathname#write
On 17/11/12 12:46, Eregon (Benoit Daloze) wrote:
>
> Issue #7378 has been updated by Eregon (Benoit Daloze).
>...
regularfry (Alex Young)
07:32 PM Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
Looks like it, feel free to close this one as a duplicate denofevil (Dennis Ushakov)
07:22 PM Bug #4266 (Closed): Timeouts in threads cause "ThreadError: deadlock; recursive locking"
This issue was solved with changeset r37724.
Christopher, thank you for reporting this issue.
Your contribution to Ru...
kosaki (Motohiro KOSAKI)
06:43 PM Feature #5613 (Closed): Signal.termsigname メソッドの追加
This issue was solved with changeset r37723.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
06:35 PM Feature #7393 (Closed): Fix array behaviour when it is used as a queue: github#174
kosaki (Motohiro KOSAKI)
12:26 PM Feature #7393: Fix array behaviour when it is used as a queue: github#174
Hi,
I think the pull request was merged to trunk as r37581-r37584.
nagachika (Tomoyuki Chikanaga)
12:18 PM Feature #7393 (Closed): Fix array behaviour when it is used as a queue: github#174
=begin
from github:
https://github.com/ruby/ruby/pull/174
When array is used intensively as a queue (ie repeated...
zzak (zzak _)
06:04 PM Feature #6682: Add a method to return an instance attached by a singleton class
=begin
zzak, thanks for updating this feature request.
I add more explanation.
First of all, I'll clarify my i...
ryoqun (Ryo Onodera)
08:43 AM Feature #6682: Add a method to return an instance attached by a singleton class
I've added Ryo's patch from github: https://github.com/ruby/ruby/pull/142
Shyouhei, could you review this?
Thanks
zzak (zzak _)
04:31 PM Bug #7382 (Closed): Struct#each_pairのyieldと他のeach_pairのそれの相違
This issue was solved with changeset r37721.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
12:11 AM Bug #7382 (Assigned): Struct#each_pairのyieldと他のeach_pairのそれの相違
matz (Yukihiro Matsumoto)
12:11 AM Bug #7382: Struct#each_pairのyieldと他のeach_pairのそれの相違
おっしゃることはもっともなので、直してトラブルが起きないかどうか確認したいです。
中田さん、お願いしていい?
Matz.
matz (Yukihiro Matsumoto)
02:13 PM Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
Matz, could you please confirm what return value is correct for `[].values_at(1..3)`?
1) It could be []. This woul...
marcandre (Marc-Andre Lafortune)
01:15 PM Feature #7401 (Rejected): Pathname#cleanpath default consider_symlink to true
=begin
from github: https://github.com/ruby/ruby/pull/213
((*Pathname#cleanpath is a purely lexical cleanup of a ...
zzak (zzak _)
01:10 PM Feature #7400 (Closed): Incorporate OpenSSL tests from JRuby.
=begin
from github: https://github.com/ruby/ruby/pull/206
((*These are tests we added to jruby-openssl over the y...
zzak (zzak _)
01:07 PM Feature #7399 (Closed): Add tests for PKCS7#type= and add_data.
=begin
from github:
https://github.com/ruby/ruby/pull/205
Add PKCS7 tests.
* PKCS7#type=
* PKCS7#add_data
*...
zzak (zzak _)
01:04 PM Bug #7398: Modify TestSSL#test_read_and_write to handle partial sysreads
=begin
Description update:
((*SSLSocket#sysread can return fewer bytes than you request. This test does client re...
zzak (zzak _)
01:03 PM Bug #7398 (Closed): Modify TestSSL#test_read_and_write to handle partial sysreads
=begin
from github: https://github.com/ruby/ruby/pull/204
((*SSLSocket#sysread can return fewer bytes than you re...
zzak (zzak _)
12:56 PM Bug #7397 (Closed): Fix detection of RL_PROMPT_*_IGNORE macros
=begin
from github: https://github.com/ruby/ruby/pull/202
((*mkmf doesn't create HAVE_X definitions, so HAVE_RL_P...
zzak (zzak _)
12:54 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
Hello Vit,

2012/11/19 Vít Ondruch <[email protected]>:
> But anyway. I'll try to refrain from further comments...
mame (Yusuke Endoh)
08:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On Mon, Nov 19, 2012 at 12:48:36AM +0900, Vít Ondruch wrote:
> Dne 18.11.2012 15:41, Yusuke Endoh napsal(a):

...
Anonymous
06:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Dne 18.11.2012 18:37, Yusuke Endoh napsal(a):
> Hello Vit,
>
> 2012/11/19 Vít Ondruch <[email protected]>:
...
Anonymous
02:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Hello Vit,

2012/11/19 Vít Ondruch <[email protected]>:
>> I can understand the policy of the Linux distributio...
mame (Yusuke Endoh)
12:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Dne 18.11.2012 15:41, Yusuke Endoh napsal(a):
> Hello,
>
> 2012/11/18 Benoit Daloze <[email protected]>:
>>...
Anonymous
12:44 PM Feature #7396 (Rejected): encode location header
from github:
https://github.com/ruby/ruby/pull/189
zzak (zzak _)
12:40 PM Bug #7395 (Closed): Negative numbers can't be primes by definition
from github:
https://github.com/ruby/ruby/pull/187
By definition, a prime number can be a positive integer greate...
zzak (zzak _)
12:36 PM Feature #7394 (Assigned): Enumerable#find ifnone parameter could be non-callable
from github:
https://github.com/ruby/ruby/pull/186
In trunk the `Enumerable#find` method `ifnone` parameter has t...
zzak (zzak _)
12:23 PM Bug #7391: Allow to use require_relative from eval and irb environment
Please read this related issue. http://bugs.ruby-lang.org/issues/4487 shyouhei (Shyouhei Urabe)
11:10 AM Bug #7391 (Closed): Allow to use require_relative from eval and irb environment
=begin
From github: https://github.com/ruby/ruby/pull/139
Before patch
1.9.3p125 :001 > require_relative "fil...
zzak (zzak _)
12:10 PM Bug #7392: Add handling for %i and %I quoting to irb
Changed from Feature to Bug (right?) marcandre (Marc-Andre Lafortune)
11:55 AM Bug #7392 (Closed): Add handling for %i and %I quoting to irb
from github:
https://github.com/ruby/ruby/pull/157
zzak (zzak _)
11:59 AM Feature #6670: str.chars.last should be possible
I've added Yutaka-san's patch from github, please continue discussion here.
mame, could you please review this?
zzak (zzak _)
11:35 AM Feature #6183: Enumerator::Lazy performance issue
Yusuke-san seems to be last to review this, what is your opinion? zzak (zzak _)
08:51 AM Bug #6490: The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
mame, could you look at this?
Keiju-san last connection was over 1 year ago.
zzak (zzak _)
08:35 AM Feature #7390 (Closed): Funny Falcon Threads
=begin
From github: https://github.com/ruby/ruby/pull/104
(1) Currently, when Thread wakes on timeout, it could n...
zzak (zzak _)
08:27 AM Bug #6978 (Closed): RDoc does not convert <Ruby_element>@<paragraph_name> to hyperlinks
I can't reproduce the failure with rdoc master. I believe it is fixed. drbrain (Eric Hodel)
08:26 AM Feature #5970: Add Enumerable#join with same semantics as Array#join
Adding Greg Sterndale's patch from github:
https://github.com/ruby/ruby/pull/97
zzak (zzak _)
08:20 AM Bug #7389 (Closed): use rb_str_free for freeing string in parse.y
From github: https://github.com/ruby/ruby/pull/87 zzak (zzak _)
07:40 AM Feature #7388 (Rejected): Object#embed
=begin
From github:
https://github.com/ruby/ruby/pull/67
Add Object#embed which works like tap but returns the b...
zzak (zzak _)
07:32 AM Feature #7387 (Closed): Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
I'm moving this over from github:
https://github.com/ruby/ruby/pull/66
zzak (zzak _)
07:12 AM Feature #7363: Remove the global Pathname() method
Adding patch from github. zzak (zzak _)
07:11 AM Feature #5434: Allow per-class whitelisting of methods safe to expose through DRb
Adding Mohamed's patch from github. zzak (zzak _)
07:09 AM Feature #4189: FileUtils#ln_r
Adding Thomas' patch from github. zzak (zzak _)
02:06 AM Bug #7386 (Closed): test_signal_propagation_in_tests is failed before make install
TestRakeFunctional#test_signal_propagation_in_tests is failed, when it has been run before +make install+.
$ rm -r...
ayumin (Ayumu AIZAWA)
12:59 AM Bug #7276: TestFile#test_utime failure
No failure when building trunk@37710 on Arch 3.6.6 with gcc 4.7.2 jonforums (Jon Forums)
12:37 AM Bug #7385 (Rejected): Compilation of Ruby should fail when libyaml is not present on system
=begin
Quoting from [1]:
If libyaml is not installed properly, you cannot compile Psych; no YAML library is avai...
vo.x (Vit Ondruch)
12:26 AM Feature #6672 (Rejected): Calling #() without dot before braces
matz (Yukihiro Matsumoto)

11/18/2012

11:53 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
Hello,

2012/11/18 Benoit Daloze <[email protected]>:
> Agreed, it does not make sense to me to bundle to avoid ...
mame (Yusuke Endoh)
05:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On 17 November 2012 21:34, Vít Ondruch <[email protected]> wrote:
> Dne 17.11.2012 21:19, Aaron Patterson napsal(...
Eregon (Benoit Daloze)
05:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Dne 17.11.2012 21:19, Aaron Patterson napsal(a):
> Again, doesn't help with the problems we're having.

I don...
Anonymous
05:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On Sun, Nov 18, 2012 at 03:23:49AM +0900, jeremyevans0 (Jeremy Evans) wrote:
>
> Issue #7375 has been updated b...
Anonymous
05:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
On Sun, Nov 18, 2012 at 03:05:50AM +0900, vo.x (Vit Ondruch) wrote:
>
> Issue #7375 has been updated by vo.x (V...
Anonymous
03:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
vo.x (Vit Ondruch) wrote:
> I hope this proposal will be rejected. Here are some reasons:
>
> https://fedoraproje...
jeremyevans0 (Jeremy Evans)
03:05 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
I hope this proposal will be rejected. Here are some reasons:
https://fedoraproject.org/wiki/Packaging:No_Bundled_...
vo.x (Vit Ondruch)
11:29 PM Bug #7276: TestFile#test_utime failure
Nakamura-san,
Do you have any idea about this? Nobu seems not responding so perhaps you can help us figure out the...
luislavena (Luis Lavena)
12:35 PM Bug #7276: TestFile#test_utime failure
Ping.
This is the only test-all fail I have when building trunk on Win7 with mingw-w64 gcc 4.7.2.
This fail doe...
jonforums (Jon Forums)
09:10 PM Feature #7384: Rename #each_with_object to #each_with
I couldn't agree more!
Enumerator#with_object should become Enumerator#with as well.
Eregon (Benoit Daloze)
08:12 PM Feature #7384 (Open): Rename #each_with_object to #each_with
I propose that #each_with_object be renamed to #each_with, for the following reasons:
1. The original name is too ...
trans (Thomas Sawyer)
08:35 PM Feature #7341: Enumerable#associate
=begin
One problem I have with this is the terminology. The term "associate" already applies to arrays. ((*Associati...
trans (Thomas Sawyer)
01:34 PM Feature #7341: Enumerable#associate
Agree with Marc-Andre. Anonymous
08:21 PM Bug #7326: Time.c doc improvements
In contrast to the guidelines I have: _arguments_, _object_ and _other_object_ (also _self_)
Monospaced only for re...
bt (Bernd Homuth)
07:09 PM Bug #7383 (Closed): Use stricter cache check in load.c
rb_ary_shared_with_p does not react when #shift or #pop is called on original array.
This patch introduce rb_ary_d...
funny_falcon (Yura Sokolov)
05:12 PM Bug #7382 (Closed): Struct#each_pairのyieldと他のeach_pairのそれの相違
Struct#each_pairが他のeach_pairと異なります。
他はENVなども含めてassocで、Structだけvaluesなので解りにくいです。
require 'ostruct'
h = {'a'=>...
tadf (tadayoshi funaba)
01:44 PM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
I have made the additional OpenSSL changes in the following JRuby commit: https://github.com/jruby/jruby/commit/8b022... headius (Charles Nutter)
01:26 PM Feature #7309: HEREDOC end of line or similar
In other words, you want to mangle Ruby syntax :-) Anonymous
01:22 PM Bug #7369: Matrix #row_size, #column_size methods
@Eregon: #m and #n? Maybe as aliases, but I think that one-character methods should be generally left to daring users... Anonymous
01:08 PM Bug #7356: ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
windowsではあまり変わらないみたいです。
linuxだとどこが問題なんですかね。
== 測定環境
OS 名 Microsoft Windows 7 Home Premium
バージョン 6.1.7601 Serv...
tarui (Masaya Tarui)
12:38 PM Bug #7272: twice-a-week manual svn -> github sync
This can be closed. Thank you Urabe-san. jonforums (Jon Forums)
12:37 PM Feature #6672: Calling #() without dot before braces
In that case this issue should be closed. (I also think this feature is too much sugar.) Anonymous
12:32 PM Feature #6687: Enumerable#with
I think the word "object" is non-essential in both Enumerable#each_with_object and Enumerator#with_object; which shou... Anonymous
12:27 PM Feature #6688: Object#replace
I support Shugo Maeda, who is against this method. Non-essential feature creep. Anonymous
12:20 PM Feature #6721: Object#yield_self
#ergo is a well-thought method name, I like it better than all others. Anonymous
12:16 PM Feature #6733: New inspect framework
Call me a paranoid, if you want :-) Anonymous
12:16 PM Feature #6733: New inspect framework
Thank you so much for this. Whenever I use #inspect and #to_s methods, such as when writing
puts "blah blah #{obje...
Anonymous
12:09 PM Feature #6758: Object#sequence
The method seems useful, but adding it to Object or Kernel would be feature creep. I still remember how I was memoriz... Anonymous
11:55 AM Feature #5478: Add syntax to import Set into core
I really like `~[1, 2, 3]` as a shortcut for `Set.new([1, 2, 3])`:
```ruby
class Array
def ~@
Set.new sel...
nathan.f77 (Nathan Broadbent)
11:01 AM Feature #5478: Add syntax to import Set into core
I am for having Set in the core, with Set[ a, b, c ] and Set.new as basic constructors. I am against mingling it with... Anonymous
11:09 AM Feature #5528: OO API for tracing
I think that so few people respond to this because they are not users of Tracepoint :-) Anonymous
10:40 AM Feature #5400: Remove flip-flops in 2.0
For Endo's sake, please don't remove this jewel, bring it to perfection, somehow :)))) Anonymous
03:04 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
Martin, Hiroshi,
This should be finally fixed by r37706, sorry for all the inconveniences!
(note to myself: don...
luislavena (Luis Lavena)
02:53 AM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
This issue was solved with changeset r37706.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
luislavena (Luis Lavena)
12:55 AM Bug #7374 (Assigned): File.expand_path resolving to first file/dir instead of absolute path
=begin
Sorry for the noise, but seems I've a Webrick failure caused by this that didn't catch when sent r37700 in.
...
luislavena (Luis Lavena)

11/17/2012

09:46 PM Feature #7378: Adding Pathname#write
Hello,
Your feature requests sound very logical to me, and I actually made a path manipulation library called "Pat...
Eregon (Benoit Daloze)
09:56 AM Feature #7378 (Closed): Adding Pathname#write
There should be a variant of File.write for Pathname.
I will provide a patch if this is acceptable.
(Please see...
aef (Alexander E. Fischer)
09:46 PM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
This issue was solved with changeset r37700.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
luislavena (Luis Lavena)
09:33 PM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
h.shirosaki (Hiroshi Shirosaki) wrote:
> It seems if the last part of the path contains * or ?, FindFirstFileW shoul...
luislavena (Luis Lavena)
10:05 AM Bug #7374 (Assigned): File.expand_path resolving to first file/dir instead of absolute path
It seems if the last part of the path contains * or ?, FindFirstFileW should not be used since FindFirstFileW expands... h.shirosaki (Hiroshi Shirosaki)
07:45 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
Martin,
I've committed some tests and a fix for this.
Automated builds will kick in soon, please check RubyInst...
luislavena (Luis Lavena)
07:43 AM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
This issue was solved with changeset r37692.
Martin, thank you for reporting this issue.
Your contribution to Ruby is...
luislavena (Luis Lavena)
07:31 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
=begin
No other scenario. Caught that bug trying to install a plugin to redmine 2.1.2 with ruby 1.9.3p327
Redmin...
[email protected] (Martin Dubé)
07:22 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
Martin,
I'm adding tests for this, do you have any other scenario that is failing and you want to report?
It wi...
luislavena (Luis Lavena)
07:19 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
luislavena (Luis Lavena) wrote:
> Martin,
>
> Can you confirm if this happen with Ruby 2.0? (trunk, you can get a...
[email protected] (Martin Dubé)
07:09 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
=begin
I can confirm this happens on both 1.9.3-p327 and trunk.
Problem seems to be related to replace_to_long_na...
luislavena (Luis Lavena)
06:32 AM Bug #7374 (Assigned): File.expand_path resolving to first file/dir instead of absolute path
Martin,
Can you confirm if this happen with Ruby 2.0? (trunk, you can get automated builds from RubyInstaller CI)
...
luislavena (Luis Lavena)
03:32 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
ruby 1.9.3p194 (2012-04-20) [i386-mingw32] is working fine:
irb(main):002:0> File.expand_path("./*", "c:/temp")
=...
[email protected] (Martin Dubé)
03:23 AM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
=begin
(({File.expand_path("./*", "c:)"}))
will give "c:/$recycle.bin" as result instead of "c:/*"
(({File.expan...
[email protected] (Martin Dubé)
08:43 PM Feature #7368: rb_str_each_line()のパフォーマンス向上とリファクタリング
validかinvalidかで区別する必要は無いし、それで十分でもありません。
防ぐべき誤マッチは文字境界をまたいだマッチであり、このパッチだとたぶん、
EUC-JPで「スト」に「好」がマッチするような場合は防げないんじゃないでし...
naruse (Yui NARUSE)
08:15 PM Bug #7380 (Closed): benchmark/driver.rb: --executables separator
Hello,
The separator used between ruby executables for the benchmark/driver.rb script is ";".
This requires the a...
Eregon (Benoit Daloze)
07:53 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
(2012/11/17 18:35), Conrad.Irwin (Conrad Irwin) wrote:
> It would be great to do this in a gem, but we can't creat...
ko1 (Koichi Sasada)
06:35 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
Hey ko1,
Your debugging API looks good :).
It would be great to do this in a gem, but we can't create binding objec...
Conrad.Irwin (Conrad Irwin)
07:24 PM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
Thomas, let some physicist correct me, but i thought that designating units was multiplication: 9.81 m/s^2 = (9.81 * ... alexeymuranov (Alexey Muranov)
07:01 PM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
Hmm... "skeuomorphic" probably isn't the right word actually. I really meant something more like "reflecting reality"... trans (Thomas Sawyer)
06:54 PM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
=begin
It might seem like it, but designating a unit is not multiplication.
(({9.81 * m})) actually means (({9.81...
trans (Thomas Sawyer)
03:53 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
Sorry, I didn't read the whole thread, but why not use the right operators?

g = 9.81 * m / s ** 2

--
...
claytrump (Clay Trump)
03:41 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
=begin
@trans
Imo the point is that using a method for the unit does not correctly model the mathematical relatio...
stomar (Marcus Stollsteimer)
03:12 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
=begin
@stomer
Yes and no. The problem is in the Ruby notation. In physics, you can use parenthesis to make the d...
trans (Thomas Sawyer)
02:57 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
Thomas, i agree with @stomar. alexeymuranov (Alexey Muranov)
02:29 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
@trans
There is only one type of power operator in physics.
You would have to use parentheses:
(10 m)^3 (1...
stomar (Marcus Stollsteimer)
01:29 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
=begin
@matz
Reference given below[1], but I can give very brief summary to save you time...
Stick is an SI un...
trans (Thomas Sawyer)
12:00 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
Speaking of Fortran, there the binary `*` has higher precedence than the unary `-`, which has approximately the same ... alexeymuranov (Alexey Muranov)
07:23 PM Feature #7376 (Rejected): Proposal for new syntax construct to define errors
Put the following code to your program:
class Module
def define_error(*errors, superclass: StandardError)
...
matz (Yukihiro Matsumoto)
09:05 AM Feature #7376 (Rejected): Proposal for new syntax construct to define errors
=begin
As discussed here - https://gist.github.com/4091803
When we define an error class in a module, we do one o...
kenn (Kenn Ejima)
07:16 PM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
I sympathize with the desire to avoid breaking backward compatibility, but the idea that "10 / 2" is the wrong way an... headius (Charles Nutter)
02:39 AM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
It does create some problems in real apps (e.g. https://github.com/rails/rails/pull/8222 )
The problem is compatib...
marcandre (Marc-Andre Lafortune)
01:29 AM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
This is still an issue. Requiring a standard library should never change the result of a Fixnum operation. The curren... headius (Charles Nutter)
07:09 PM Bug #7161: Perf fix: use symbols instead of strings for const/ivar access methods
I'll forgive you this time, Marc-Andre :) headius (Charles Nutter)
02:44 AM Bug #7161 (Closed): Perf fix: use symbols instead of strings for const/ivar access methods
Committed as r37688.
I'm sorry, I should have added 'patch by Charles Nutter' to the commit log but I forgot that ...
marcandre (Marc-Andre Lafortune)
12:38 AM Bug #7161: Perf fix: use symbols instead of strings for const/ivar access methods
Ping! headius (Charles Nutter)
12:53 PM Feature #4085: Refinements and nested methods
> So, in one sense, refinements are to localize monkey-patching. But they don't actually localize it much better sin... The8472 (Aaron G)
11:46 AM Bug #7330 (Closed): TestRequire#test_race_exception sometimes fails
This issue was solved with changeset r37696.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
Anonymous
11:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
Looks good. Matz, could you accept this?

まつもとさん、2.0.0 は libyaml が事実上必須なので (ないと rubygems が動かない) 、
ビルドが面倒という F...
mame (Yusuke Endoh)
11:06 AM Feature #7375 (Assigned): embedding libyaml in psych for Ruby 2.0
mame (Yusuke Endoh)
08:42 AM Feature #7375 (Closed): embedding libyaml in psych for Ruby 2.0
People have a hard time using psych (and thus rubygems) because it depends on libyaml. We can ease upgrades by embedd... tenderlovemaking (Aaron Patterson)
10:31 AM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
Brian,
Can you please provide us a reproducer for you monitor.rb issue? And can you please make a new ticket for ...
kosaki (Motohiro KOSAKI)
01:04 AM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
I passed this ticket to thread specialist.
ko1 (Koichi Sasada)
12:43 AM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
We just ran into this very ugly bug in production, too. We would really appreciate a fix in 1.9.4, a pure bugfix rele... trapni (Christian Parpart)
10:20 AM Feature #7256 (Closed): Update Rake
rake 0.9.4 is now in trunk. drbrain (Eric Hodel)
10:20 AM Feature #7363: Remove the global Pathname() method
=begin
(({Pathname()})) matches (({Integer()})), (({Array()})), (({URI()})), etc. I would prefer to keep (({Pathnam...
drbrain (Eric Hodel)
10:12 AM Feature #5373: SMTP - new method
I chose rset because it matches the other methods that follow the SMTP protocol in Net::SMTP like helo, ehlo, rcptto,... drbrain (Eric Hodel)
09:47 AM Feature #7377 (Assigned): #indetical? as an alias for #equal?
As my feature request #7359 got rejected, here a more backward-compatible approach:
In my opinion the difference b...
aef (Alexander E. Fischer)
09:24 AM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
I will add support for rb_file_const() to RDoc.
drbrain (Eric Hodel)
01:55 AM Bug #7369: Matrix #row_size, #column_size methods
m and n?
They are awfully short and might be confusing but they also are the names used in standard notation (an m-b...
Eregon (Benoit Daloze)
01:47 AM Bug #7369: Matrix #row_size, #column_size methods
I agree that `{row|column}_size` can be ambiguous.
I don't believe `height/width` is used in this context though, ...
marcandre (Marc-Andre Lafortune)
01:27 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
Seven months and no activity. This is not a breaking change and it could improve performance of nonblocking IO operat... headius (Charles Nutter)
01:26 AM Feature #6309: Add a reference queue for weak references
Seven months and no activity. Can we get a reference queue in Ruby 2.0 please? I believe it could be added to weakref... headius (Charles Nutter)
12:59 AM Feature #6308: Eliminate delegation from WeakRef
Seven months and no activity. I still would like to see delegate-based Weakref go away, but I know the official plan ... headius (Charles Nutter)
12:56 AM Bug #7348 (Closed): marshaling an object by a float does not work
This issue was solved with changeset r37687.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ...
nagachika (Tomoyuki Chikanaga)
12:40 AM Feature #6647: Exceptions raised in threads should be logged
Ping! headius (Charles Nutter)
12:16 AM Bug #7372 (Rejected): Missing tags for 2.0.0.preview1, 1.9.3p286, 1.9.3p327
vo.x (Vit Ondruch)
12:14 AM Bug #7372: Missing tags for 2.0.0.preview1, 1.9.3p286, 1.9.3p327
Oops, I had not pulled tags from github/ruby. This can be closed. headius (Charles Nutter)
12:15 AM Bug #7373 (Closed): FileUtils#chmod verbose gives error when mode is string
I can see the wrong code in trunk, even though it happened in 1.9.3p194: https://github.com/ruby/ruby/blob/trunk/lib/... asterite (Ary Borenszweig)

11/16/2012

11:23 PM Bug #7356: ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
情報ありがとうございます.
簡単な再現手順はありませんかね.make じゃなくて,ruby 直接動かすようなも
のだとありがたいのですが....

(2012/11/15 18:37), yanoh (Yutaka ...
ko1 (Koichi Sasada)
11:18 PM Bug #7372 (Rejected): Missing tags for 2.0.0.preview1, 1.9.3p286, 1.9.3p327
All released versions of Ruby should have tags, so we can grab the right versions of stdlib to use in JRuby. headius (Charles Nutter)
05:59 PM Bug #7370: Some benchmarks are slow
(2012/11/16 16:51), authorNari (Narihiro Nakamura) wrote:
> Some benchmarks are slow since r37631.
> I guess DTr...
ko1 (Koichi Sasada)
05:45 PM Bug #7370: Some benchmarks are slow
Aaron-san, Could you check it?
Thanks.
authorNari (Narihiro Nakamura)
04:51 PM Bug #7370 (Closed): Some benchmarks are slow
Hi.
Some benchmarks are slow since r37631.
I guess DTrace's proves affect CRuby's performance.
Is it possible to...
authorNari (Narihiro Nakamura)
05:24 PM Bug #7371 (Closed): Fix undefined overflow checking in bigdecimal
In AddExponent() at ext/bigdecimal/bigdecimal.c:3677, the overflow checks rely on signed integer overflow, which is u... xi (Xi Wang)
04:08 PM Bug #7369 (Closed): Matrix #row_size, #column_size methods
I believe these methods should be renamed. "row_size" is confusing, because it can be intuitively understood as both ... Anonymous
03:49 PM Feature #6440: 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
patch2.diffを適用してコミットしてよいでしょうか?
反対がなければコミットします。
Glass_saga (Masaki Matsushita)
03:37 PM Bug #7355 (Closed): tiny typo in lib/net/pop.rb
This issue was solved with changeset r37671.
Nobuhiro, thank you for reporting this issue.
Your contribution to Ruby ...
Anonymous
02:58 PM Feature #7148: Improved Tempfile w/o DelegateClass
Are there some reasons not to make `Tempfile` a subclass of `File`?
I think it's a better solution, even if it's not...
Glass_saga (Masaki Matsushita)
02:39 PM Bug #7366 (Closed): cannot 'make install' when --enable-doc
naruse (Yui NARUSE)
09:09 AM Bug #7366 (Closed): cannot 'make install' when --enable-doc
After r37664 (rake 0.9.3), cannot make install when --enable-doc.
installing default gems: C:/ruby-trunk/lib...
usa (Usaku NAKAMURA)
02:38 PM Bug #7348: marshaling an object by a float does not work
hello,
I've investigated about this issue.
When flonum is introduced at r36798, flonum is treated as immediate va...
nagachika (Tomoyuki Chikanaga)
02:31 PM Feature #7368 (Closed): rb_str_each_line()のパフォーマンス向上とリファクタリング
rb_str_each_line()でmemmem(3)を使う事を[ruby-dev:45344] [Feature #6129]で提案しましたが、
string.cからmemmem(3)を直接使わずに検索をrb_memsearch...
Glass_saga (Masaki Matsushita)
02:11 PM Bug #7367: toooo many test failures after rake 0.9.4 is imported
This is fixed on r37670 as a workaround.
Anyway your log looks strange because my OS X Mountain Lion environment w...
naruse (Yui NARUSE)
01:06 PM Bug #7367: toooo many test failures after rake 0.9.4 is imported
=begin
How do I build ruby outside of ((|$(srcdir)|))?
I get the following failure:
$ mkdir ~/tmp/build
$...
drbrain (Eric Hodel)
10:10 AM Bug #7367 (Closed): toooo many test failures after rake 0.9.4 is imported
=begin
Yesterday, all my troubles seemed so far away.
Now it looks as though they're here to stay...
# cf. Yesterd...
usa (Usaku NAKAMURA)
10:02 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
No. There are so many "issues" out there. I don't have time to check them all.
Reference please.
Matz.
matz (Yukihiro Matsumoto)
09:35 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
@matz Have you ever read about issue I have with implementing Stick b/c of this? I have no Rome to be in. I am in Car... trans (Thomas Sawyer)
08:41 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
I fully agree that repurposing '^' to be a power operator is not a good idea.
One alternative idea that might not ...
david_macmahon (David MacMahon)
08:26 AM Feature #7322 (Rejected): Add a new operator name #>< for bit-wise "exclusive or"
So what's your intention? To make '^' a power operator, and ruin innocent programs? Because you feel "natural"?
If ...
matz (Yukihiro Matsumoto)
02:56 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
Given the rejection of #7336, I would ask this this issue be more seriously considered. Personally, I don't really ca... trans (Thomas Sawyer)
09:29 AM Feature #7359: #eql? and #equal? naming
"Making them little more intuitive does not worth breaking millions of existing programs."
That's true, but why do...
trans (Thomas Sawyer)
07:31 AM Feature #7359 (Rejected): #eql? and #equal? naming
Making them little more intuitive does not worth breaking millions of existing programs.
Matz.
matz (Yukihiro Matsumoto)
08:19 AM Feature #7349: Struct#inspect needs more meaningful output
It might be worth pointing out that this should not happen if the Struct generated class is assigned to a constant (a... Eregon (Benoit Daloze)
07:55 AM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
Okay. Tell me if you change your mind!
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:14 AM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
Thanks, but I don't want to have a commit bit.
I am content with a tester and debugger.
phasis68 (Heesob Park)
04:53 AM Feature #7363: Remove the global Pathname() method
Hi,

First off: +1 on your request about the Pathname(). Although I don't see
the the real problem with it be...
Anonymous
04:43 AM Bug #6653: 1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections
Sorry for the abysmally late response -- I can't seem to get the redmine here to send me email for some reason.
Hi...
erikh (Erik Hollensbe)
02:32 AM Bug #7365 (Closed): File::NULL is not in documentation
The File::NULL / IO::NULL constant is not documented in either the File or IO documentation. mistydemeo (Misty De Meo)
01:01 AM Bug #7364 (Rejected): CGI::Cookie.parse can't deal with cookie options
Reproducing steps; reproducing code is needed:
p CGI::Cookie::parse("ASPSESSIONIDSCDRSRTS=HHALOHOBJGJMLPIANNLDOMCJ...
ethicalhack3r (ryan dewhurst)
12:30 AM Bug #7214: Ruby 2.0 breaks support for some debugging tools
I asked mame-san (2.0.0 release manager) about this feature.
His comments is:
DO IT ON A GEM SUCH A BIG FEATURE.
...
ko1 (Koichi Sasada)

11/15/2012

11:20 PM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
phasis68 (Heesob Park) wrote:
> I guess this bug is related with the optimization of GCC 4.7.2.
> The version built...
mame (Yusuke Endoh)
10:50 PM Bug #7352 (Closed): Array#bsearch test failure on Range (32bits MinGW)
This issue was solved with changeset r37662.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
mame (Yusuke Endoh)
04:40 PM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
I guess this bug is related with the optimization of GCC 4.7.2.
The version built with VC 2010 or GCC 4.5.2 works fi...
phasis68 (Heesob Park)
12:30 PM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
Thank you Luis, I'll try it on windows.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:48 AM Bug #7352 (Closed): Array#bsearch test failure on Range (32bits MinGW)
=begin
Hello,
After r37655, I noticed a failing test on RubyInstaller CI for x86:
test_bsearch_for_float(Test...
luislavena (Luis Lavena)
10:50 PM Feature #7363 (Rejected): Remove the global Pathname() method
About a year ago I sumbitted an not yet accepted patch for Ruby on GitHub which deprecates the global Pathname() meth... aef (Alexander E. Fischer)
10:43 PM Bug #7332: mswin64でminiruby.exeがSEGV
遅くなってすみません,入れました. ko1 (Koichi Sasada)
10:42 PM Bug #7332 (Closed): mswin64でminiruby.exeがSEGV
This issue was solved with changeset r37661.
Yoshida, thank you for reporting this issue.
Your contribution to Ruby i...
ko1 (Koichi Sasada)
10:38 PM Feature #7362 (Assigned): Adding Pathname#start_with?
If a Pathname starts with another Pathname, that means that the former Pathname lies below the latter Pathname, as lo... aef (Alexander E. Fischer)
10:35 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
I asked Matz about this feature.
His comments were:
(1) Do not need to break bindings at end of block. This is...
ko1 (Koichi Sasada)
09:31 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
=begin
[PLEASE REVIEW!!]
= Abstract
I made debugger support interface.
https://github.com/ko1/ruby/compare/de...
ko1 (Koichi Sasada)
10:30 PM Feature #7361 (Rejected): Adding Pathname#touch
Pathname has an #mkdir method to create a directory at the path, but does not have a #touch method to create an empty... aef (Alexander E. Fischer)
10:26 PM Feature #7360 (Closed): Adding Pathname#glob
Currently there is only a Pathname.glob method, which allows you to find Pathname objects by a pattern including wild... aef (Alexander E. Fischer)
10:06 PM Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
"[ruby-core:49369] [ruby-trunk - Bug #7214] Ruby 2.0 breaks support for some debugging tools" is enough or not?
ko1 (Koichi Sasada)
10:00 PM Feature #7359 (Rejected): #eql? and #equal? naming
In my opinion the difference between @#eql?@ and @#equal?@ is really unintuitive. How about making their difference m... aef (Alexander E. Fischer)
07:04 PM Bug #7357 (Third Party's Issue): ruby-1.9.3-p327@global/gems/activerecord-3.2.9/lib/active_record/connection_adapters/postgresql_adapter.rb:1208: [BUG] Segmentation fault
Erro during rake db:migrate
Rails 3.2.9
Rake 10.0.1
/usr/local/rvm/gems/ruby-1.9.3-p327@global/gems/activere...
Bluebird-communication (Douglas Magnenat)
06:37 PM Bug #7356 (Closed): ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
== 現象
ruby-1.9.3-p327 と ruby-2.0.0-preview1 で adlint-2.6.10 の性能比較を行った結果、
ruby-2.0.0-preview1 の方が解析時間が 1.2 倍ほど長くかか...
yanoh (Yutaka Yanoh)
05:02 PM Feature #4766 (Closed): Range#bsearch
Oh, Park-san perfectly pointed out this problem in [ruby-core:49364].
So I close this ticket.
usa (Usaku NAKAMURA)
04:52 PM Feature #4766 (Assigned): Range#bsearch
in range.c, the definition of a macro BSEARCH_CHECK includes:
switch (rb_cmpint(rb_funcall(v, id_cmp, 1, INT2...
usa (Usaku NAKAMURA)
11:37 AM Feature #4766 (Closed): Range#bsearch
This issue was solved with changeset r37655.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is...
mame (Yusuke Endoh)
03:51 PM Bug #7355 (Closed): tiny typo in lib/net/pop.rb
There is a tiny typo in lib/net/pop.rb.
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 0736585..fd869b6 10064...
no6v (Nobuhiro IMAI)
01:57 PM Feature #7336: Flexiable OPerator Precedence
"Ruby is not a language for academic research of programming languages."
I was referring to academic application, ...
trans (Thomas Sawyer)
09:46 AM Feature #7336: Flexiable OPerator Precedence
@trans I don't deny the idea itself. But not for Ruby, because
* syntax should be stable.
* Ruby is not a langua...
matz (Yukihiro Matsumoto)
12:34 PM Feature #7258: Update Rdoc
Eric, what's the status?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:34 PM Feature #7257: Update Rubygems
Eric, what's the status?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:33 PM Feature #7256: Update Rake
> I asked Jim and he thought rake 0.9.3 was better to include in Ruby 2.0.0, so I plan to import that.
Agreed.
...
mame (Yusuke Endoh)
11:37 AM Feature #3479 (Closed): Array#binary_find et al
This issue was solved with changeset r37655.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is...
mame (Yusuke Endoh)
08:29 AM Feature #4085: Refinements and nested methods
Perhaps refinements should be scoped per-gem, rather than any arbitrary
"using" delimitation. Seems to me, that is...
trans (Thomas Sawyer)
03:45 AM Feature #4085: Refinements and nested methods
On Wed, Nov 14, 2012 at 05:38:12AM +0900, headius (Charles Nutter) wrote:

[snip]

> And then there's this:
...
Anonymous
07:57 AM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
"It should be used internally to retrieve the string representation of an object." That's explicit coercion. Implicit... bitsweat (Jeremy Daer)
07:19 AM Bug #7304: Random test failures around test_autoclose_true_closed_by_finalizer
Hello Nobu,
As pointed by Shirosaki-san, the two commits are now split.
Can we apply those changes to trunk? Wh...
luislavena (Luis Lavena)

11/14/2012

07:48 PM Bug #7301: URI::FTP.new2()の引数typecodeを省略するとNoMethodErrorが発生します。
これはダメですね。泥沼化しそうなので、手を入れるべきでないと判断します。
メンテナの YAMADA Akira さん見ていらっしゃいますかね。
返事がなければ、ドキュメントを消して undocumented なメソッドにするこ...
mame (Yusuke Endoh)
07:38 PM Bug #7301: URI::FTP.new2()の引数typecodeを省略するとNoMethodErrorが発生します。
後から気付いたのですが、引数typecodeを与えても例外が発生します。
----------------------------
$ cat new2_with_typecode.rb
# encoding: utf-8...
shi-mo (Yoshifumi Shimono)
05:55 PM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
As the page you linked points out, #to_str is an *implicit* cast. i.e. It should be used internally to retrieve the s... jballanc (Joshua Ballanco)
12:40 PM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
When an object responds to #to_str, it's saying "I am a string." When an object responds to #to_s, it's saying "I hav... bitsweat (Jeremy Daer)
11:53 AM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
I would expect something like the following patch makes more sense?
diff --git a/string.c b/string.c
index c63f59...
jballanc (Joshua Ballanco)
03:43 PM Feature #4085: Refinements and nested methods
> Ideally, in the Rails source code, I would just add "using StringExt" to
> the ActiveRecord::Base class, and the...
brainopia (Ravil Bayramgalin)
07:19 AM Feature #4085: Refinements and nested methods
It reminds me C++. So powerful that you can have a hard time trying to understand what is happening in a given piece ... rosenfeld (Rodrigo Rosenfeld Rosas)
05:38 AM Feature #4085: Refinements and nested methods
rosenfeld: Yes, I am arguing that same case. I believe refinements should only be active for code that appears within... headius (Charles Nutter)
05:23 AM Feature #4085: Refinements and nested methods
Talking more with folks online about refinements, there's a lot of confusion about what they solve.
So, in one sen...
headius (Charles Nutter)
05:18 AM Feature #4085: Refinements and nested methods
Just tested it to confirm:
a = {1.hour.ago}; use(groovy.time.TimeCategory){a()}
If "a()" throwed an exception i...
rosenfeld (Rodrigo Rosenfeld Rosas)
05:15 AM Feature #4085: Refinements and nested methods
Charles, I'm not sure if I completely understand your concerns, but I think that from a code readability point of vie... rosenfeld (Rodrigo Rosenfeld Rosas)
02:21 AM Feature #4085: Refinements and nested methods
shugo: I may have a possible compromise that fixes some of the technical issues.
Currently, refinements have to be...
headius (Charles Nutter)
01:43 AM Feature #4085: Refinements and nested methods
jballanc: That is exactly the sort of problem I'm worried about. It is *impossible* to look at the DoIt class in your... headius (Charles Nutter)
01:35 AM Feature #4085: Refinements and nested methods
shugo: I believe I understand the implementation. There are a lot of open questions for it, however:
* If the refi...
headius (Charles Nutter)
02:53 PM Feature #7349: Struct#inspect needs more meaningful output
I like it too. Could even be:

Point.ancestors
# => [Point, Struct.new(:x, :y), Struct, Enumerable, Ob...
claytrump (Clay Trump)
12:09 PM Feature #7349: Struct#inspect needs more meaningful output
Sounds nice to me. +1 shyouhei (Shyouhei Urabe)
11:32 AM Feature #7349 (Assigned): Struct#inspect needs more meaningful output
When inheriting directly from Struct.new, Class#ancestors shows a meaningless anonymous Class:
class Point < S...
postmodern (Hal Brodigan)
02:34 PM Bug #7350: Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
Can you check with trunk?
# Yes, it may be difficult, I know.
It seems that crash1.log suggests the cause is in l...
usa (Usaku NAKAMURA)
02:08 PM Bug #7350 (Rejected): Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
I'm experiencing sporadic segmentation faults in a ruby daemon running with:
ruby 1.9.3p328 (2012-11-13) [x86_64-l...
ggiesemann (Geoffrey Giesemann)
01:54 PM Bug #7326: Time.c doc improvements
The formatting looks good, except you shouldn't wrap classes in anything, such as ArgumentError or Time and Time#to_f... zzak (zzak _)
01:26 PM Feature #7288 (Closed): Documentation missing: FileUtils.chmod "+X", "directory"
This issue was solved with changeset r37652.
Jörg, thank you for reporting this issue.
Your contribution to Ruby is g...
zzak (zzak _)
11:53 AM Bug #7319 (Closed): CSV docs
This issue was solved with changeset r37651.
Vincent, thank you for reporting this issue.
Your contribution to Ruby i...
zzak (zzak _)
11:32 AM Bug #7348 (Assigned): marshaling an object by a float does not work
shyouhei (Shyouhei Urabe)
11:14 AM Bug #7348: marshaling an object by a float does not work
irb(main):006:0> e = Object.new
irb(main):007:0> Marshal.load(Marshal.dump([[2.0e-100, e], [e]]))
=> [[2.0e-100, #<...
mrkn (Kenta Murata)
09:20 AM Bug #7348 (Closed): marshaling an object by a float does not work
The below `calls` object doesn't round trip through marshal on edge ruby:
def test_marshal_object_and_float
...
tenderlovemaking (Aaron Patterson)
11:07 AM Feature #6980: OpenSSL support for AEAD additional authenticated data and tags
This would definitely be on my list for 2.0. Sorry for not having been more responsive. I talked with nahi at RubyCon... MartinBosslet (Martin Bosslet)
10:20 AM Bug #7112: File.extname documentation fix
I think adding documentation for dotfiles and files ending with a dot would be sufficient.
I don't think covering ...
drbrain (Eric Hodel)
09:07 AM Feature #7297: map_to alias for each_with_object
Thank you. Enumerable#associate proposed: #7341 bitsweat (Jeremy Daer)
04:57 AM Feature #7346: object(...) as syntax sugar for object.call(...)
Yes, I know, it is just that I prefer to read object.call(arguments) than object[arguments]. This is just a personal ... rosenfeld (Rodrigo Rosenfeld Rosas)
04:23 AM Feature #7346: object(...) as syntax sugar for object.call(...)
@rosenfeld, I'll just mention that you can use Proc#[] in your example:

double = -> n { n * 2 }

double[3] ...
nathan.f77 (Nathan Broadbent)
04:53 AM Feature #7341: Enumerable#associate
>
> 1) The form you suggest would be redundant with `Enumerable#to_h`
>

I agree that 'Enumerable#to_h' woul...
nathan.f77 (Nathan Broadbent)
01:12 AM Feature #7341: Enumerable#associate
Hi,
bitsweat (Jeremy Kemper) wrote:
> In short: associating a collection of keys with calculated values should be...
marcandre (Marc-Andre Lafortune)
12:03 AM Feature #7341: Enumerable#associate
Thanks for posting, Nathan. See https://gist.github.com/4035286 for the full pitch and a demonstration implementation... bitsweat (Jeremy Daer)
01:08 AM Bug #7171: test-all failure on OS X (RubyCI)
codesign する機能は僕がお願いして入れてもらったものなので存在は知っていて使ってます。
自分のユーザで、rvm や rbenv を使ってインストールする ruby には署名していてとても便利になっていますが、
chkbui...
mrkn (Kenta Murata)
01:02 AM Bug #7344: gem pristine bigdecimal が失敗してしまう
ほかの built-in 拡張ライブラリは問題ないんですかねぇ。
そうだとすれば gemspec を真似すればいいのかな。
mrkn (Kenta Murata)
12:44 AM Bug #7343 (Rejected): Enumerator::Lazy seems to nest herself infinitely
marcandre (Marc-Andre Lafortune)
12:07 AM Feature #7336: Flexiable OPerator Precedence
trans (Thomas Sawyer) wrote:
>
> 10.meters**2 => 100m
(10.meters)**2 should be 100.meters^2 in your notation.
...
alexeymuranov (Alexey Muranov)
 

Also available in: Atom