Activity
From 11/28/2011 to 12/04/2011
12/04/2011
- 11:57 PM Revision 7f654692 (git): * 2011-12-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 PM Revision 39a9b9ba (git): * io.c: suppress unused-value warnings. fixup of r33937.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:46 PM Bug #5708 (Closed): Tempfile.new(pre) with block in test_autoclose
- 気がついたのですが、test/ruby/test_io.rb の test_autoclose で、
Tempfile.new をブロック付きで使っています。
Tempfile.new はブロックを呼び出さないので、バグではな... -
11:31 PM Feature #5707 (Closed): temporary file creation without finalizer and delegate.
- Tempfile always uses finalizer and delegate.
Sometimes we don't need them.
For example, following test creates a ... -
11:23 PM Bug #5694: Proc#arity doesn't take optional arguments into account.
- On Sat, Dec 3, 2011 at 10:41 PM, NARUSE, Yui <[email protected]> wrote:
>
> For example you want to know whether... -
03:53 PM Bug #5694: Proc#arity doesn't take optional arguments into account.
- I like it!
On Sat, Dec 3, 2011 at 7:41 PM, NARUSE, Yui <[email protected]> wrote:
> (2011/12/03 4:20), Yehuda ... -
12:53 PM Bug #5694: Proc#arity doesn't take optional arguments into account.
- (2011/12/03 4:20), Yehuda Katz wrote:
> Yeah… it would be nice to be able to do:
>
> if proc.arity_range.... -
11:14 PM Feature #5478: Add syntax to import Set into core
- Thomas Sawyer wrote:
> Do you think perhaps you've allowed a certain notion to lead you to left field? You're talking... -
11:07 PM Feature #5478: Add syntax to import Set into core
- Do you think perhaps you've allowed a certain notion to lead you to left field? You're talking about shoehorning Set ...
-
09:32 PM Feature #5478: Add syntax to import Set into core
- I've let my imagination go free and got another crazy(/stupid) idea: abandon Set, add methods to Hash, and use it as ...
-
10:28 AM Feature #5478: Add syntax to import Set into core
- Jos Backus wrote:
> How would one represent an empty Set?
> '{}' can't be used as it would be ambiguous.
Goo... -
08:53 AM Feature #5478: Add syntax to import Set into core
- Perhaps in the vein of OCaml, we could use `{[]}` for set literals?
-
06:53 AM Feature #5478: Add syntax to import Set into core
- How would one represent an empty Set?
'{}' can't be used as it would be ambiguous.
-
03:10 AM Feature #5478: Add syntax to import Set into core
- I must point out that Ruby 1.8.x allowed {:a, :b, :c, :d} as literal Hash syntax. 1.9 removed that syntax. If it is a...
-
11:14 PM Bug #5706 (Closed): Build failure on io/wait extension with VC 2010
- I get the following failure on Windows 7 with VC 2010 while building trunk@33936.
C:\work\snapshot>nmake
Micros... -
01:53 PM Revision b8f3ef61 (git): * lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:50 PM Revision 250d10b2 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:35 PM Revision 7b187465 (git): * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:53 PM Feature #5690: Module#qualified_const_get
- (2011/12/01 5:59), Yehuda Katz wrote:
>
> Yehuda Katz
> (ph) 718.877.1325
>
>
> 2011/11/30 Yukihiro M... -
12:05 PM Bug #4882 (Closed): Delegator#methods should accept the singleton flag argument
- This issue was solved with changeset r33939.
Julik, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:34 AM Bug #5681 (Closed): Conflcting types for rb_w32_inet_ntop caused by duplicate definition under MinGW
- Nobu fixed this but Redmine didn't close it.
-
10:10 AM Feature #5562 (Closed): Improvement of Windows IO performance
- This issue was solved with changeset r33937.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i... -
06:57 AM Bug #5701 (Feedback): Compilation under Lion with clang 2.1 fails
- Have you run "Install Xcode.app"?
-
03:15 AM Bug #5701: Compilation under Lion with clang 2.1 fails
- What's mean clang 2.1?
My clang on Lion + Xcode 4.2 environment show following.
~% clang -v
Apple clang versio... -
05:54 AM Bug #5703 (Rejected): Ruby 1.9.3p0 segmentation fault (during autoload?)
- I've been getting intermittent segfaults that appear to be coming out of autoload. Originally, I experienced them on ...
-
03:12 AM Revision 483fd748 (git): * lib/pp.rb: fix rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 AM Revision 6e56d645 (git): * lib/delegate.rb (Delegator#methods): Kernel#methods receives
- zero or one argument. [ruby-core:37118] [Bug #4882]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33939 b2dd03c8... - 01:10 AM Revision e21f885b (git): * 2011-12-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Revision f9a6a1dd (git): Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decorator
- Use CRLF only when required to improve file reading and writing under Windows.
Patch by Hiroshi Shirosaki. [ruby-core...
12/03/2011
-
10:39 PM Bug #5659: bug releasing a gem created with rails 3.1
- [viniciusgati] ~/Code/ruby/testes
$ cd test_rb_bug/
[viniciusgati] ~/Code/ruby/testes/test_rb_bug (master)
$ rvm use... -
10:13 PM Bug #5659: bug releasing a gem created with rails 3.1
- $ ruby -v -ropenssl -e "puts OpenSSL::OPENSSL_VERSION"
ruby 1.9.3dev (2011-10-11 revision 33457) [x86_64-darwin11.2.0... -
05:20 PM Bug #5701 (Rejected): Compilation under Lion with clang 2.1 fails
- New MacBook Air, installed Xcode 4.2 through Appstore, never had gcc installed. I have not compiled anything else, mo...
-
11:52 AM Revision 4a1cfe70 (git): * variable.c (set_const_visibility): print a warning when no argument
- is passwd to Module#private_constant. [ruby-list:48558]
* vm_method.c (set_method_visibility): ditto for
Module#p... -
11:52 AM Revision d267b2e3 (git): * variable.c (set_const_visibility): Module#private_constant has
- changed the visibility of only the first argument. Now it changes
all of them. [ruby-list:48558]
* test/ruby/tes... -
06:22 AM Feature #5588: add negation flag (v) to Regexp
- Interesting. Thanks for your feedback. I will submit a new patch that only contains wholly negated regexps (/.../v)...
12/02/2011
-
10:17 PM Revision 53df70d9 (git): * Makefile.in (CFLAGS): append ARCH_FLAG.
- * configure.in (ARCH_FLAG): exclude from CFLAGS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33934 b2dd03c8-39... - 10:14 PM Revision 5569d350 (git): * 2011-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:14 PM Revision 2748f58d (git): * configure.in (UNIVERSAL_INTS): include short int. fix for
- test/mkmf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:23 PM Bug #5459: Silence -Wmissing-declarations and -Wold-style-definition warnings in mkmf
- On Fri, Dec 2, 2011 at 02:05, Nobuyoshi Nakada <[email protected]> wrote:
> Issue #5459 has been updated by Nobu... -
10:05 AM Bug #5459: Silence -Wmissing-declarations and -Wold-style-definition warnings in mkmf
- Generic notes:
* Use the latest version.
* Don't make a patch from installed files.
* Don't overwrite conflicts ... -
03:22 PM Bug #5684: [[Ruby 1.9:]] Socket doesn't respect default external encoding
- Vladimir Chernis wrote:
> Yui NARUSE wrote:
> > You can set encodings to a Socket object with Socket#set_encoding.
... -
10:36 AM Bug #5684: [[Ruby 1.9:]] Socket doesn't respect default external encoding
- To summarize:
File IO encoding works correctly in that it respects the default external encoding specified in the -E... -
10:17 AM Bug #5684: [[Ruby 1.9:]] Socket doesn't respect default external encoding
- Yui NARUSE wrote:
> You can set encodings to a Socket object with Socket#set_encoding.
I understand, but if I don't ... -
02:23 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- On 12/2/11 1:40 PM, KOSAKI Motohiro wrote:
> ああ、悪辣なRubyistたちの手口に善良なデベロッパがまたひとり・・・・
Ruby コミッターこわいわー
--
... -
01:53 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- > 勧誘の手口に乗ります!
>
> http://redmine.ruby-lang.org/projects/ruby/wiki/CommitterHowtoJa
> によると、まつもとさんの承認が必要らしいので、承認... -
01:16 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- 勧誘の手口に乗ります!
http://redmine.ruby-lang.org/projects/ruby/wiki/CommitterHowtoJa
によると、まつもとさんの承認が必要らしいので、承認お願いします。 > ま... -
01:13 PM Bug #5697 (Open): Wrong flag for enabling PIE executables with clang
- Reopend. Because r33926 was reverted. gcc need -pie and clang need -Wl,-pie. So, we need more clever trick.
-
12:45 PM Bug #5697 (Closed): Wrong flag for enabling PIE executables with clang
- r33926.
-
07:42 AM Bug #5697 (Closed): Wrong flag for enabling PIE executables with clang
- =begin
When linking the ruby executable with clang I get the following warning:
$ make
[…]
linking ruby20... -
10:20 AM Bug #5699 (Rejected): Windowsで一部のFloat値が正しく扱えない
-
10:02 AM Bug #5699: Windowsで一部のFloat値が正しく扱えない
- FAQでした、すみません。
1.9.2 は、より正しく表示出来るようになったということで
納得しました。
https://github.com/rdp/ruby_tutorials_core/wiki/ruby-talk... -
09:17 AM Bug #5699: Windowsで一部のFloat値が正しく扱えない
- 浮動小数点数の計算には誤差があります。参考サイト:
* http://download.oracle.com/docs/cd/E19957-01/806-4847/ncg_goldberg.html
* http://wiki... -
09:14 AM Bug #5699 (Rejected): Windowsで一部のFloat値が正しく扱えない
- Windows XP SP3にて、
ruby 1.9.2p290 (2011-07-09) [i386-mingw32] で、
x = 0.002877 #=> 0.0028770000000000002
となってしまい... -
08:49 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- I never quite understood why ranges were never used. Something like:
lambda{}.arity => 0
lambda{|a| }.arity =... -
07:19 AM Bug #5694 (Assigned): Proc#arity doesn't take optional arguments into account.
Revert r33921.
Revert "* proc.c (rb_proc_arity): Fix Proc#arity in case of optional arguments"
Because followin...-
07:59 AM Feature #5695: CoffeeScript "is" and "isnt" keywords
- I'm not in favor of this proposal, but I don't think it would break these
cases, because they are not of the form ... -
07:06 AM Feature #5695: CoffeeScript "is" and "isnt" keywords
- =begin
This would break compatibility with RubyGems:
$ egrep '\bis' lib/rubygems/package/tar_input.rb | grep -v... -
03:52 AM Feature #5695 (Rejected): CoffeeScript "is" and "isnt" keywords
- Hello,
Please add "is" and "isnt" keywords, which behave like the "==" and "!=" operators respectively, to Ruby. ... -
07:35 AM Bug #5696 (Closed): rexml BaseParser uses instance_eval unnecessarily on listener add
- In add_listener in REXML::BaseParser, there's code to instance eval and replace the old "pull" method with a new one ...
-
06:48 AM Revision d0b2816d (git): * ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:43 AM Revision 5fce7630 (git): * configure.in (RUBY_TRY_CFLAGS, RUBY_TRY_LDFLAGS): more verbose messages.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 AM Revision 0755d415 (git): * configure.in: check whether -pie or -Wl,-pie is valid as
- LDFLAGS. [ruby-core:41438] [Bug#5697]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33929 b2dd03c8-39d4-4d8f-98... -
06:18 AM Revision 55cae883 (git): * configure.in: use $linker_flag for LDFLAGS option which is not
- limited to particular platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33928 b2dd03c8-39d4-4d8f-98ff-823... -
04:02 AM Revision 9b69817a (git): Revert r33926 "* configure.in: use $linker_flag for LDFLAGS option which is not"
- This breaks build process of Linux and FreeBSD.
It may depend the version of gcc.
git-svn-id: svn+ssh://ci.ruby-lang... -
02:30 AM Revision 6ec1902a (git): * configure.in: use $linker_flag for LDFLAGS option which is not
- limited to particular platforms. [ruby-core:41438] [Bug#5697]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@339...
12/01/2011
-
11:50 PM Bug #5684: [[Ruby 1.9:]] Socket doesn't respect default external encoding
- You can set encodings to a Socket object with Socket#set_encoding.
But Socket#recv is an binary API like IO#read(n)
... -
11:14 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- =begin
After discussion last night with Yehuda, we both agreed that this issue isn't resolved by #2740. Since (({con... -
10:36 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- Stephen: There is an open request, together with a proposal and working patch to address the issue. Check it out: htt...
-
10:34 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- =begin
@ThomasSawyer That kind of approach falls apart when you have multiple entry points into your library that re... -
10:16 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- =begin
One thing to keep in mind is that (({const_missing})) *cannot* be used to replicate (({autoload})) currently d... -
10:23 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- こんにちは、なかむら(う)です。
In message "[ruby-dev:44916] [ruby-trunk - Bug #5688] Solaris10 で spawn を繰り返すとメモリリークする"
... -
09:59 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- いや、私はコミット権持ってないのでコミットできないです。
-
07:35 PM Bug #5688 (Assigned): Solaris10 で spawn を繰り返すとメモリリークする
- たしかにpthread_attr_destroy()が抜けているように見えます。
コミットよろしく。 -
07:11 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- =begin
r33784 向けのパッチです。
Debian 上で test-all が全て通ることを確認しています。
Solaris 上では確認できていませんので、どなたか追試していただけると助かります。
dif... - 10:15 PM Revision 12697d50 (git): * 2011-12-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:14 PM Revision 0b165175 (git): Revert r33921.
- Revert "* proc.c (rb_proc_arity): Fix Proc#arity in case of optional arguments"
Because following two reason:
* Proc#... -
08:55 PM Bug #5694 (Open): Proc#arity doesn't take optional arguments into account.
-
08:46 PM Bug #5694 (Closed): Proc#arity doesn't take optional arguments into account.
- This issue was solved with changeset r33921.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
08:16 PM Bug #5694 (Closed): Proc#arity doesn't take optional arguments into account.
- Currently:
->(foo = 42){}.arity # => 0, should be -1
This is contrary to the documentation and to what we s... -
07:23 PM Feature #5478: Add syntax to import Set into core
- +1
Michel Demazure
[email protected]
-
05:54 PM Feature #5478: Add syntax to import Set into core
- I forgot to say that i really like this proposal. Please, let us have Set in core with `{1, "two", 3}` literal synta...
-
02:28 PM Revision 72af2620 (git): * thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) only if
- PR_SET_NAME is available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:31 PM Revision eecacaa0 (git): * io.c (linux_get_maxfd): change local variable name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:46 AM Revision c6dec376 (git): * proc.c (rb_proc_arity): Fix Proc#arity in case of optional arguments
- [bug #5694] [rubyspec:b8b259]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33921 b2dd03c8-39d4-4d8f-98ff-823fe6... -
11:02 AM Bug #5693 (Assigned): clang warning in bigdecimal
-
11:01 AM Bug #5693 (Closed): clang warning in bigdecimal
- When bigdecimal is compiled under clang I get this warning:
/Users/drbrain/Work/svn/ruby/trunk/ext/bigdecimal
com... -
10:51 AM Feature #4147: Array#sample で重みを指定したい
- まだなんも手をつけてません。卜部にアサインされているのが適切ではないという気もします。
そのうちなんとかしようとは思っていますが、お急ぎでしたらまきとっていただいたほうがよいです。 -
06:41 AM Feature #4147: Array#sample で重みを指定したい
- そろそろ言っちゃっても大丈夫だと思うんですが、これの主たるユースケースってRPGツクールですよね。
http://tkool.jp/
http://d.hatena.ne.jp/ktakaki/20111201/p1
という... -
10:36 AM Feature #2740: Extend const_missing to pass in the nesting
- What's the status of this?
-
10:23 AM Feature #5690: Module#qualified_const_get
- On Wed, Nov 30, 2011 at 04:52:36PM +0900, Yehuda Katz wrote:
> On Tue, Nov 29, 2011 at 10:04 PM, Yukihiro Matsumoto... -
06:23 AM Feature #5690: Module#qualified_const_get
- Yehuda Katz
(ph) 718.877.1325
2011/11/30 Yukihiro Matsumoto <[email protected]>
> Hi,
>
> In message "Re... -
08:45 AM Revision b0f588fe (git): * ext/socket/extconf.rb: get rid of warnings by
- -Wmissing-declarations or -Wold-style-definition options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33920 b2... -
07:59 AM Revision 05e2da63 (git): * ext/socket/extconf.rb: add arguments for macro calls.
- [ruby-core:41370] [Bug#5681]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33919 b2dd03c8-39d4-4d8f-98ff-823fe69... -
07:20 AM Revision b5be9309 (git): * lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:07 AM Feature #5692 (Assigned): IMAP -- error for msg_att will report the UID
-
01:48 AM Feature #5692 (Closed): IMAP -- error for msg_att will report the UID
- I am getting errors in msg_att and it would be easier if I could get the UID of the email causing the issue. What I p...
-
06:19 AM Revision abb40f8e (git): * include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:48 AM Revision f274088e (git): * include/ruby/subst.h: removed arguments lists so that function
- calls with zero arguments can be substituted. aliasing in .def
file has no effect for static library. [ruby-core:... -
05:43 AM Revision a394c59b (git): * ext/bigdecimal/bigdecimal.h (Real): suppress false warning from
- clang. [ruby-core:41418] [Bug#5693]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33915 b2dd03c8-39d4-4d8f-98ff... -
05:29 AM Feature #5663: Combined map/select method
- Em 30-11-2011 05:41, Ondřej Bílka escreveu:
> On Tue, Nov 29, 2011 at 08:32:01PM +0900, Rodrigo Rosenfeld Rosas wr... -
01:32 AM Revision b2e137c8 (git): * configure.in (LDFLAGS): -fstack-protector is always needed to
- link static library created with it. [ruby-core:41387]
[Bug#5686]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
01:31 AM Revision 05f423ab (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 AM Bug #5689: class variables inside of instance methods inside of "class_eval"
- 前田です。
2011年11月30日15:01 Yukihiro Matsumoto <[email protected]>:
> |ただ、今の動作が望ましいかどうかは議論の余地があると思います。
>
> そう...
11/30/2011
-
11:44 PM Bug #5691 (Closed): rb_path2class raises a NameError if a constant in the path exists on toplevel
- This issue was solved with changeset r33909.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
10:21 PM Bug #5691 (Closed): rb_path2class raises a NameError if a constant in the path exists on toplevel
- An exception from rb_path2class differs on strange context.
% ./ruby -r./spec/rubyspec/optional/capi/ext/class_spe... -
11:31 PM Feature #5562: Improvement of Windows IO performance
- Additionally, I used Luis's patch of #5681 for build.
I skipped the following two test.
TestRequire#test_require_... -
11:24 PM Feature #5562: Improvement of Windows IO performance
- I updated a patch against trunk@33908.
Patched ruby passed "make test" with no failures.
Here are test-all resu... -
10:17 PM Revision 0d0bd164 (git): * configure.in: add sys/prctl.h test.
- * thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) to change
thread name. It may help to debug.
git-svn-id... -
06:24 PM Feature #5690: Module#qualified_const_get
- Hi,
In message "Re: [ruby-core:41408] Re: [ruby-trunk - Bug #5690][Open] Module#qualified_const_get"
on Wed, ... -
03:23 PM Feature #5690: Module#qualified_const_get
- Hi,
In message "Re: [ruby-core:41404] [ruby-trunk - Bug #5690][Open] Module#qualified_const_get"
on Wed, 30 N... -
12:13 PM Feature #5690 (Assigned): Module#qualified_const_get
-
12:10 PM Feature #5690 (Closed): Module#qualified_const_get
- It would be great if there was a way to dynamically load a constant path:
```ruby
module Foo
module Bar
m... -
03:23 PM Bug #5689: class variables inside of instance methods inside of "class_eval"
- まつもと ゆきひろです
In message "Re: [ruby-dev:44907] [ruby-trunk - Bug #5689] class variables inside of instance method... -
01:13 PM Bug #5689: class variables inside of instance methods inside of "class_eval"
- Shyouhei Urabe wrote:
> インスタンスメソッドの中から他のクラスのクラス変数が見えるというのはいかにもまずそうに思うのですが、以下の挙動は意図的ですか。
>
> zsh % ~/target/trunk/... -
11:32 AM Bug #5689 (Rejected): class variables inside of instance methods inside of "class_eval"
- インスタンスメソッドの中から他のクラスのクラス変数が見えるというのはいかにもまずそうに思うのですが、以下の挙動は意図的ですか。
zsh % ~/target/trunk/bin/ruby -ve'
class Klass
... - 03:19 PM Revision 5ee348fd (git): * 2011-12-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 PM Revision 4c5c26ce (git): Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:44 PM Revision f6f45343 (git): * variable.c (rb_path2class): don't raise NameError when the middle
- constant of the path is not defined but defined on toplevel.
[ruby-core:41410] [Bug #5691]
git-svn-id: svn+ssh://c... -
11:03 AM Revision ed73a902 (git): transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:25 AM Feature #5666: Make rb_path2class public
- Yehuda Katz wrote:
> While we're at it, can we create a version of this exposed to Ruby?
>
> Something like Modul... -
09:23 AM Revision 5ce73b51 (git): merge revision(s) r33613:
- * complex.c (nucomp_rationalize): fix function. [ruby-core:40667]
[Bug #5546]
git-svn-id: svn+ssh://ci.r... -
06:26 AM Bug #5659: bug releasing a gem created with rails 3.1
- Vinicius Gati wrote:
> I updated the gist with the 1.9.3-p0 log error
>
> $ openssl version
> OpenSSL 1.0.0e 6 S... -
06:13 AM Bug #5659: bug releasing a gem created with rails 3.1
- I paste the 1.9.3-p0 bug in another gist
https://gist.github.com/1406528 -
04:36 AM Bug #5568 (Assigned): IO#set_encoding ignores internal when the same as external only when specified as "ext:int"
-
03:15 AM Bug #5568: IO#set_encoding ignores internal when the same as external only when specified as "ext:int"
- Why is there a difference in behavior when the arguments are different? In other words, ("ext:int") and (ext, int) do...
-
03:32 AM Revision 1d234a16 (git): * test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 AM Revision 6a894686 (git): Fix r33904.
- It breaks following tests if RUBYOPT=-w
* test_class_build(TestGemExtExtConfBuilder)
* test_class_build_rbconfig_make... -
12:57 AM Revision 8b7ecdc1 (git): * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake or
- FileUtils.
* test/ruby/test_module.rb: Hide MakeMakefile's inclusion in Object
git-svn-id: svn+ssh://ci.ruby-lang.... -
12:21 AM Revision 58398d51 (git): merge revision(s) 33775:
- * ext/psych/lib/psych.rb (load_file): make sure opened yaml files are
also closed. [ruby-core:41088]
git-s... - 12:13 AM Revision 434a5f93 (git): * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline chars
- on Windows.
see https://github.com/rdoc/rdoc/issues/87
* test/rdoc/test_rdoc_markup_pre_process.rb
(TestRDocMark... - 12:10 AM Revision b62aadf0 (git): * 2011-11-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 AM Revision 0df90074 (git): * ext/psych/parser.c (parse): parse method can take an option file
- name for use in exception messages.
* test/psych/test_parser.rb: corresponding tests.
git-svn-id: svn+ssh://ci.ruby-...
11/29/2011
-
09:13 PM Bug #5568 (Rejected): IO#set_encoding ignores internal when the same as external only when specified as "ext:int"
- Current behavior is correct.
It means the specifying internal encoding won't effect until external encoding is changed. -
08:32 PM Feature #5663: Combined map/select method
- Hi Alexey,
Yes, I know about this. What José Valim suggested (well, he actually wondered, since he doesn't believe... -
08:30 AM Feature #5663: Combined map/select method
- Rodrigo Rosenfeld Rosas wrote:
> Em 25-11-2011 01:00, Nobuyoshi Nakada escreveu:
> > Issue #5663 has been updated by... -
08:10 PM Bug #5685 (Rejected): Oniguruma does not recognize U+30FC as Katakana
- \p{Katakana} refers Script=Katakana, not Block=Katakana.
So current behavior is correct.
See also
http://unicode... -
01:10 PM Bug #5685 (Rejected): Oniguruma does not recognize U+30FC as Katakana
- The character U+30FC KATAKANA-HIRAGANA PROLONGED SOUND MARK (Japanese choonpu) belongs to the Unicode Katakana block ...
-
07:03 PM Bug #5688 (Closed): Solaris10 で spawn を繰り返すとメモリリークする
- Solaris10 で spawn を繰り返すとメモリリークします。
Ruby は Solaris の gcc でビルドしています。32bit でも 64bit でも結果は同じでした。
1.9.2-p180(64bit), 1.9... -
06:04 PM Revision 72fba570 (git): merge revision(s) 33198,33199:
- * numeric.c (flo_round): Fix criteria for 32 bits platform
part 2 of [bug #5276]
* numeric.c (dbl2... -
05:39 PM Revision 68336beb (git): merge revision(s) 33158,33185,33186:
- * numeric.c (flo_round): substitute machine dependent magic number.
* numeric.c (flo_round): Make Float#roun... -
05:29 PM Revision ee490943 (git): merge revision(s) 33183,33185:
- * numeric.c (int_round): Integer#round always returns an Integer [Bug
#5271]
git-svn-id: svn+ssh://ci.rub... -
01:44 PM Bug #5686 (Rejected): compile error for ext/tk/tcltklib.c: ‘ruby_errinfo’ undeclared
- When compiling ruby trunk, I get a compile error for ext/tk/tcltklib.c
(see below). When I do
> grep ruby_errinfo... -
11:35 AM Bug #5684 (Rejected): [[Ruby 1.9:]] Socket doesn't respect default external encoding
- When receiving data from a TCPSocket (as in client.rb, attached), the default internal encoding specified by the -E o...
-
11:09 AM Bug #5490: Bignum#div(0.0) raises FloatDomainError instead of ZeroDivisionError
- Is this going to be backported to 1.9? The RubySpecs were changed with a ruby_version_is guard, which would be incorr...
-
11:08 AM Feature #5654: Introduce global lock to avoid concurrent require
- As guys already said all the caveats I can think of are less important than allowing concurrent file loading
-
08:42 AM Revision 302b6f6e (git): Don't break tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:54 AM Feature #5658 (Closed): Wrap mkmf.rb in a module to clean up documentation
- This issue was solved with changeset r33890.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
06:31 AM Bug #5625: Remove profanity and pejoratives
- Andrew Grimm wrote:
>
> If I had known that "tarded" was in source code when I was
> filing the original bug repo... -
05:53 AM Feature #5677: IO C API
- Martin Bosslet <[email protected]> wrote:
> Eric Wong wrote:
> > Martin Bosslet <Martin.Bosslet@goog... -
04:12 AM Feature #5678: StringIO#to_str
- Yukihiro Matsumoto wrote:
> Hi,
> In message "Re: [ruby-core:41354] [ruby-trunk - Feature #5678][Closed] StringIO#... -
01:23 AM Bug #5681: Conflcting types for rb_w32_inet_ntop caused by duplicate definition under MinGW
- Hello,
In message "[ruby-core:41375] Re: [ruby-trunk - Bug #5681][Open] Conflcting types for rb_w32_inet_ntop c... -
12:23 AM Bug #5681: Conflcting types for rb_w32_inet_ntop caused by duplicate definition under MinGW
- On Mon, Nov 28, 2011 at 12:15 PM, KOSAKI Motohiro
<[email protected]> wrote:
>
> Why win32.h don't turn o... -
12:23 AM Bug #5681: Conflcting types for rb_w32_inet_ntop caused by duplicate definition under MinGW
- 2011/11/28 Luis Lavena <[email protected]>:
>
> Issue #5681 has been reported by Luis Lavena.
>
> -----------... -
12:06 AM Bug #5681 (Closed): Conflcting types for rb_w32_inet_ntop caused by duplicate definition under MinGW
- MinGW 4.5.2 (TDM builds), building against trunk (r33885) is causing the following error:...
-
01:08 AM Revision 2ba24727 (git): * lib/mkmf.rb: Fix indentations of constants at end of module.
- Document some constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:58 AM Revision 82d138f7 (git): * io.c (rb_write_error2): suppress unused variable warning.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Revision 9fe88af9 (git): * win32/win32.c (rb_w32_inet_ntop): constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Revision 4659b00b (git): * parse.y (nodetype, nodeline): suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:23 AM Bug #5679: Too many arguments for format warnings on mingw32 build
- > Anyhow, I think this is coming from printf implementation of MinGW:
>
> http://gcc.gnu.org/bugzilla/show_bug.c... -
12:23 AM Bug #5679: Too many arguments for format warnings on mingw32 build
- On Mon, Nov 28, 2011 at 11:56 AM, KOSAKI Motohiro
<[email protected]> wrote:
>> I can see the following wa... -
12:14 AM Bug #5598 (Closed): man pages are in mdoc format
- This issue was solved with changeset r33886.
Rainer, thank you for reporting this issue.
Your contribution to Ruby is...
11/28/2011
-
11:59 PM Bug #5679: Too many arguments for format warnings on mingw32 build
- > I can see the following warnings during mingw32 build.
>
> gc.c: In function 'gc_profile_result':
> gc.c:358... -
02:28 PM Bug #5679 (Closed): Too many arguments for format warnings on mingw32 build
- I can see the following warnings during mingw32 build.
gc.c: In function 'gc_profile_result':
gc.c:3581:4: warnin... -
11:45 PM Revision b1f1e46c (git): * lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 PM Feature #5562: Improvement of Windows IO performance
- > Hiroshi Shirosaki: can you upload a newer patch against latest trunk?
Yes, I'll update a patch. It takes some... -
10:23 AM Feature #5562: Improvement of Windows IO performance
- Hello,
In message "[ruby-core:41331] [ruby-trunk - Feature #5562] Improvement of Windows IO performance"
... -
10:29 PM Bug #5194: exceptions caught compiling with clang 2.1 on OSX 10.7
- Same problem on my iMac, which has been upgraded from Leopard.
Xcode 4.2 and "--with-gcc=clang".
-
10:23 PM Bug #5625: Remove profanity and pejoratives
- On Mon, Nov 28, 2011 at 13:43, Andrew Grimm <[email protected]> wrote:
> I had assumed that the person(s) ... -
09:43 PM Bug #5625: Remove profanity and pejoratives
- Eric Hodel wrote:
> I've looked through two of your patches and if we're going to remove profanity then let's not si... -
09:54 PM Revision 194882cc (git): * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Object
- documentation. [Ruby 1.9 - Feature #5658]
* ext/extmk.rb: Use MakeMakefile::CONFIG instead of Object::CONFIG
* test... -
09:53 PM Feature #5663: Combined map/select method
- Em 27-11-2011 23:59, Nobuyoshi Nakada escreveu:
> ...
>> Anyway, I still didn't understand why (1..10).grep(&:ev... -
11:23 AM Feature #5663: Combined map/select method
- Hi,
(11/11/28 10:05), Rodrigo Rosenfeld Rosas wrote:
>> &expr calls #to_proc method on the result of expr, to... -
10:23 AM Feature #5663: Combined map/select method
- Em 25-11-2011 01:00, Nobuyoshi Nakada escreveu:
> Issue #5663 has been updated by Nobuyoshi Nakada.
>
>
> Ro... -
08:09 PM Bug #5680 (Rejected): IPPROTO_GGP undeclared when compiling ext/socket/constants.c
- On Cygwin, with an unmodified checkout of trunk, I get an error when compiling ext/socket/constants.c, as below.
I'm... -
07:23 PM Bug #4409: DRb: discrepency between DRb.here? and DRb.uri leads to failure to dereference a DrbObject
- Nicolas, thank you for reporting this issue - http://roofracksforvan.com
-
07:23 PM Feature #5678: StringIO#to_str
- Hi,
In message "Re: [ruby-core:41354] [ruby-trunk - Feature #5678][Closed] StringIO#to_str"
on Mon, 28 Nov 2... -
06:59 PM Feature #5678: StringIO#to_str
- On Mon, Nov 28, 2011 at 07:16, Yukihiro Matsumoto <[email protected]> wrote:
> In message "Re: [ruby-core:41347]... -
06:50 PM Feature #5678 (Closed): StringIO#to_str
- Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:41347] [ruby-trunk - Feature #5678] StringIO#to_... -
03:23 PM Feature #5678: StringIO#to_str
- Hi,
In message "Re: [ruby-core:41347] [ruby-trunk - Feature #5678] StringIO#to_str"
on Mon, 28 Nov 2011 1... -
11:16 AM Feature #5678: StringIO#to_str
- Nobuyoshi Nakada wrote:
> Martin Bosslet wrote:
> > The following raises an error currently:
> >
> > require '... -
10:51 AM Feature #5678 (Feedback): StringIO#to_str
- Martin Bosslet wrote:
> The following raises an error currently:
>
> require 'stringio'
> require 'openssl'
... -
09:52 AM Feature #5678 (Closed): StringIO#to_str
- The following raises an error currently:
require 'stringio'
require 'openssl'
io = StringIO.new(OpenSSL:... -
07:19 PM Feature #5677: IO C API
- Eric Wong wrote:
First off, thanks for your comments.
> Martin Bosslet <[email protected]> wrote:
... -
02:23 PM Feature #5677: IO C API
- Martin Bosslet <[email protected]> wrote:
> This is related to the proposal in [ruby-core:41321][1].
... -
08:25 AM Feature #5677 (Rejected): IO C API
- This is related to the proposal in [ruby-core:41321][1].
I'd like to take advantage of streaming IO in an extensio... -
05:44 PM Revision 22702f92 (git): * include/ruby/win32.h (GetCurrentThreadHandle): remove unused API.
- follow r33881.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:36 PM Revision 97c3d78c (git): * ChangeLog: fix some typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:14 PM Revision 2ffeb686 (git): * 2011-11-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 0f7e05a0 (git): * common.mk (INSTRUBY_ARGS): added --mantype to apply mdoc2man.rb
- to man pages. Fixes #5598.
(do-install-nodoc, do-install-local, do-install-man,
dont-install-nodoc, dont-install... - 01:28 PM Revision 81ef9c66 (git): * test/rake/test_rake_directory_task.rb
- (TestRakeDirectoryTask#test_directory_win32): shouldn't create any
file/directory on root directory. create on @te... -
10:36 AM Bug #5675 (Closed): [mingw] static build fails due to socket extension build failure
- This issue was solved with changeset r33876.
Jon, thank you for reporting this issue.
Your contribution to Ruby is gr... -
01:53 AM Bug #5675: [mingw] static build fails due to socket extension build failure
- >> Why doesn't socket.c include "ruby/win32.h"? Â I apologize if I ask
>> dumb question.
>
> Not a dumb question,... -
12:53 AM Bug #5675: [mingw] static build fails due to socket extension build failure
- On Sun, Nov 27, 2011 at 12:41 PM, KOSAKI Motohiro
<[email protected]> wrote:
>
> Why doesn't socket.c inc... -
12:53 AM Bug #5675: [mingw] static build fails due to socket extension build failure
- 2011/11/27 Luis Lavena <[email protected]>:
> On Sun, Nov 27, 2011 at 4:11 AM, KOSAKI Motohiro
> <kosaki.moto... -
10:25 AM Bug #5674: [mingw] build failure due to win/win32.c `rb_w32_getc`
- kosaki-san, you don't have to revert.
re-commit them. -
09:11 AM Bug #5676 (Closed): miniruby linking error: undefined reference to ___stack_chk_guard
- r33863
-
03:57 AM Revision fb8ff8de (git): * io.c (rb_write_error2): fwrite() returns ssize_t.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:49 AM Revision 4d6de2f7 (git): * parse.y (nodetype, nodeline): static. these functions are for
- debugging, and not intend to be public.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33883 b2dd03c8-39d4-4d8f-... - 03:38 AM Revision 2d0c17d4 (git): * gc.c (initial_params): static. it seems to be forgetten at r33501.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:33 AM Revision 2d6a401e (git): * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): remove
- unused old API.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:29 AM Revision 70edc47d (git): * win32/mkexports.rb (Exports#initialize): remove old symbol name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 AM Revision b0381723 (git): * win32/mkexports.rb (Exports#read_substitution): need to read
- from subst.h too. [Bug #5675]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33879 b2dd03c8-39d4-4d8f-98ff-823fe... - 02:47 AM Revision 02f9b4d6 (git): * io.c (rb_io_flush): release GVL during fsync() on Windows.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:00 AM Revision d81c2077 (git): * include/ruby/subst.h: typo of r33876.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:36 AM Revision 1510ad86 (git): * include/ruby/subst.h: moved Windows specific substitions from
- win32.h.
* ext/socket/rubysocket.h: include ruby/subst.h. [Bug #5675]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... - 01:23 AM Revision 61b3acd5 (git): * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move the
- definitions from config.h to win32.c. I dared to have left such
macros, for other future compiler support.
[ruby... - 12:33 AM Revision 4ccc50f4 (git): * 2011-11-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:33 AM Revision 5bc28059 (git): * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]
- * test/ruby/test_file.rb (TestFile#test_chmod_m17n): test of above bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
Also available in: Atom