Activity
From 07/11/2012 to 07/17/2012
07/17/2012
- 11:04 PM Revision 08f46f08 (git): Wed Jul 18 08:01:10 2012 Takeyuki FUJIOKA <[email protected]>
- * test/rss/test_dublincore.rb: update test for CGI.escapeHTML.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@364... - 11:04 PM Revision c47cca2f (git): Wed Jul 18 07:59:29 2012 Takeyuki FUJIOKA <[email protected]>
- * lib/cgi/util.rb (CGI.escapeHTML,unescapeHTML): Add ' for HTML5 escaping.
[Feature #6620]
git-svn-id: svn+... -
08:30 PM Bug #6645: Segmentation fault in net/http.rb
- sorry for my late reply.
It was a bit difficult for me to reproduce this problem with a minimal set of code, and h... -
07:07 PM Revision ba2ed2ed (git): Add documentation about Array#join(nil). [Bug#5915]
- We talked about this and it is like following:
* maybe ary.join(nil) should always use empty string as a separator,
... -
06:08 PM Revision 85dc1ab2 (git): Add tests for r36415.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 PM Bug #6746 (Assigned): test_bind_to_local_host(TestNetHTTPLocalBind) fails.
- このテストは [Feature #6617] に対するもので、HTTP 接続時にローカル側のホストとポートを指定するためのものです。
r36416 で適切な IPv6 アドレスが CONFIG に設定されていればテストが通るようにし... -
05:41 PM Bug #6746 (Closed): test_bind_to_local_host(TestNetHTTPLocalBind) fails.
- This issue was solved with changeset r36416.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby ... -
02:45 PM Bug #6746 (Closed): test_bind_to_local_host(TestNetHTTPLocalBind) fails.
- 手元の環境でtest_bind_to_local_host(TestNetHTTPLocalBind)が失敗しています。
55) Error:
test_bind_to_local_host(TestNetHTTPLocalB... -
04:47 PM Bug #5694 (Closed): Proc#arity doesn't take optional arguments into account.
- This issue was solved with changeset r36415.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
01:21 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- matz (Yukihiro Matsumoto) wrote:
> Because non-lambda proc and lamdba behave differently.
> You can blame me about ... -
12:50 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Because non-lambda proc and lamdba behave differently.
You can blame me about inconsistency. I should have designed ... -
12:39 AM Bug #5694 (Open): Proc#arity doesn't take optional arguments into account.
- Hi,
akr (Akira Tanaka) wrote:
> We discussed this issue at a developer meeting.
> We have consensus that lambda ... -
12:19 AM Bug #5694 (Closed): Proc#arity doesn't take optional arguments into account.
- This issue was solved with changeset r36411.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... - 04:13 PM Revision 3d68a736 (git): * 2012-07-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:13 PM Revision b69f55a6 (git): * lib/open-uri.rb: delete space.
- * test/psych/test_alias_and_anchor.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36418 b2dd03c8-39d4-... -
01:17 PM Revision cb0d4805 (git): * lib/open-uri.rb: call io.close! for Tempfile.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- まつもと ゆきひろです
In message "Re: [ruby-dev:45967] Re: [ruby-trunk - Feature #6587] proposal: adding new methods File... -
11:10 AM Feature #6587 (Rejected): proposal: adding new methods File.rootname and Pathname#rootname
-
10:53 AM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- こんにちは、なかむら(う)です。
In message "[ruby-dev:45944] [ruby-trunk - Feature #6587] proposal: adding new methods File.ro... -
11:12 AM Feature #6737: Add Hash#read and alias as #[].
- =begin
Oh, thanks Shyouhei. That is very helpful breakdown. So I infer then, #[] (aka read) can be defined via #fetc... -
07:10 AM Feature #6737: Add Hash#read and alias as #[].
- trans (Thomas Sawyer) wrote:
> Has #fetch always had second default argument?
I think so.
> Although... I imag... -
09:27 AM Feature #6735: curses: support linking against pdcurses
- Thanks for your time and details Thomas.
However, as mentioned in my previous comment, ncurses does not compile pr... -
08:57 AM Feature #4788: resolv.rb refactoring
- @ioquatix isn't the only one who's interested in it (read: me too).
-
08:41 AM Revision da74f0f4 (git): Support IPv6 address. [Bug #6746]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:53 AM Feature #6731: add new method "Object.present?" as a counter to #empty?
- Hum, wouldn't this conflict with Rails? In Rails, " ".present? is
falseclass Object
>
> def present?... -
07:47 AM Revision c2bcae86 (git): * proc.c (rb_proc_arity): return normal value (not -n-1) if it is not
- a labmda, or it is a labmda and no arg_opts. [Bug #5694]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36415 b2d... -
07:35 AM Bug #6745: Segmentation fault in postgresql_adapter.rb:607
- You can install Ruby yourself:
cd ruby
autoconf
configure --prefix=/tmp
make & make install -
07:16 AM Bug #6745 (Third Party's Issue): Segmentation fault in postgresql_adapter.rb:607
- I can reproduce the bug, but it only occurs in a script that I can't share. Fails each time in 1.9.3-p194. Attempted ...
-
06:20 AM Feature #6744 (Feedback): ruby unable to run system commands that require elevated privileges
- Examples, download this file:
http://sourceforge.net/projects/smplayer/files/SMPlayer/0.6.9/smplayer-0.6.9-win32.exe... -
02:52 AM Bug #6743: Add documentation for debug library
- https://github.com/ruby/ruby/pull/146
-
02:51 AM Bug #6743 (Closed): Add documentation for debug library
- Added initial documentation for the library.
I've refactored DEBUGGER__ to Debugger so that it can appear in the d... -
02:48 AM Bug #6742: Emacs compilation-shell-minor-mode misconfiguration
- Somehow I managed to avoid including the patch file. Let's try that again.
-
02:30 AM Bug #6742 (Closed): Emacs compilation-shell-minor-mode misconfiguration
- In the definition of inferior-ruby-mode, compilation-shell-minor-mode is enabled before it's variables are set. The w...
-
02:06 AM Bug #6719: Documentation Error for String.sub()
- I think this needs to be resubmitted without all the reformatting.
07/16/2012
-
11:48 PM Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
- matz (Yukihiro Matsumoto) wrote:
> The trailing nil must be a bug.
Was there a reason to change the behavior of `... -
11:45 PM Feature #6739 (Feedback): One-line rescue statement should support specifying an exception class
- A `rescue` clause (non-modifier) can be followed by arbitrary expressions which would return a class or a module,
so... -
06:49 AM Feature #6739 (Feedback): One-line rescue statement should support specifying an exception class
- Hi there,
When wrapping up a single line inside a `begin`/`rescue` block I feel constantly annoyed that I have to ... -
10:52 PM Bug #6741 (Closed): (1 << 103).to_f.to_s is "10141204801825835000000000000000.0"
- This issue was solved with changeset r36409.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:07 PM Bug #6741 (Closed): (1 << 103).to_f.to_s is "10141204801825835000000000000000.0"
- 気がついたのですが、Float#to_s が実際には 0 でない桁を 0 とした文字列を生成することがあります。
% ./ruby -ve '1.upto(200) {|i| p [i, (1 << i).to_f.to_s... -
10:42 PM Feature #4788: resolv.rb refactoring
- *Bump*
-
10:08 PM Bug #6740 (Closed): [readline] RDoc for basic_word_break_characters
- This issue was solved with changeset r36408.
Nobuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
09:30 AM Bug #6740 (Closed): [readline] RDoc for basic_word_break_characters
- Default characters of basic_word_break_characters include a space (" ").
http://git.savannah.gnu.org/cgit/bash.git/t... -
08:31 PM Feature #6737: Add Hash#read and alias as #[].
- @shyouhei
Well, you learn something new every day! Has #fetch always had second default argument?
I think that can... -
08:21 PM Feature #6737: Add Hash#read and alias as #[].
- @dbrian In part I wanted to submit this on it's own merits as well. I hesitated to even bring up #6442. I personally ...
-
03:58 PM Feature #6737: Add Hash#read and alias as #[].
- #fetch takes optional second argument. Tell us how inefficient it is.
-
02:41 PM Feature #6737 (Feedback): Add Hash#read and alias as #[].
- Based on the note in #6442, it is probably best you submit patches related to that feature request (such as this one ...
-
05:25 AM Feature #6737: Add Hash#read and alias as #[].
- > What is wrong with #fetch ?
There's one important difference, `#fetch` raises an error when a key isn't present, w... -
04:53 AM Feature #6737: Add Hash#read and alias as #[].
- What is wrong with #fetch?
-
02:08 AM Feature #6737 (Feedback): Add Hash#read and alias as #[].
- Just, generally speaking it is nice to have a word named method for things when that suites readability better. Most ...
-
07:00 PM Revision 7d1f53e7 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchors
- are properly referenced. Patched by Joe Rafaniello via Github:
https://github.com/tenderlove/psych/pull/69
* ext/... -
06:09 PM Bug #3589 (Closed): Converting Bignums to Float for equality checks is wrong
- This issue was solved with changeset r36404.
Tomasz, thank you for reporting this issue.
Your contribution to Ruby is... -
05:15 PM Bug #6708 (Closed): Remove useless parameter
- This issue was solved with changeset r36400.
Oscar, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:02 PM Feature #6183: Enumerator::Lazy performance issue
- Here's an update:
Finally I've fixed the last test for Enumerator::Lazy#inspect - now it supports procs chaining too... - 03:28 PM Revision 43395d53 (git): Revert of r36411, as does not distinguish proc from lambda
- * proc.c (rb_proc_arity): Fix Proc#arity in case of optional arguments
[bug #5694] [rubyspec:b8b259] [rubyspec:184c... - 03:19 PM Revision 1e18c8eb (git): * 2012-07-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:19 PM Revision 466f7f6c (git): Revert r33924.
- * proc.c (rb_proc_arity): Fix Proc#arity in case of optional arguments
[bug #5694] [rubyspec:b8b259] [rubyspec:184c... -
02:30 PM Revision fae19d62 (git): * bignum.c (rb_integer_float_cmp): use FIXNUM_MIN and FIXNUM_MAX,
- instead of LONG_MIN and LONG_MAX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36410 b2dd03c8-39d4-4d8f-98ff-... -
01:52 PM Revision 0e2aa330 (git): * numeric.c (flo_to_s): use the exponential form if the integer part
- is longer than or equal DBL_DIG.
[ruby-dev:45960] [ruby-trunk - Bug #6741]
git-svn-id: svn+ssh://ci.ruby-lang.or... -
01:08 PM Revision e985c49e (git): * ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 AM Revision 04f09ef8 (git): * bignum.c (rb_integer_float_eq): new function.
- (rb_big_eq): use rb_integer_float_eq.
* internal.h (rb_integer_float_eq): declared.
* numeric.c (flo_eq): use rb_in... -
10:02 AM Revision 858a832d (git): * bignum.c (rb_integer_float_cmp): rename a local variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:54 AM Feature #6735: curses: support linking against pdcurses
- Actually the page on gnu.org is a copy (with some minor changes) of the file on my site.
I see that my faq didn't pr... -
09:41 AM Revision cf469774 (git): * bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp.
- * internal.h: follow the above change.
* numeric.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3640... -
09:08 AM Revision 94735e9e (git): * bignum.c (rb_big_float_cmp): compare an integer and float precisely.
- [ruby-core:31376] [Bug #3589] reported by Tomasz Wegrzanowski.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36... -
08:44 AM Revision 984729ba (git): * bignum.c (rb_big_float_cmp): support fixnum for argument x.
- * numeric.c (fix_equal): use rb_big_float_cmp.
(fix_cmp): ditto.
(fix_gt): ditto.
(fix_ge): ditto.
(fix_lt): ... -
08:15 AM Revision 3fe481ae (git): fixed ChangeLog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 AM Revision d570a76c (git): * test/fileutils/test_fileutils.rb: add test for FileUtils#uptodate?
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 AM Revision e6021a1b (git): * lib/fileutils.rb (uptodate?): remove useless parameter.
- patched by Oscar Del Ben.[Bug #6708][ruby-core:46256]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36400 b2dd03... -
06:38 AM Revision 8d0b1c25 (git): * bignum.c (rb_big_eq): use rb_big_float_cmp.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:02 AM Revision 6dd65bb3 (git): * internal.h (rb_big_float_cmp): declared.
- * bignum.c (rb_big_float_cmp): extracted from rb_big_cmp and big_op.
(rb_big_cmp): use rb_big_float_cmp.
(big_op)... - 05:15 AM Revision 06e9e202 (git): * 2012-07-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:15 AM Revision 4cd00ffe (git): * bignum.c (enum big_op_t): new type.
- (big_op): use enum big_op_t.
(big_gt): ditto.
(big_ge): ditto.
(big_lt): ditto.
(big_le): ditto.
git-svn-i... -
05:10 AM Feature #6721: Object#yield_self
- drbrain (Eric Hodel) wrote:
> Your current names are less clear than using a local variable. Using a local variable ... -
03:00 AM Bug #6738: Typos / corrections in rdoc for Logger library
- =begin
Update examples for log format (especially time) to current Ruby version.
=end
-
02:19 AM Bug #6738 (Closed): Typos / corrections in rdoc for Logger library
- =begin
The attached patch fixes typos in the rdoc of lib/logger.rb.
=end
07/15/2012
-
10:59 PM Bug #6673 (Assigned): No longer able to run tests in parallel (-j2)
- Thanks, I'll take a look for this, but it may take long time to start investigating. sorry!
-
12:43 AM Bug #6673: No longer able to run tests in parallel (-j2)
- sorah (Shota Fukumori) wrote:
> I can't reproduce this on OS X, is this still reproducable?
>
Yes, this still r... -
10:31 PM Feature #6735 (Assigned): curses: support linking against pdcurses
- ThomasDickey (Thomas dickey) wrote:
> Actually, ncurses is "available" for Windows in the sense that it builds and
... -
07:44 PM Feature #6735: curses: support linking against pdcurses
- Actually, ncurses is "available" for Windows in the sense that it builds and
works there, using MinGW.
http://in... -
09:36 AM Feature #6735 (Closed): curses: support linking against pdcurses
- Hello,
On Windows, ncurses are not available. Instead we link against PDCurses when building RubyInstaller.
Exc... -
09:08 AM Feature #6721: Object#yield_self
- Your current names are less clear than using a local variable. Using a local variable reveals your intentions very c...
-
07:54 AM Feature #6721: Object#yield_self
- nobu (Nobuyoshi Nakada) wrote:
> I'm not against the feature itself, but don't like the name.
`#yield_to`, `#subm... -
06:27 AM Feature #6721: Object#yield_self
- I'm not against the feature itself, but don't like the name.
-
12:08 AM Feature #6721: Object#yield_self
- I've come up with some use case for illustration. I have also looked into the Ruby on Rails `Object#try` method beca...
07/14/2012
-
08:51 PM Bug #5887: The documentation of Module.constants is incorrect
- I think this description could be better.
On one hand I find a little surprising that the first sentence mentions ... -
08:36 PM Bug #5887 (Closed): The documentation of Module.constants is incorrect
- The document has been fixed already:
In the first form, returns an array of the names of all
constants accessib... -
03:51 PM Bug #5887: The documentation of Module.constants is incorrect
- Matz, do you think about it?
-
06:52 PM Feature #6707 (Assigned): Remove checks for Ruby 1.9 in trunk
- Per open-uri.rb, akr allowed me to merge it. WEBrick is OK, too.
Fujioka-san, is it OK for cgi.rb?
Seki-san, is i... -
06:50 PM Bug #3796 (Closed): make check fails on powerpc64 linux
- I believe this is done.
-
06:48 PM Feature #6643 (Assigned): io.seek(off, :end)
-
06:46 PM Bug #6732 (Assigned): documentation error in IPSocket#peeraddr
-
04:15 PM Bug #6732 (Closed): documentation error in IPSocket#peeraddr
- ri1.9.3 IPSocket#peeraddr
says
TCPSocket.open("www.ruby-lang.org", 80) {|sock|
p sock.peeraddr #=> ["AF_INET... -
06:46 PM Feature #6613 (Assigned): VT_RECORD, IRecordInfo Support in WIN32OLE
- Suketa-san, would you please comment to it?
-
06:44 PM Feature #6552 (Feedback): Enumerator::Generator:select should return another Enumerator::Generator
-
06:43 PM Feature #6583 (Assigned): Improve socket exception message when bind() fails
-
06:43 PM Feature #6586 (Assigned): debugger belongs to core
-
06:42 PM Bug #6726 (Assigned): Syslog crashes when the special %m tag (of syslog(3)) is present in the message
-
06:42 PM Feature #6724 (Assigned): waaaaaaant! (ISeq.load)
-
06:42 PM Bug #6719 (Assigned): Documentation Error for String.sub()
-
06:42 PM Feature #6714 (Assigned): Code injection framework
-
06:41 PM Feature #6638 (Assigned): Array as queue
-
06:41 PM Feature #6710 (Assigned): new special binding specifier :isolated
-
06:40 PM Feature #6695 (Assigned): Configuration for Thread/Fiber creation
-
06:40 PM Feature #6694 (Assigned): Thread.new without block.
-
06:39 PM Bug #6691 (Assigned): MinGW: KNOWNBUGS.rb 4/4 failures
-
06:39 PM Bug #6677 (Assigned): Bignum#== and Float#== should be symmetric
-
06:39 PM Bug #6674 (Assigned): 1.9 parser regression: not ()
-
05:10 PM Bug #6674: 1.9 parser regression: not ()
- I accept the fix. Please check in.
Matz.
-
06:38 PM Bug #6657 (Assigned): IRB.fail
-
06:38 PM Feature #5482: Rubinius as basis for Ruby 2.0
- +1
-
06:38 PM Feature #6649 (Assigned): Add new set_trace_func events "b-call", "b-return"
-
06:38 PM Bug #6623 (Assigned): Tracer output does not use Tracer.stdout
-
06:38 PM Feature #6622 (Assigned): Add <, >, <=, >= to Set
-
06:37 PM Bug #6610 (Assigned): Fix Benchmark.benchmark output with an empty caption
-
06:37 PM Bug #6608 (Assigned): File.join behavior
-
06:36 PM Feature #6602 (Assigned): Tail call optimization: enable by default?
-
06:36 PM Bug #6592 (Assigned): test_call_double(DL::TestDL) fails on ARM HardFP
-
06:36 PM Feature #6590 (Assigned): Dealing with bigdecimal, etc gems in JRuby
-
06:35 PM Feature #6589 (Assigned): Set#rehash
-
06:35 PM Feature #6588 (Assigned): Set#intersect?
-
06:34 PM Bug #6124 (Assigned): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
-
06:33 PM Bug #6729: Error message and stack trace during first time run of rails new APPNAME
- mrkn (Kenta Murata) wrote:
> Are you using Apple's openssl?
> It is not usable.
> You should install another opens... -
06:31 PM Bug #6729 (Closed): Error message and stack trace during first time run of rails new APPNAME
- Are you using Apple's openssl?
It is not usable.
You should install another openssl from homebrew or macports.
-
11:14 AM Bug #6729 (Closed): Error message and stack trace during first time run of rails new APPNAME
- Error reported during rails new APPNAME:
miishka:Projects tamara$ rails new mycomics.rails
(See attached file b... -
06:27 PM Bug #6728 (Assigned): LIBPATH instead of SHLIB_PATH for AIX
-
10:59 AM Bug #6728 (Closed): LIBPATH instead of SHLIB_PATH for AIX
- AIX uses LIBPATH instead of SHLIB_PATH
configure.in around line 2114 should be changed from:
... -
06:26 PM Bug #6718 (Feedback): ruby segfault in abstract_mysql_adapter.rb when trying to run from command-line
-
06:25 PM Bug #6716 (Assigned): FileUtils.mv でリンク先がないシンボリックリンクファイルを指定すると ENOENT エラーになる
-
06:24 PM Bug #6715 (Rejected): Dir.mktmpdir fails if you delete it yourself
-
06:23 PM Bug #6715: Dir.mktmpdir fails if you delete it yourself
- 2012/7/10 mitchellh (Mitchell Hashimoto) <[email protected]>:
> Dir.mktmpdir when given a block will c... -
06:21 PM Bug #6708 (Assigned): Remove useless parameter
-
06:20 PM Bug #6704 (Feedback): Random core dump
-
06:18 PM Bug #6203 (Closed): Array#values_at does not handle ranges with end index past the end of the array
- This issue was solved with changeset r36393.
Mark, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:26 PM Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
- The trailing nil must be a bug.
Matz.
-
06:18 PM Bug #6703 (Assigned): openssl: using a newly registered extension
-
06:17 PM Bug #6699 (Closed): rb_barrier_wait() gets blocked when running within a Thread.new { }
-
06:15 PM Bug #6673 (Feedback): No longer able to run tests in parallel (-j2)
-
06:15 PM Bug #6673: No longer able to run tests in parallel (-j2)
- I can't reproduce this on OS X, is this still reproducable?
If you can still reproduce this on trunk, I'll prepare... -
06:15 PM Bug #6692 (Assigned): TestSocket::test_udp_server always fails on OS X with Back to my Mac enabled
-
06:11 PM Feature #6647 (Assigned): Exceptions raised in threads should be logged
- Discussions ad CRuby dev meeting at 14th July.
* We can understand the requirement. (We understood that the requi... -
06:10 PM Bug #6653 (Feedback): 1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections
-
06:06 PM Feature #6733 (Open): New inspect framework
- After we discussed http://bugs.ruby-lang.org/issues/6291 at a developer meeting,
we re-realized new inspect framewor... -
05:46 PM Bug #6577 (Assigned): GC中にstack overflowが発生するとSEGVする
-
05:45 PM Bug #6291 (Closed): Backtrace printout halts for an extremely long time when large amounts of data are allocated
- This one is not easy to fix.
We try to address it by improving #inspect, but we cannot make promise.
Matz.
-
05:31 PM Bug #6706 (Closed): Improve documentation for Continuation
- This issue was solved with changeset r36392.
Oscar, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:08 PM Bug #5406 (Closed): inconsistent odd-length array rejection in Hash[*ary] vs Hash[ary]
- This issue was solved with changeset r36391.
Suraj, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:12 PM Bug #5406: inconsistent odd-length array rejection in Hash[*ary] vs Hash[ary]
- Hash[](ary) should raise an exception, when invalid input comes.
Matz.
-
05:07 PM Bug #6195 (Rejected): String#[] に逆順の Range を渡した場合の挙動
- 本人も取り下げたようなのでリジェクトします。
Matz.
-
04:56 PM Bug #6730 (Rejected): last method not really returning last element of range
- This is by design, please check the documentation before filing a bug:
$ ri Range#last
Range#last
(from ruby c... -
01:59 PM Bug #6730 (Rejected): last method not really returning last element of range
- 1.9.2p320 :001 > (0...5).each {|n| p n}
0
1
2
3
4
=> 0...5
1.9.2p320 :002 > (0...5).last(2)
=> [3, 4]
1.... -
04:44 PM Bug #6087: How should inherited methods deal with return values of their own subclass?
- Array methods should return consistent values.
But we keep the behavior for now to maintain compatibility.
We will ... - 04:43 PM Revision 051799b6 (git): * 2012-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:43 PM Revision 92bf8516 (git): fix indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:41 PM Bug #5811 (Feedback): Ruby Process Deadlocks With Fork on Mac OS X Lion
- I need Gemfile to run your test.rb.
Please attach it. -
04:24 PM Bug #6086 (Rejected): Number of arguments and named parameters
- Even though I understand the point, I am against the expression "(1 for 0 **)".
So until some one come up with bette... -
04:17 PM Bug #6039 (Rejected): lambda vs proc; #to_ary w/ splat bug
- This behavior is intended.
-
04:16 PM Bug #6067 (Closed): Conditional assignment of a nested constant raises a SyntaxError
-
04:15 PM Bug #6067: Conditional assignment of a nested constant raises a SyntaxError
- Closing as a duplicate, since #5449 was confirmed as a bug by Matz. #5449 will fix it.
-
04:11 PM Bug #5915: Array#join with explicit nil should not use $,
- matz said this is documentation bug.
I'll fix it. -
04:04 PM Bug #5902 (Closed): Array#join with an unused, infected separator may or may not infect the result
- This issue was solved with changeset r36381.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:50 PM Bug #5694: Proc#arity doesn't take optional arguments into account.
- We discussed this issue at a developer meeting.
We have consensus that lambda {...}.arity should behave as Method#ar... -
03:39 PM Feature #6731: add new method "Object.present?" as a counter to #empty?
- Adding "presentation" txt file.
-
03:37 PM Feature #6731 (Rejected): add new method "Object.present?" as a counter to #empty?
- Basically Object#present? , "An object is present if it’s not #empty?" [2]
or, in other words, "is there any data in... -
03:30 PM Bug #5449: nested constant opasign not working
- matz said that it should not raise an error.
-
03:08 PM Bug #4971: Module#class_variables
- あ、気がついてなかった。constantsと同じような挙動を希望します。
って言ったら中田さんがやってくれるかな。
-
03:05 PM Bug #4577 (Rejected): (int...float).max should not raise an error
- After the discussion with core team members, I see no valid reason to make a change, except for vague feeling.
So I ... -
03:04 PM Feature #1122: request for: Object#try
- Attaching presentation, contents:
Feature #1122 [request for Object#try (guarded method invocation)]
Today:
... -
02:59 PM Bug #4487: require_relative fails in an eval'ed file
- mame-san, please ask matz.
-
02:56 PM Bug #4440 (Closed): odd evaluation order in a multiple assignment
- duplicated (http://bugs.ruby-lang.org/issues/4443)
-
02:56 PM Bug #4443 (Closed): odd evaluation order in a multiple assignment
- duplicated (http://bugs.ruby-lang.org/issues/4443)
-
02:36 PM Bug #4323 (Closed): Proc#hash is Ill-Behaved
- See http://bugs.ruby-lang.org/issues/4559
-
02:36 PM Bug #4559: Proc#== does not match the documented behaviour
- Matz (and akr) agreed that Proc#== only see the object_id. I'll change behavior and documents.
-
02:28 PM Bug #3589: Converting Bignums to Float for equality checks is wrong
- I think Bignum <=> Integer (and Integer <=> Bignum) can be implemented specially to compare them precisely.
-
02:25 PM Feature #4086: Feature request: add String#contain? and {Enumerable,Array}#contain? methods
- > The proposal is ambiguous. Only valid point I see is String#contain? might be more intuitive than String#include?,...
-
02:20 PM Bug #2788: nil.instance_eval pushes nil onto cref
- nobu has patach.
-
02:16 PM Feature #2471 (Rejected): want to choose a GC algorithm
- 切替えに伴うコスト増が正当化できないと思うので、このままでは採用しません。
だれかが性能に優れたパッチを書いてくれたら別ですが。 -
02:15 PM Bug #1720 (Assigned): [NaN] == [NaN] が true になる
- NaN と NaN の挙動は未定義ということで,実装は変えませんが,
ドキュメントの改訂が必要です.mrkn が引き受けてくれました.
-
02:13 PM Bug #1720 (Closed): [NaN] == [NaN] が true になる
- Rubyの言語仕様的にはNaNとNaNの比較は未定義と言うことにします。
処理系によっては等しいかもしれないし、そうでないかもしれない。
-
02:08 PM Bug #1152: profiler.rb is not concurrent-execution threadsafe
- I take it.
-
01:51 PM Bug #6705 (Closed): Random core dump
-
01:49 PM Bug #6558 (Feedback): Crash in garbage collection - using caller inside finalizer method
- Can you reproduce it on the trunk?
-
01:45 PM Feature #4147: Array#sample で重みを指定したい
- 開発ミーティングで話したところ、何を実装すればいいのか仕様がいまひとつはっきりしていないのが
問題で進まないということに一致を見ました。
とりあえず、私は、repeat: オプションとブロックによる重みを実装するのがいいのでは... -
01:44 PM Bug #6556 (Closed): ネストした配列の inspect で segv
- いろいろいじって直ったようなので閉じます!
-
09:18 AM Revision 7a654240 (git): array.c: fill with nil
- * array.c (rb_get_values_at): fill with nil out of range.
[ruby-core:43678] [Bug #6203]
git-svn-id: svn+ssh://ci.... -
08:31 AM Revision b0d53d51 (git): * cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:08 AM Revision 8d6add97 (git): hash.c: raise on invalid input
- * hash.c (rb_hash_s_create): raise an exception, when input elements
are not one or two elements arrays. [ruby-cor... -
07:29 AM Revision e81c1d53 (git): commit miss
- * ChangeLog: remove duplicated entries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36390 b2dd03c8-39d4-4d8f-9... -
07:23 AM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- >> WIndowsって /foo/bar,txt は絶対パスじゃないんですね。
>
> カレントディレクトリが d:/hoge だと d:/foo/bar,txt に展開されてしまいますからね。
> (いや、まともとさ... -
06:23 AM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- 2012/7/13 matz (Yukihiro Matsumoto) <[email protected]>:
>
> Issue #6587 has been updated by matz (Yukihiro Mat... -
12:16 AM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- WIndowsって /foo/bar,txt は絶対パスじゃないんですね。
となると、rootnameを作ってもUNIXとWindowsでの互換性の向上にはつながりませんよね。
例としてあげられたコードもWindows専用みたいだ... -
07:16 AM Revision 03e5fb60 (git): test/unit.rb: use uniq!
- * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): use
Array#uniq!.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
07:16 AM Revision cbbe2cbc (git): test/unit.rb: extract deal
- * lib/test/unit.rb (Test::Unit::Runner#deal): deal tasks to workers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
07:16 AM Revision 688f2e1a (git): test/unit.rb: extract quit_workers
- * lib/test/unit.rb (Test::Unit::Runner#quit_workers): close and kill
all workers.
git-svn-id: svn+ssh://ci.ruby-l... -
07:16 AM Revision 4bbb49b8 (git): test/unit.rb: extract delete_worker
- * lib/test/unit.rb (Test::Unit::Runner#delete_worker): delete dead
worker from working set.
git-svn-id: svn+ssh:/... -
07:16 AM Revision 4633ad5d (git): test/unit.rb: launch_worker to manage new worker
- * lib/test/unit.rb (Test::Unit::Runner#launch_worker): add new worker
to working set.
git-svn-id: svn+ssh://ci.ru... -
07:16 AM Revision e9f68d7f (git): test/unit.rb: extract launch_worker
- * lib/test/unit.rb (Test::Unit::Runner#launch_worker): extract.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
07:16 AM Revision f0983060 (git): test/unit.rb: extract start_watchdog
- * lib/test/unit.rb (Test::Unit::Runner#start_watchdog): extract.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
07:16 AM Revision b789a6b4 (git): test/unit.rb: _run_parallel
- * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): move
initializations with nothing to release outside begin/e... -
07:04 AM Revision d61dfcc7 (git): array.c: no infection by unused separator
- * array.c (rb_ary_join): should not infected by separator if it is not
used. [ruby-core:42161][Bug #5902]
git-sv... -
12:34 AM Feature #6727: Add Array#rest (with implementation)
- > @duckinator: Could you show us a real use case for Array#rest ?
I'll add another update in a bit with examples.
... -
12:00 AM Feature #6727: Add Array#rest (with implementation)
- Rather then haphazard method additions in this area I still think a better approach would be a common mixin.
http:...
07/13/2012
-
11:51 PM Feature #3591: Adding Numeric#divisor? (Have working implementation)
- I still curious as to actual use cases. Looking at Rails' code, there is one instance of this, and followed immediate...
-
10:41 PM Feature #3591: Adding Numeric#divisor? (Have working implementation)
- We talked about this before, and find the name Numeric#factor?(n).
-
02:50 PM Feature #3591: Adding Numeric#divisor? (Have working implementation)
- Regarding Float, BigDecimal, Complex, and Rational: Agreed.
Regarding `42 % 5 == 0`, I somewhat agree: it can be a... -
02:11 PM Feature #3591: Adding Numeric#divisor? (Have working implementation)
- Hi,
nobu (Nobuyoshi Nakada) wrote:
> And, it's arguable about inexact numbers, I guess.
Agreed. divisible_by ... -
12:31 PM Feature #3591: Adding Numeric#divisor? (Have working implementation)
- I ran across this again, and decided to just implement it as `Numeric#divisible_by?`, since that makes the most sense...
-
11:31 PM Feature #6727: Add Array#rest (with implementation)
- So Matz will decide one day, then.
Here are further objections in the meantime.
duckinator (Nick Markwell) wrot... -
10:44 PM Feature #6727 (Assigned): Add Array#rest (with implementation)
-
08:30 PM Feature #6727: Add Array#rest (with implementation)
- tsion (Scott Olson) wrote:
> On top of that, I think #first and #rest make a nice pair, like head and tail from Has... -
03:01 PM Feature #6727: Add Array#rest (with implementation)
- I agree, I see and use ary[1..-1] quite a lot, and ary.rest would convey the meaning a lot better.
And it isn't ju... -
02:46 PM Feature #6727: Add Array#rest (with implementation)
- +1, This is a much cleaner way to achieve the exact same as ary[1..-1]
-
02:33 PM Feature #6727: Add Array#rest (with implementation)
- And I just double-checked if those behave the same, and they do *not*:
Incorrect:
>> [].drop(1)
=> []
>> first, *r... -
02:22 PM Feature #6727: Add Array#rest (with implementation)
- > rest = arr.drop(1)
> _, *rest = arr
Those two methods you mentioned "work," but the first isn't very clear o... -
01:55 PM Feature #6727 (Rejected): Add Array#rest (with implementation)
- There are other choices besides `rest = arr[1..-1]`:
rest = arr.drop(1)
_, *rest = arr
See also http:/... -
01:25 PM Feature #6727 (Feedback): Add Array#rest (with implementation)
- =begin
I run into many instances where I end up using (({arr[1..-1]})), so I decided to add (({arr.rest})) to make t... -
09:38 PM Feature #6688: Object#replace
- =begin
After some thinking, this can be realized with a new class :) :
class Reference
attr_reader :true_ide... -
06:18 PM Feature #6688: Object#replace
- =begin
I like that in Ruby (({1})) is a unique object, i will not appreciate a feature (({1.become(2)})).
However i ... -
03:14 PM Feature #6688: Object#replace
- nobu (Nobuyoshi Nakada) wrote:
> =begin
> Imagine what would happen with:
>
> String.become("")
> =end
Som... -
10:50 AM Feature #6688: Object#replace
- =begin
Imagine what would happen with:
String.become("")
=end
-
07:03 AM Feature #6688: Object#replace
- I suppose it'd work in such a way:
x.became(1) makes x equal to 1 and returns x as a new object
1.became(x) raises ... -
08:48 PM Feature #6587 (Assigned): proposal: adding new methods File.rootname and Pathname#rootname
- なぜか私が担当になってましたが、それが通るなら勝手に入れるよ!
というわけでまつもとさんよろしくおねがいします。 - 05:32 PM Revision d12569b0 (git): * 2012-07-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:31 PM Revision bb575208 (git): intern.h: fix declaration
- * include/ruby/intern.h (rb_thread_blocking_region): fix declarations
prototypes without arguments in C++ have diff... -
09:35 AM Bug #6726: Syslog crashes when the special %m tag (of syslog(3)) is present in the message
- I recommend to just remove the doc. If anyone want pretty print $!, It should be used original and unique format stri...
-
05:22 AM Bug #6726: Syslog crashes when the special %m tag (of syslog(3)) is present in the message
- =begin
I think the following document introduced at #4149 is wrong, since ((|errno|)) is C-level interface and not av...
07/12/2012
-
11:08 PM Bug #6726 (Closed): Syslog crashes when the special %m tag (of syslog(3)) is present in the message
- The %m special escape sequence supported by the syslog(3) system call is claimed by the Ruby doc to be supported by t...
-
09:11 PM Revision d57103b9 (git): test: dots from a worker
- * lib/test/unit.rb (Test::Unit::StatusLineOutput#print): sometimes
dots from a worker get stuck.
git-svn-id: svn+... -
09:11 PM Revision b788ff5c (git): test: unnecessary job_status
- * lib/test/unit.rb (Test::Unit::Runner#_prepare_run): no needs to
override job_status option unnecessarily.
git-s... - 09:11 PM Revision 12b3c3e1 (git): * 2012-07-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:11 PM Revision e8f714b6 (git): test: separate each outputs
- * lib/test/unit.rb (Test::Unit::Runner#del_status_line): separate each
outputs if not replace mode.
git-svn-id: s... -
08:38 PM Bug #6725 (Rejected): variables changed in signal handlers are left unchanged in main code
- Asynchronous signals may not dealt with in the order you expect.
-
04:59 PM Bug #6725 (Rejected): variables changed in signal handlers are left unchanged in main code
- Test case:
mkfifo myfifo
ruby -e "a=0;trap(:USR2) {a+=1}; IO.readlines('myfifo') rescue nil; puts a"
killall -US... -
01:23 PM Feature #6724: waaaaaaant! (ISeq.load)
- (2012/07/12 12:20), SASADA Koichi wrote:
> ... ah, the signature of this function is not exposed by GCC's
> visi... -
12:23 PM Feature #6724: waaaaaaant! (ISeq.load)
- (2012/07/12 8:58), zenspider (Ryan Davis) wrote:
> GIMME GIMME GIMME! waaaaaant... We don't _need_ a verifier. Use... -
10:17 AM Feature #6724: waaaaaaant! (ISeq.load)
- I really like this feature. I have this exact patch applied to my local ruby binary.
But having used it a while, ... -
08:58 AM Feature #6724 (Closed): waaaaaaant! (ISeq.load)
- GIMME GIMME GIMME! waaaaaant... We don't _need_ a verifier. User responsibility... etc etc.
Can I commit this???... -
12:39 PM Bug #6723 (Assigned): Global variable scoping problem.
-
07:50 AM Bug #6723 (Closed): Global variable scoping problem.
- This issue exists from 1.8 to ruby-head.
See the following example:
def foobar
"Foobar".match(/^(\w*)/)
p... -
11:44 AM Bug #5374 (Closed): Weird SecurityError with ruby1.9, File.stat/Dir.glob and $SAFE=1
- This issue was solved with changeset r36373.
Hleb , thank you for reporting this issue.
Your contribution to Ruby is ... -
07:38 AM Bug #5374: Weird SecurityError with ruby1.9, File.stat/Dir.glob and $SAFE=1
- nobu (Nobuyoshi Nakada) wrote:
> Does this happen with recent versions?
Yes, at least with 1.9.3p194 (2012-04-20 ... -
09:54 AM Feature #6688: Object#replace
- How would it behave for immediate VALUEs (Fixnum, Symbol, etc.)?
Or value classes that are immutable or often occur ... -
08:24 AM Feature #6688: Object#replace
- trans (Thomas Sawyer) wrote:
> =begin
> I don't think #replace works on Enumerables, rather it works on Array and H... -
08:03 AM Feature #6688: Object#replace
- trans (Thomas Sawyer) wrote:
> =begin
> I don't think #replace works on Enumerables, rather it works on Array and H... -
07:38 AM Feature #6688: Object#replace
- shugo (Shugo Maeda) wrote:
> prijutme4ty (Ilya Vorontsov) wrote:
> > I suggest that #replace works not only on Enum... -
05:37 AM Feature #3346: __DIR__ revisted
- I'm for __dir__ or __DIR__ since I use File.dirname(__FILE__) a lot. Barely prefer __DIR__ since __FILE__ already ex...
-
05:11 AM Bug #6644 (Closed): Weird behavior of defined?(super) check invoked from a metaprogrammatically defined class method
- This issue was solved with changeset r36369.
Alexey, thank you for reporting this issue.
Your contribution to Ruby is... -
05:11 AM Bug #6722 (Closed): Weird behavior of defined?(super) check invoked from a metaprogrammatically defined class method
- This issue was solved with changeset r36369.
Alexey, thank you for reporting this issue.
Your contribution to Ruby is... -
03:37 AM Feature #6617 (Closed): Net::HTTP: Bind to a specific local IP/port
- This issue was solved with changeset r36367.
Ricardo, thank you for reporting this issue.
Your contribution to Ruby i... -
03:32 AM Revision c3521bf6 (git): test: skip default gems
- * test/runner.rb: skip default gems to get rid of loading old versions
before installation.
git-svn-id: svn+ssh:/... -
03:23 AM Bug #6718: ruby segfault in abstract_mysql_adapter.rb when trying to run from command-line
- "dpg (Dan Gailey)" <[email protected]> wrote:
> Target version:
> ruby -v: ruby 1.9.3p194 (2012-04-20 revi... -
02:44 AM Revision d7444332 (git): rb_str_new_frozen: new object if tainted/untrusted unmatch
- * string.c (rb_str_new_frozen): since the result object should have
same tainted/untrusted bits with the original o... -
01:51 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
- drbrain (Eric Hodel) wrote:
> This patch uses streaming zlib from #6612 which limits the size of a chunk to 16KB (th... - 01:48 AM Revision 8cc3fef8 (git): * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):
- cannot cross between network interfaces on Windows, so skip this test
until we find better test.
git-svn-id: svn+... -
01:27 AM Revision 558edd51 (git): Use IPv4 address on connecting to 127.0.0.1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/11/2012
- 11:52 PM Revision 9696b3eb (git): Imported minitest 3.2.0 (r7598). Reviewed by drbrain
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:24 PM Bug #6716: FileUtils.mv でリンク先がないシンボリックリンクファイルを指定すると ENOENT エラーになる
- こんな感じにしてみました。いかがでしょうか。
https://github.com/tmtm/ruby/commit/00a677d8f42a36dc3ec5515fde8107e5f41bfd7b -
10:22 PM Feature #6717: Method like #instance_eval that returns self (like #tap)
- alexeymuranov (Alexey Muranov) wrote:
> ((*rosenfeld*)), what did you mean by "won't be suitable for nested tweak ca... -
10:15 PM Feature #6717 (Rejected): Method like #instance_eval that returns self (like #tap)
-
10:14 PM Feature #6717: Method like #instance_eval that returns self (like #tap)
- =begin
If nobody has anything interesting to say about this, the issue can be closed, as i think (({tap})) works fin... -
06:12 AM Feature #6717: Method like #instance_eval that returns self (like #tap)
- =begin
I think i've understood the concern of ((*nobu*)): object's private methods will be accessible from the block.... -
12:05 AM Feature #6717: Method like #instance_eval that returns self (like #tap)
- =begin
Another idea: how about "associating" this method with "public self" requested in #6373?
class Object
def... -
09:22 PM Feature #6721: Object#yield_self
- It executes the block and returns its output. For example:
```ruby
2.yield_self { |x| x*x } # => 4
``` -
06:33 PM Feature #6721: Object#yield_self
- How is this significantly different than Object#tap?
-
04:35 PM Feature #6721 (Closed): Object#yield_self
I think the following method is missing from Ruby:
~~~ruby
class Object
def yield_self(*args)
yield(...-
08:11 PM Revision 35784d10 (git): defined: me in cfp
- * insns.def (defined): use method entry and id in cfp for proper
superclass, since klass in iseq is shared by dynam... -
07:59 PM Bug #6722 (Closed): Weird behavior of defined?(super) check invoked from a metaprogrammatically defined class method
- =begin
Hi guys,
Sorry for the duplicate - I already reported ((<this issue|URL:https://bugs.ruby-lang.org/issues/... - 06:37 PM Revision 2642b690 (git): * 2012-07-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 PM Revision 46898537 (git): * lib/net/http.rb (Net::HTTP#connect): use local_host and local_port
- if specified. patched by Ricardo Amorim [Feature #6617]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36367 b2dd... -
02:23 PM Feature #6720: Discrepancy between DateTime#strftime('%s') and Time#strftime('%s') before 1582-10-15
- 2012/7/11 phasis68 (Heesob Park) <[email protected]>:
>
> I found some discrepancy between DateTime#strftime('%s'... -
01:04 PM Feature #6720 (Assigned): Discrepancy between DateTime#strftime('%s') and Time#strftime('%s') before 1582-10-15
- IMO, this is the problem of Time, not DateTime.
I think that this may be a limitation of Time.
Anyway, it is that ... -
11:28 AM Feature #6720 (Rejected): Discrepancy between DateTime#strftime('%s') and Time#strftime('%s') before 1582-10-15
- I found some discrepancy between DateTime#strftime('%s') and Time#strftime('%s') on date before 1582-10-15
Conside... -
10:20 AM Bug #6692: TestSocket::test_udp_server always fails on OS X with Back to my Mac enabled
- drbrain (Eric Hodel) wrote:
> netstat says this about the iCloud route:
>
> fd92::[…] link#1 UHL lo0
>
> So th... -
09:02 AM Revision dea58245 (git): sample/test.rb: fix standalone
- * sample/test.rb (Progress#initialize): no rotators when STDOUT is
also tty, that is directly invoked but not from ... -
08:36 AM Revision c9e4da2a (git): enc/encinit.c for static-linked-ext
- * ext/extmk.rb: append ENCOBJS to DLDOBJS but not EXTSOLIBS which is
not a target, to compile enc/encinit.c.
git-... -
06:47 AM Bug #6719 (Closed): Documentation Error for String.sub()
- "Returns a copy of str with the first occurrence of pattern substituted for the second argument." should be "Returns ...
-
06:39 AM Bug #6718: ruby segfault in abstract_mysql_adapter.rb when trying to run from command-line
- =begin
Could be a bug of mysql2:
-- C level backtrace information -------------------------------------------
... -
06:05 AM Bug #6718 (Rejected): ruby segfault in abstract_mysql_adapter.rb when trying to run from command-line
- Ruby segfaults in abstract_mysql_adapter.rb:241 when trying to run a simple command from the command-line.
the com... -
05:55 AM Feature #6373: public #self
- trans (Thomas Sawyer) wrote:
> Please, what's wrong with public #self?
Nothing, just was wondering how to use `_`... -
04:37 AM Feature #6373: public #self
- `_` is used by irb. Also, I don't really see why. Code would look much more "perlish" using `_`.
Please, what's wr... -
12:38 AM Feature #6373: public #self
- I've heard that the underscore `_` is commonly used for ignored block variables. Maybe this "public self" can be cons...
-
05:29 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
- This patch uses streaming zlib from #6612 which limits the size of a chunk to 16KB (the maximum size of the zlib buff...
-
03:52 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- Hello,
This patch still works as-is with ruby-1.9.3-p194 and ruby-1.9.2-p320:
https://github.com/sunaku/ruby/co... - 03:46 AM Revision 04051396 (git): * ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer
- of an aggregate type is a C99ism.
* ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): get rid of VC++
warnings.
gi... -
03:25 AM Revision 412c5a96 (git): * vm_eval.c (rb_eval_string_from_file,
- rb_eval_string_from_file_protect): new functions to replace
rb_compile_main_from_string() and ruby_eval_main().
* ... -
03:25 AM Revision 64ef091a (git): Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,
- we do not need to disclose intermediate representation of program.
The program embedding CRuby should use rb_eval_str... -
03:17 AM Revision 7bca2f03 (git): get rid of warnings
- * io.c (sysopen_func, rb_sysopen_internal): cast through VALUE to get
rid of warnings. fixup of r36355.
* process.... -
02:00 AM Revision 11bde3ae (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 AM Revision ce0b4fea (git): HAVE_RUBY_THREAD_H
- * include/ruby.h (HAVE_RUBY_THREAD_H): to show ruby/thread.h to be
available. fixup of r36355.
git-svn-id: svn+s... - 12:23 AM Revision c444a7e3 (git): * ChangeLog: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom