Activity
From 07/12/2013 to 07/18/2013
07/18/2013
-
11:23 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- Also, as a side effect, this new class could have methods like
nanoseconds_ellapsed, and seconds_ellapsed and the ... -
10:53 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- Em 18-07-2013 03:03, Aaron Patterson escreveu:
>> In that case, would #8096 be a better proposal? Since that one d... -
03:23 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- On Thu, Jul 18, 2013 at 07:59:34AM +0900, phluid61 (Matthew Kerwin) wrote:
>
> Issue #8640 has been updated by ... -
07:59 AM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- tenderlovemaking (Aaron Patterson) wrote:
> On Wed, Jul 17, 2013 at 01:04:37PM +0900, phluid61 (Matthew Kerwin) wrot... -
02:59 AM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- On Wed, Jul 17, 2013 at 01:04:37PM +0900, phluid61 (Matthew Kerwin) wrote:
>
> Issue #8640 has been updated by ... -
11:02 PM Bug #8644: valgrind error in a readline test
- とりあえず、close されたかどうかは元々の IO オブジェクトが
close されたかどうかで判断するようなパッチを書いてみたんですが、
どうですかね。
なお、やってみて気がついたのですが、
isatty して EBA... -
07:49 PM Bug #8644: valgrind error in a readline test
- 調べてみると、テストにある、Readline.output に設定した
IO オブジェクトを close した場合だけでなく、
Readline.input に設定した IO オブジェクトを close した場合にも
Inval... -
05:41 PM Bug #8644: valgrind error in a readline test
- SEGV のログは長すぎたので issue の本文からは消しました。
-
08:41 PM Bug #8654 (Open): SEGV in Array#count
- Reopening for backport.
(The fix will need to be a bit different as there is no RARRAY_AREF() in older versions). -
08:38 PM Bug #8654 (Closed): SEGV in Array#count
- This issue was solved with changeset r42041.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is... -
08:25 PM Bug #8654: SEGV in Array#count
- Glass_saga (Masaki Matsushita) wrote:
> > What do you think of this ?
>
> I already fixed it on r42040, but ... -
08:18 PM Bug #8654: SEGV in Array#count
- I confirmed it is reproducible on the both head revisions of ruby_1_9_3 and ruby_2_0_0.
-
08:15 PM Bug #8654: SEGV in Array#count
- > What do you think of this ?
I already fixed it on r42040, but this ticket hasn't been closed because I have... -
07:50 PM Bug #8654: SEGV in Array#count
- What do you think of this ?
I am not sure assert_in_out_err is good for segfaults checks,
but I could not re... -
06:02 PM Bug #8654 (Closed): SEGV in Array#count
- Following code causes SEGV.
a1 = []
a2 = Array.new(100) {|i| i }
a2.count do |i|
p i
a2.replace(a1) if i =... -
07:51 PM Bug #8653: Unexpected result of String#succ with utf-16 and utf-32 string.
- I understand String#succ is not easy for UTF-16LE encoded string.
In case of UTF-16 or UTF-32 string, it is possib... -
06:23 PM Bug #8653: Unexpected result of String#succ with utf-16 and utf-32 string.
- 2013/7/18 phasis68 (Heesob Park) <[email protected]>:
> Bug #8653: Unexpected result of String#succ with utf-16 and... -
05:51 PM Bug #8653 (Closed): Unexpected result of String#succ with utf-16 and utf-32 string.
- I found the result of String#succ of UTF-16LE encoded string is incorrect.
As a result, Range of UTF-16LE encoded... -
06:25 PM Bug #8655 (Closed): シンボル名 Init_pack が複数ファイルで定義されている
- Solarisにて、make test-all すると、以下のエラーが出てテストが実行できません。
% make test-all
./miniruby -I./lib -I. -I.ext/common ./tool/ru... -
04:07 PM Revision ccdc9ecf (git): * ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.
- (Init_intpack): Renamed from Init_pack.
Reported by Naohisa Goto. [ruby-dev:47526] [Bug #8655]
git-svn-id: svn+... - 03:55 PM Revision c306d817 (git): * 2013-07-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 PM Revision 632b85a3 (git): * test/ruby/test_array.rb (test_count): add a test case for #count
- with an argument. See Bug #8654.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42047 b2dd03c8-39d4-4d8f-98ff-823... -
03:45 PM Bug #8652 (Closed): gem で rb_secure(4) を使用するとビルドエラーとなる
- This issue was solved with changeset r42037.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i... -
02:59 PM Bug #8652: gem で rb_secure(4) を使用するとビルドエラーとなる
- naruse (Yui NARUSE) wrote:
> > rb_secure(4)は$SAFEを4以上にセットするものではなく、$SAFEが4以上にセットされている時にSecurityErrorを発生されるものです。
> > ... -
02:52 PM Bug #8652: gem で rb_secure(4) を使用するとビルドエラーとなる
- shugo (Shugo Maeda) wrote:
> naruse (Yui NARUSE) wrote:
> > > 個人的には、$SAFEを4以上にセットするコードはエラーにすべきですが、rb_secure(4)のようなコ... -
02:49 PM Bug #8652: gem で rb_secure(4) を使用するとビルドエラーとなる
- > なぜこけた方がよいと思いますか?
なるせさんと同じ理由でしたが、rb_secure の挙動がそれなら(勘違いでした)エラーにならない方が良いと思えてきました。 -
02:46 PM Bug #8652: gem で rb_secure(4) を使用するとビルドエラーとなる
- naruse (Yui NARUSE) wrote:
> > > linux で ruby-fcgi(https://.com/saks/ruby-fcgi) という rb_secure(4) を使っている gem を ... -
02:38 PM Bug #8652: gem で rb_secure(4) を使用するとビルドエラーとなる
- ビルドがこけるので良い気がしています。
柴田さんがなぜコケるという事でバグレポートを上げているのか気になります。
意図的な変更だと思っていなかったのか、あるいはコケると何か問題があるという事だと思うのですが、
後者だとしたら... -
02:30 PM Bug #8652: gem で rb_secure(4) を使用するとビルドエラーとなる
- shugo (Shugo Maeda) wrote:
> hsbt (Hiroshi SHIBATA) wrote:
> > linux で ruby-fcgi(https://.com/saks/ruby-fcgi)... -
01:46 PM Bug #8652 (Assigned): gem で rb_secure(4) を使用するとビルドエラーとなる
- hsbt (Hiroshi SHIBATA) wrote:
> linux で ruby-fcgi(https://.com/saks/ruby-fcgi) という rb_secure(4) を使っている gem を t... -
01:28 PM Bug #8652 (Closed): gem で rb_secure(4) を使用するとビルドエラーとなる
- linux で ruby-fcgi(https://.com/saks/ruby-fcgi) という rb_secure(4) を使っている gem を trunk でコンパイルしようと失敗してしまいます。
$ ma... -
02:47 PM Revision 2de786d4 (git): * array.c (rb_ary_eql): compare RARRAY_PTR() for performance
- improvement in case of that self and other are shared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42046 b2dd0... -
01:50 PM Revision c366a99c (git): * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]
- by Dave Worth https://.com/ruby/ruby/pull/341
* lib/webrick.rb: ditto
* lib/scanf.rb: ditto
* lib/xmlrpc/... -
12:58 PM Revision 2314c1bf (git): * bignum.c (bary_sq_fast): Specialize the last iteration of the
- outer loop.
(bigfixize): A condition simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42044 b2dd03c... -
12:21 PM Revision 4595d9a3 (git): * array.c (rb_ary_equal): compare RARRAY_PTR() for performance
- improvement in case of that self and other are shared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42043 b2dd0... -
11:51 AM Revision e07e814e (git): * array.c (rb_ary_fill): use memfill().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:38 AM Revision e1335a30 (git): * array.c (rb_ary_count): check length to avoid SEGV
- while iterating. Remove other pointer loop when arg is given.
* test/ruby/test_array.rb (test_count): add test for bu... -
11:30 AM Bug #8651 (Rejected): /[#$]/ causes syntax error
- =begin
On ruby 1.9.3-p448, a regular expression (({/[#$]/})) (character class which contains two characters, (({#}))... -
09:18 AM Revision 6f49bc63 (git): * hash.c (rb_hash_flatten): performance improvement by not using
- rb_hash_to_a() to avoid array creation with rb_assoc_new().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42040 ... -
08:48 AM Revision 852caed8 (git): * hash.c (rb_hash_flatten): performance improvement by not using
- rb_hash_to_a() to avoid array creation with rb_assoc_new().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42039 ... -
07:18 AM Revision faa9d5ec (git): * array.c: add logging feature for RGenGC's write barrier unprotect
- event.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:45 AM Revision 862bad2d (git): ruby.h: error only in the core
- * include/ruby/ruby.h (RUBY_SAFE_LEVEL_CHECK): make only
rb_set_safe_level(4) an error always but make rb_secure(4)... -
06:42 AM Revision 6795b09f (git): * include/ruby/ruby.h: fix spell miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:26 AM Feature #8643: Add Binding.from_hash
- I don't mind on it being a local var in the binding since it should work either way, just an implementation detail I'...
-
06:11 AM Revision 0ef059b2 (git): ruby.h: no $
- * include/ruby/ruby.h (ruby_safe_level_4): get rid of special
character. [ruby-dev:47512] [misc #8646]
git-svn-id... -
05:54 AM Revision 6429bbad (git): * array.c (ary_alloc): slim setup process.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:39 AM Revision 74974529 (git): * string.c (str_alloc): no need to clear RString (already cleared).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 AM Revision 80afc9b2 (git): * bignum.c (BDIGITS_ZERO): Defined.
- (bary_pack): Use BDIGITS_ZERO.
(bary_unpack): Ditto.
(bary_mul_single): Ditto.
(bary_mul_normal): Ditto.
(bar... -
01:06 AM Bug #8641: Enumerator size argument is either mis-documented or should accept any callable
- Thanks Marc. Because I really really want to learn how to do this stuff, I went ahead cargo-culted a fix here: https:...
07/17/2013
- 11:19 PM Revision 7d9bae8b (git): * 2013-07-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:19 PM Revision 5c088cf7 (git): * gc.c: rename gc related functions with prefix "gc_".
- * before_gc_sweep() -> gc_before_sweep().
* after_gc_sweep() -> gc_after_sweep().
* lazy_sweep() -> gc_lazy_swe... -
10:51 PM Bug #8641: Enumerator size argument is either mis-documented or should accept any callable
- > Instinctively I'd say that the documentation has it right and it ought to take any callable.
Agreed, I'll addres... -
05:12 PM Feature #8649 (Closed): Make ENV.fetch KeyError give key name in error message.
- This issue was solved with changeset r42025.
Matthew, thank you for reporting this issue.
Your contribution to Ruby i... -
02:10 PM Feature #8649 (Closed): Make ENV.fetch KeyError give key name in error message.
- The KeyError raised by ENV.fetch('test') when the 'test' key does not exist does not give the name of the key in the ...
-
01:59 PM Revision b30eb0fa (git): * hash.c (delete_if_i): use ST_DELETE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:53 PM Revision 15f7c7f9 (git): * bignum.c: An static assertion for relation of SIZEOF_LONG and
- SIZEOF_BDIGITS is added.
(bary_mul_precheck): Reduce comparisons.
(bary_mul): Invoke bary_sq_fast or bary_mul1 if... -
01:17 PM Revision 7c1a2f61 (git): * hash.c (rb_hash_replace): performance improvement by using
- st_copy().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:04 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- nobu (Nobuyoshi Nakada) wrote:
> You propose the method not to take any arguments?
> I had supposed that you'd wa... -
12:23 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- (13/07/16 20:37), phluid61 (Matthew Kerwin) wrote:
> nobu (Nobuyoshi Nakada) wrote:
>> phluid61 (Matthew Kerwin)... -
10:23 AM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- Hello Aaron,
On 2013/07/17 1:46, Aaron Patterson wrote:
> Hi Martin,
>
> On Tue, Jul 16, 2013 at 03:24:36PM +0... -
07:59 AM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- On Wed, Jul 17, 2013 at 04:04:42AM +0900, charliesome (Charlie Somerville) wrote:
>
> Issue #8640 has been upda... -
04:04 AM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- I'll echo what everyone else has said above by saying that I'm strongly against #elapsed returning nanoseconds. I'm h...
-
11:08 AM Feature #8601: Win32API.rb long life plan
- Win32API.rb should be removed at 2.1.0.
-
11:05 AM Feature #7106 (Open): FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- Ah, I take charge of Windows versions, but I cannot judge whether we should accept this feature request or not.
file... -
10:20 AM Bug #8575: Crash in openssl verify_certificate_identity
- backported to 1.9.3 at r42016.
-
08:52 AM Feature #8648 (Closed): unuse special global variable in erb/cgi methods
- This issue was solved with changeset r42013.
Takeyuki, thank you for reporting this issue.
Your contribution to Ruby ... -
07:54 AM Feature #8648 (Closed): unuse special global variable in erb/cgi methods
- reference [Bug #8612]
the scope of regexp special global variable is changed from 2.0 to trunk.
I think better some... -
08:25 AM Revision a3b6aeba (git): * gc.c: rename heap management functions with prefix "heap_".
- * allocate_sorted_array() -> heap_allocate_sorted_array().
* slot_add_freeobj() -> heap_slot_add_freeobj().
* as... -
08:12 AM Revision c9118e2a (git): hash.c: key name in error message
- * hash.c (env_fetch): Add key name to message on ENV.fetch KeyError,
as well as Hash#fetch. [ruby-core:56062] [Fea... -
07:42 AM Bug #8612 (Rejected): nil in ERB::Util.url_encode
- This is not a bug.
Because implemented string class is not supported.
But I think this proposal is good.
I will me... -
07:01 AM Revision caa14925 (git): * gc.c: catch up last changes for debugging/checking mode.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:52 AM Revision 9860c846 (git): * gc.c (rb_objspace_free): free slot itself.
- * gc.c (objspace_each_objects): fix condition.
Use slot->body instead of slot.
* gc.c (count_objects): use "slot" v... -
06:24 AM Revision fa014681 (git): * gc.c (unlink_heap_slot): fix memory .
- free slot itself at free_heap_slot().
Reproduce-able code is here:
N1 = 100_000; N2 = 1_000_000
N1.times{ary = ... -
05:55 AM Revision 79d9c8ac (git): * gc.c: re-design the heap structure.
- (1) The heap is consists of a set of slots.
(2) Each "slot" has a "slot_body".
slot::start and slot::limit specif... -
04:34 AM Revision fd920505 (git): * gc.c: fix heaps_header and heaps_slot to reduce memory consumption.
- (1) move heaps_header::start and limit to heaps_slot.
(2) remove heaps_header::end which can be calculated by star... -
04:10 AM Feature #8643: Add Binding.from_hash
- PS: I'm neutral towards this feature. I've got no strong feelings that it should or shouldn't be part of Ruby.
-
04:09 AM Feature #8643: Add Binding.from_hash
- Personally I think hash keys should be local variables in the binding, not method calls against self.
It's hard to... -
03:31 AM Revision f44eeda9 (git): * include/ruby/st.h (st_strcasecmp): Macro defined for compatibility.
- (st_strncasecmp): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:02 AM Revision 99285bcd (git): ChangeLog: Update r42013 r42014.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 AM Bug #8647 (Closed): Unused variable "id" in ssl.rb
- Hi Daniel, thanks for mentioning it! Somebody else noticed it as well, in #8582 :)
-
01:58 AM Bug #8647 (Closed): Unused variable "id" in ssl.rb
- Saw this, thought I should mention it.
c:/Ruby2/lib/ruby/2.0.0/openssl/ssl.rb:101: warning: assigned but unused va... - 02:01 AM Revision 297ac0a6 (git): merge revision(s) 36265: [Backport #8580]
- * ext/date/date_core.c: [ruby-core:46058].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@42017 b2... - 01:19 AM Revision ce8c46b4 (git): merge revision(s) 41805: [Backport #8575]
- * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
critical.
The for CVE-... - 01:10 AM Revision 347e8c44 (git): merge revision(s) 41077,41105: [Backport #8578]
- * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reported
by Riley Lynch.
* ext/date/date_c... -
12:35 AM Feature #8635: attr_accessor with default block
- Just adding some prior art...
There have been many, many takes on this in various gems, but I thought I'd drop in ...
07/16/2013
- 11:52 PM Revision fd2fc885 (git): * lib/cgi/util.rb (CGI::Util#escape, unescape): Unuse regexp special
- global variable. [Feature #8648] Thanks to fotos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42014 b2dd03c8-3... - 11:52 PM Revision 747b1a31 (git): * lib/erb.rb (ERB::Util#url_encode): Unuse regexp special global
- variable. [Feature #8648] Thanks to fotos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42013 b2dd03c8-39d4-4d8... -
11:52 PM Misc #8646 (Assigned): Can't compile ruby on AIX using gcc if a function name has $.
- どうぞ。
-
11:43 PM Misc #8646 (Closed): Can't compile ruby on AIX using gcc if a function name has $.
- r41273で追加されたSafe Levelのチェックの部分で関数名に $ が使われているのですが、AIXのgccでエラーになってしまいます。
% make
(中略)
compiling ../trunk/main.c
I... -
11:15 PM Revision 87955745 (git): * st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.
- (st_locale_insensitive_strncasecmp): Renamed from st_strncasecmp.
* include/ruby/st.h: Follow above changes.
* incl... -
09:47 PM Bug #8644: valgrind error in a readline test
- readline のテストについて報告したのですが、
内容が長すぎたのか、途切れてしまったので、
SEGV したときのログを添付します。
あと、長すぎたためか、メールも ruby-dev には流れなかったようです。 -
09:13 PM Bug #8644 (Closed): valgrind error in a readline test
- test-all が readline のところで SEGV することがあったので、
とりあえず valgrind をかけてみたところ、ひとつ問題を指摘されました。
% ./ruby -v
ruby 2.1.0dev... -
08:37 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- duerst (Martin Dürst) wrote:
> It's going to be very confusing to have different methods on Time use different units... -
06:03 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- phluid61 (Matthew Kerwin) wrote:
> I wouldn't complain if there was a kwarg, although I'm not sure which way it sh... -
03:51 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- phluid61 (Matthew Kerwin) wrote:
> duerst (Martin Dürst) wrote:
> > duration = start.elapsed_nanoseconds
>
>... -
03:34 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- +1
duerst (Martin Dürst) wrote:
> I think this is a good idea. But since
> duration = Time.now - start
> is in ... -
03:24 PM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- I think this is a good idea. But since
duration = Time.now - start
is in seconds, I'd either keep seconds as units,... -
10:11 AM Feature #8640: Add Time#elapsed to return nanoseconds since creation
- +1
-
03:39 AM Feature #8640 (Open): Add Time#elapsed to return nanoseconds since creation
- Hi,
We time many things in Rails (and so does lots of other code), and I've found that we spend lots of time alloc... -
07:53 PM Feature #8635: attr_accessor with default block
- On Mon, Jul 15, 2013 at 6:07 PM, rkh (Konstantin Haase) <[email protected]> wrote:
>
> Issue #8635 has been updated b... -
01:07 AM Feature #8635: attr_accessor with default block
- If this should be added, could you consider adding it with a read-write-lock?
-
07:29 PM Feature #8643: Add Binding.from_hash
- Whoops. I can't update the description. The implementation should be:
OpenStruct.new(hash).instance_eval { binding } -
07:11 PM Feature #8643 (Rejected): Add Binding.from_hash
- `Binding.from_hash` would work like:
```ruby
class Binding
def self.from_hash(hash)
OpenStruct.new(hash){... -
06:45 PM Bug #8642 (Closed): Unexpected behavior of String#split with UTF-32 encoded string.
- This issue was solved with changeset r42002.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
11:27 AM Bug #8642 (Closed): Unexpected behavior of String#split with UTF-32 encoded string.
- The recent revisions related with encoding r41964,r41965,r41968,r71969,r47970,r41973 raised many test failures and er...
- 03:17 PM Revision adba373c (git): * 2013-07-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision deaec247 (git): * bignum.c (bigmul1_toom3): Use bigdivrem_single instead of bigdivrem.
- (big_three): Removed.
(Init_Bignum): Don't initialize big_three.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
12:49 PM Revision 13a1fd6d (git): * configure.in: revert r42008. strcasecmp() uses the current locale.
- * include/ruby/ruby.h: ditto.
* st.c (st_strcasecmp): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4200... -
12:13 PM Revision a0d9bd44 (git): * configure.in: check strcasecmp().
- * include/ruby/ruby.h: use strcasecmp() as st_strcasecmp() if it
exists.
* st.c (st_strcasecmp): define the functi... -
11:23 AM Revision 6be7c957 (git): * bignum.c (bigsq): Renamed from bigsqr.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:44 AM Revision a08c5527 (git): * bignum.c (USHORT): Unused macro removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:29 AM Revision a97c3b75 (git): * gc.c: slim a path of newobj_of().
- * gc.c (objspace): add a new field objspace::freelist, which contains
available RVALUEs.
* gc.c (newobj_of): simply... -
10:08 AM Revision 41064134 (git): * bignum.c (big_shift3): Big shift width is not a problem for right
- shift.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:50 AM Revision 3569c6c3 (git): array.c: fix typo
- * array.c (rb_ary_count): [DOC] fix typo. Array#count uses ==, not
===. a question at asakusa.rb ML.
git-svn-id:... -
09:45 AM Revision 3341db31 (git): test_string.rb: Bug #8642
- * test/ruby/test_string.rb (test_split): test for r41994.
[ruby-core:56036] [Bug #8642]
git-svn-id: svn+ssh://ci.r... -
09:37 AM Revision c0cce293 (git): * bignum.c (bary_mul_karatsuba): Avoid duplicate calculation when
- squaring.
((bary_mul_toom3_branch): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42001 b2dd03c8-39d4... -
09:10 AM Bug #8641 (Closed): Enumerator size argument is either mis-documented or should accept any callable
- I ran into this while wrapping Enumerators around Queues. The Enumerator docs state:
* The optional parameter ca... -
08:46 AM Revision ed621c00 (git): * gc.c (link_free_heap_slot): removed.
- * gc.c (slot_sweep): use `heaps_add_freeslot' instead of
`link_free_heap_slot'.
* gc.c (assign_heap_slot): use loca... -
08:32 AM Revision 73ee1676 (git): * gc.c (assign_heap_slot): refactoring variable names.
- * gc.c (slot_add_freeobj): added.
* gc.c (heaps_add_freeslot): added.
* gc.c (finalize_list, rb_gc_force_recycle, slo... -
07:33 AM Revision e8ee0a24 (git): * gc.c (lazy_sweep): refactoring.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 AM Revision 15dd1f9d (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 AM Feature #8639: Add Queue#each
- BTW, I feel like I've left out the biggest justification for this, which
for me is POLS. What prompted me to submi... -
05:53 AM Feature #8639: Add Queue#each
- On Mon, Jul 15, 2013 at 4:24 PM, Alex Young <[email protected]> wrote:
> I thought this sounded familiar. I... -
05:29 AM Feature #8639: Add Queue#each
- On Tue, 2013-07-16 at 00:44 +0900, avdi (Avdi Grimm) wrote:
> Issue #8639 has been reported by avdi (Avdi Grimm).
... -
01:23 AM Feature #8639: Add Queue#each
- P.S. Should I reply on the ticket or do these conversations eventually get
posted back to it? I'm new to all of this! -
01:23 AM Feature #8639: Add Queue#each
- On Mon, Jul 15, 2013 at 11:54 AM, rkh (Konstantin Haase) <[email protected]> wrote:
> +1 for the feature, should have g... -
12:54 AM Feature #8639: Add Queue#each
- +1 for the feature, should have gone into CommonRuby, I think, maybe.
-
12:44 AM Feature #8639 (Closed): Add Queue#each
- I was fiddling around with Queue the other day and realized it doesn't have an #each method. So I made one: https://g...
-
06:10 AM Revision 53bdcbed (git): revert last commit because it fails test-all.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:00 AM Revision 3cd6fe32 (git): * gc.c (after_gc_sweep): refactoring code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:32 AM Revision 241b1e63 (git): encoding.c: revert r41964
- * encoding.c (enc_set_index): since r41967, old terminator is dealt
with in str_fill_term(). should not consider i... -
04:15 AM Feature #8638 (Feedback): Official Ruby FAQ
- @naruse ok, I will leave this for feedback, and close after a week if there are no more responses.
I have opened a... -
12:55 AM Feature #8638: Official Ruby FAQ
- zzak (Zachary Scott) wrote:
> Should this be included in ruby source? ie: doc/faq.rdoc
FAQ should be outside of t... -
12:20 AM Feature #8638: Official Ruby FAQ
- @naruse Yes, I will open a ticket to import the existing FAQ.
I would like feedback from more committers too.
S... -
03:24 AM Misc #8548: Correction for a String#include? usage example
- @zzak even better; thanks for the heads-up :)
-
02:25 AM Revision 3495f2b8 (git): * io.c (appendline): cosmetic change
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 AM Bug #6491: DateTime.strftime('%Z') output is incorrect format
- @tadf why is this closed? To me a discrepancy between DateTime.strftime and Time.strftime should either be documented...
-
02:22 AM Revision 7317bda6 (git): * proc.c (rb_block_arity): raise ArgumentError if no block given.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/15/2013
-
11:46 PM Feature #8638: Official Ruby FAQ
- It sounds this should be on https://.com/ruby/www.ruby-lang.org
-
11:46 AM Feature #8638 (Closed): Official Ruby FAQ
- Should we have one? And should it be hosted on ruby-lang.org.
https://bugs.ruby-lang.org/projects/ruby/wiki/Devel... -
11:16 PM Revision f3a63c31 (git): * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-level
- classes from BigDecimal utils native extensions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41991 b2dd03c8-39... -
09:43 PM Feature #8631: Add a new method to ERB to allow assigning the local variables from a hash
- You can see here how often people want to use a hash to render an ERB template:
https://.com/search?q=erb+re... -
09:39 PM Feature #8631: Add a new method to ERB to allow assigning the local variables from a hash
- I didn't propose an API because I don't really care about the API as long as it allows us to provide a hash instead o...
-
09:23 PM Feature #8636: Documentation hosting on ruby-lang.org
- Definitely docs.ruby-lang.org for me between these three.
On 15 July 2013 04:38, zzak (Zachary Scott) <[email protected]... -
12:53 PM Feature #8636: Documentation hosting on ruby-lang.org
- Another +1 for docs.ruby-lang.org. "rdoc" is the tool, not the product.
"ref" would be reference, but around Ruby... -
12:23 PM Feature #8636: Documentation hosting on ruby-lang.org
- On Mon, Jul 15, 2013 at 11:38 AM, zzak (Zachary Scott) <[email protected]> wrote:
> I am partial to docs.ruby-lang.org, bu... -
11:38 AM Feature #8636 (Closed): Documentation hosting on ruby-lang.org
- We discussed whether RDoc documentation should be hosted on ruby-lang.org.
What domain should we use to host api d... -
08:12 PM Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
- I just got bitten by this problem and I agree there should not be any hidden rescue misleading you on what is really ...
- 06:27 PM Revision 9893a389 (git): * 2013-07-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:27 PM Revision 4314d8c2 (git): * numeric.c: [DOC] improve rdoc formatting for parameters and links
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:26 PM Bug #8622: Tracepoint API: B_RETURN_EVENT not triggered when "return" used inside lambda
- =begin
Notice that I am blaming "return" because this doesn't happen if "return" is not explicited.
TracePoin... -
01:48 PM Feature #8637: I18n documentation
- zzak (Zachary Scott) wrote:
> @kou Will the original English documentation stay the same? As embedded rdoc in cruby ... -
01:39 PM Feature #8637: I18n documentation
- @kou Will the original English documentation stay the same? As embedded rdoc in cruby source?
-
12:55 PM Feature #8637: I18n documentation
- I will work on "RDoc API for i18n".
I will use the same approach what I did for YARD.
In the approach, gettext ... -
11:43 AM Feature #8637 (Closed): I18n documentation
- From the July 12 Developers Meeting:
Support for internationalized documentation was requested. RDoc needs a few
... -
12:56 PM Revision a38f209a (git): Fix spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:42 AM Revision 46360975 (git): * include/ruby/intern.h (rb_big2str0): Deprecated.
- * bignum.c (rb_big2str1): Renamed from rb_big2str0.
(rb_big2str0): Deprecated wrapper for rb_big2str1.
(rb_big2st... -
05:38 AM Bug #8507: Keyword splat does not convert arg to Hash
- Thanks for weighing in. Given that nil is so prevalent in the language, I don't think we can ignore it.
Also, `**f... -
05:20 AM Revision d738fed4 (git): * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)
- instead of rb_yield(rb_assoc_new(key, value)) if rb_block_arity()
is greater than 1.
git-svn-id: svn+ssh://ci.ruby... -
04:50 AM Revision 1a42f368 (git): * bignum.c: Add static assertions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:38 AM Revision b9d29603 (git): * hash.c (rb_hash_each_pair): performance improvement by using
- rb_block_arity().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:26 AM Revision f344841e (git): * proc.c (rb_block_arity): create internal API rb_block_arity().
- it return arity of given block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41983 b2dd03c8-39d4-4d8f-98ff-823f... -
04:21 AM Revision def83bff (git): * lib/prime.rb (Prime::EratosthenesGenerator,
- Prime::EratosthenesSieve): New implementation by
robertjlooby <robertjlooby AT gmail.com>.
* test/test_prime.rb: u... -
02:33 AM Revision ceda8816 (git): * numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 AM Revision a5da8319 (git): * bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:21 AM Bug #8634 (Closed): Segfault with sprintf of force_encoding('UTF-16LE') on Windows
- This issue was solved with changeset r41967.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
02:13 AM Revision b39b66f4 (git): * bignum.c (rb_big_coerce): [DOC] Add docs for Bignum#coerce
- Based on by Juanito Fatas [Fixes GH-360]
https://.com/ruby/ruby/pull/360
git-svn-id: svn+ssh://ci.rub... -
02:11 AM Revision e068834b (git): bignum.c: suppress warnings
- * bignum.c (big_shift2, rb_big_lshift, rb_big_rshift): cast explicitly
to suppress warnings.
git-svn-id: svn+ssh:/... -
01:56 AM Revision 89d8d769 (git): * thread.c (mutex_sleep): [DOC] Awake thread will reacquire lock
- By Tim Abdulla [Fixes GH-342] https://.com/ruby/ruby/pull/342
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
01:49 AM Revision 150b2655 (git): * bignum.c (nlz16): Use __builtin_clz if possible.
- (nlz32): Use __builtin_clz or __builtin_clzl if possible.
(nlz64): Use __builtin_clzl or __builtin_clzll if possibl... -
12:52 AM Revision 0e15aec6 (git): ChangeLog: fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 AM Revision 508669b6 (git): * bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2.
- (ones): Removed.
(next_pow2): Removed.
(floor_log2): Removed.
(ceil_log2): Removed.
* configure.in (__builtin_...
07/14/2013
-
11:59 PM Feature #8635 (Open): attr_accessor with default block
- =begin
It's quite common to define attributes (like attr_reader, attr_accessor) with default values. It would be u... -
05:47 PM Revision 5f208004 (git): localeinit.c: split
- * localeinit.c (rb_locale_charmap, Init_enc_set_filesystem_encoding):
move from encoding.c.
* miniinit.c (rb_locale... -
05:43 PM Revision 30486375 (git): signal.c: suppress a warning
- * signal.c (ruby_signal): suppress unused-value warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41972 b2d... -
05:40 PM Revision 460d8c11 (git): string.c: char length
- * string.c (str_null_char): calculate char length. fix commit miss at
r41967.
git-svn-id: svn+ssh://ci.ruby-lang.... -
05:33 PM Revision a10591ac (git): encoding.c: NO_PRESERVED_ENCODING
- * encoding.c (rb_enc_init): no longer needs NO_PRESERVED_ENCODING.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
05:32 PM Revision 0953efab (git): encoding.c: defer autoload
- * encoding.c (enc_inspect): defer loading autoloaded encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@419... -
05:31 PM Revision 599076c4 (git): encoding.c: encoding check
- * encoding.c (enc_check_encoding): use is_data_encoding() to check
type consistently.
* encoding.c (must_encoding):... -
05:28 PM Feature #8631 (Assigned): Add a new method to ERB to allow assigning the local variables from a hash
- Assigning to erb maintainer;
IMO, I recommend you to show example mock-code that uses your proposal, to show what ... -
05:21 PM Revision a7481aae (git): string.c: consider old terminator
- * string.c (str_fill_term): consider old terminator length, and should
not use rb_enc_ascget since it depends on th... - 05:21 PM Revision 6a7fd8cb (git): * 2013-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:21 PM Revision 2dc7d111 (git): encoding.c: encoding at inspect
- * encoding.c (enc_inspect): use PRIsVALUE to preserve the result
encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
05:21 PM Revision f2dc5f15 (git): encoding.c: terminator in enc_set_index
- * encoding.c (enc_set_index): deal with terminator so that
rb_enc_set_index also works.
git-svn-id: svn+ssh://ci.r... -
04:32 PM Bug #8634 (Assigned): Segfault with sprintf of force_encoding('UTF-16LE') on Windows
- fixing.
-
11:35 AM Bug #8634 (Closed): Segfault with sprintf of force_encoding('UTF-16LE') on Windows
- The revision r41937 raised segfault in test_m17n.rb
http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/1590/c... -
02:28 PM Revision 240f3056 (git): * configure.in: Check __builtin_popcountl, __builtin_bswap32 and
- __builtin_bswap64.
* internal.h (swap32): Use the configure result for the condition to
use __builtin_bswap32.
(... -
01:24 PM Revision b0eacd02 (git): * bignum.c (bary_subb): Support xn < yn.
- (bigsub_core): Removed.
(bigsub): Don't compare before subtraction. Just subtract and
get the two's complement i...
07/13/2013
-
10:23 PM Bug #8630: Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
- 2013/7/13 "Martin J. Dürst" <[email protected]>:
> That's one way to put it, but a better way is to say that... -
09:23 PM Bug #8630: Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
- Hello Charles,
On 2013/07/13 6:26, Tanaka Akira wrote:
> 2013/7/13 headius (Charles Nutter)<[email protected]... -
03:04 PM Bug #8630 (Rejected): Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
-
06:29 AM Bug #8630: Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
- 2013/7/13 headius (Charles Nutter) <[email protected]>:
> Bug #8630: Transcoding high-bit bytes from ASCII-8BIT t... -
04:01 AM Bug #8630 (Rejected): Transcoding high-bit bytes from ASCII-8BIT to a text encoding should be :invalid, not :undef
- When transcoding from ASCII-8BIT (BINARY) to a text encoding (e.g. UTF-8), MRI will raise an error for high-bit bytes...
-
06:05 PM Feature #8632 (Closed): Remove warnings for Refinements
- Can I remove the following warning for Refinements?
$ ruby -ve 'module M; refine(Fixnum) {}; end'
ruby 2.1.0dev (... -
03:38 PM Revision 651f762c (git): * bignum.c (DIGSPERLONG): Unused macro removed.
- (DIGSPERLL): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:36 PM Revision 75a86e47 (git): * bignum.c (rb_big_aref): Less scan when the number is negative.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 PM Revision b9eeeac5 (git): * bignum.c (big_shift): Avoid signed integer overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 PM Revision 896af106 (git): merge revision(s) 41915:
- * sprintf.c: Fix typo by @hynkle [Fixes GH-357]
https://.com/ruby/ruby/pull/357
git-svn-id: s... -
03:17 PM Revision 0b92f561 (git): merge revision(s) 41906: [Backport #8620]
- * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran... - 03:16 PM Revision 74c6e2af (git): * 2013-07-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 PM Revision f9029004 (git): * bignum.c (bary_mul_precheck): Use bary_small_lshift or
- bary_mul_normal if xl is 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41955 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:16 PM Revision 1e122387 (git): merge revision(s) 41902:
- * lib/logger.rb: Use :call-seq: for method signature rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
03:13 PM Revision 474d53f8 (git): merge revision(s) 41883,41885:
- * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
TestNetHTTP_v1_2_chunked#test_get): shoudn't check... -
02:52 PM Revision e931e27a (git): merge revision(s) 41077,41105: [Backport #8485] [Backport #8500] [Backport #8578]
- * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reported
by Riley Lynch.
* ext/date/date_c... -
02:47 PM Revision ad22d67e (git): merge revision(s) 41871: [Backport #8608]
- * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche... -
02:37 PM Revision 34b1d250 (git): merge revision(s) 41863:
- Module extended doc by @PragTob [fixes GH-335]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41950... -
02:36 PM Revision ce75312a (git): merge revision(s) 41862:
- fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
02:36 PM Revision 725da5a3 (git): merge revision(s) 41861:
- Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]
git-svn-id: svn+ssh://ci.ruby-lang.o... -
02:35 PM Revision 58f44c46 (git): merge revision(s) 41854,41867:
- * object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@4... -
02:32 PM Revision 6e3563c2 (git): merge revision(s) 41853: [Backport #8633]
- * lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
as singleton method, or FileUtils.chmod f... -
02:27 PM Revision 26ade0f2 (git): merge revision(s) 41851:
- * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If user
and group are both nil, print ":".
git-s... -
02:25 PM Revision 57ec0834 (git): merge revision(s) 41839,41841:
- * bignum.c (biglsh_bang): Fix bignum digits under-run.
* bignum.c (bigrsh_bang): Fix bignum digits overrun.
... -
02:13 PM Revision e62660c9 (git): merge revision(s) 41815,41816: [Backport #8606]
- * configure.in (RUBY_DTRACE_POSTPROCESS): dtrace version SUN D 1.11
introduces a check in the dtrace compil... -
02:03 PM Revision de79b66f (git): * bignum.c (big_shift3): New function.
- big_lshift and big_rshift are merged.
(big_shift2): New function.
(big_lshift): Use big_shift3.
(big_rshift): D... -
01:42 PM Revision 7c83af2d (git): merge revision(s) 41807:
- * test/openssl/test_x509crl.rb: Remove unused variable.
[ruby-core:53501] [Bug #8114]
Thanks, Vip... -
06:53 AM Revision 0001cf6b (git): * bignum.c (bary_small_lshift): Use size_t instead of long.
- (bary_small_rshift): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41940 b2dd03c8-39d4-4d8f-98ff-823fe6... -
06:36 AM Revision e31c9896 (git): * bignum.c (bary_small_lshift): Functions moved to remove
- declaration.
(bary_small_rshift): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41939 b2dd03c8-39d4-4... -
04:42 AM Feature #8631 (Closed): Add a new method to ERB to allow assigning the local variables from a hash
- It would be interesting if ERB could allow a hash instead of a binding for processing the template.
We wouldn't ha... -
03:28 AM Revision 245d964e (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 AM Revision 1ae7e6b6 (git): encoding.c: new termlen not oldtermlen
- * encoding.c (rb_enc_associate_index): fill new terminator length, not
old one.
git-svn-id: svn+ssh://ci.ruby-lang... -
03:24 AM Revision 771d31ac (git): ext/win32: move
- * ext/win32: move from ext/dl and ext/fiddle. since ext/extmk.rb
builds extensions in alphabetical order, compiled... -
03:19 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
- Seems like this behaviour only happens while running irb
$ uname -a
Linux localhost 3.4.0-sabayon #1 SMP Wed Jul 18 2... -
12:28 AM Revision 725bc0c8 (git): * bignum.c (biglsh_bang): Removed.
- (bigrsh_bang): Ditto.
(bigmul1_toom3): Use bary_small_lshift and bary_small_rshift.
git-svn-id: svn+ssh://ci.rub... -
12:02 AM Feature #8629: Method#parameters should include the default value
- I'm not sure if returning a proc instead of something else would be really an overhead... And the fact that it is a p...
07/12/2013
-
11:53 PM Feature #8629: Method#parameters should include the default value
- Hm, seems I missed that part. Having said that, I think Charles makes a
valid point in just returning something li... -
11:23 PM Feature #8629: Method#parameters should include the default value
- Yorick, I believe I used exactly your case in my first example, didn't I? In that case, Method#parameters wouldn't ev...
-
10:41 PM Feature #8629: Method#parameters should include the default value
- I could see this being valid if it were limited to showing literal types when the default value is a literal and some...
-
10:23 PM Feature #8629: Method#parameters should include the default value
- How would this take dynamic default values into account such as the
following?:
def some_method(time = T... -
10:20 PM Feature #8629: Method#parameters should include the default value
- This would avoid the need of hacks like this one: https://.com/wycats/merb/blob/master/merb-action-args/lib/mer...
-
10:16 PM Feature #8629 (Rejected): Method#parameters should include the default value
- def a_method arg1=1, now = Time.now, arg2 = arg1 + 1
end
method(:a_method).parameters == [[:opt, :arg1], [:opt, :... -
07:31 PM Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- naruse (Yui NARUSE) wrote:
> Maybe I misunderstood, why is the assertion is needed?
> I feel it should be simply re... -
07:25 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
- @nobu.
My apologies for this false alarm.
Thank you for pointing the grammatical ambiguity:
/=/ can be parsed as ... -
04:18 PM Bug #8628 (Rejected): Parse error with method argument that is a Hash with a specific pattern
- `p /=/' is interpreted as `p /= /.../', an assignment to a variable `p'.
-
03:55 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
- # Could also reproduce the problem with the regexp /,/
# In other words, this will also result in a parse error:
p ... -
03:38 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
- The error message when you run the snippet in attachment is:
snippet.rb:9: syntax error, unexpected tIDENTIFIER, exp... -
03:35 PM Bug #8628: Parse error with method argument that is a Hash with a specific pattern
- First detected in ruby 1.9.3p374 (2013-01-15) [i386-mingw32]
-
03:33 PM Bug #8628 (Rejected): Parse error with method argument that is a Hash with a specific pattern
- # The next two lines cause a parse error
p /=/ => 'works'
# /in comment/ => 'fails'
# The reported error is:
# ... -
06:53 PM Bug #8624: illegal hardware instruction in csv test
- 2013/7/12 nobu (Nobuyoshi Nakada) <[email protected]>:
>
> 手元のx86_64-linux環境では、illegal hardware instructionも再現せ... -
04:34 PM Bug #8624: illegal hardware instruction in csv test
- 手元のx86_64-linux環境では、illegal hardware instructionも再現せず、
valgrindも何も出さなず、x86_64-darwnでもvalgrindのエラーは出たものの
illegal har... -
04:28 PM Bug #8624 (Closed): illegal hardware instruction in csv test
- This issue was solved with changeset r41930.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... - 04:05 PM Revision a82f8c78 (git): * 2013-07-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 PM Revision 5de05f57 (git): * lib/rubygems/psych_additions.rb: Ignore Psych docs here
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 PM Bug #8612: nil in ERB::Util.url_encode
- seki leave to xibbar.
-
03:24 PM Bug #7672: Segmentation faults with ibm_db gem on three versions of 1.9.3 on MacOS X and Ubuntu
- I upgraded to ruby 193 p429 and still see the cfp consistency error....I am attaching the new trace file too....
T... -
02:06 PM Bug #7672: Segmentation faults with ibm_db gem on three versions of 1.9.3 on MacOS X and Ubuntu
- Hi,
I am now able to reproduce this issue on my system too, while running the Rails 4 test suite. I see that the e... -
10:47 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
- It seems that this issue occurs on Ubuntu 13.04 and already fixed on trunk with the revision r41215
-
08:53 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
- "xinjin (Sujin Phil)" <[email protected]> wrote:
> (({
> 2.0.0p247 :001 > require 'socket'
> => true
> ... -
07:53 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
- 2013/7/12 xinjin (Sujin Phil) <[email protected]>:
> Bug #8627: Socket.pack_sockaddr_in crashes ruby
> https:... -
07:15 AM Bug #8627: Socket.pack_sockaddr_in crashes ruby
- /home/developer/.rvm/rubies/ruby-2.0.0-p247/bin/irb:16:in `<main>'
/home/developer/.rvm/rubies/ruby-2.0.0-p247/lib/r... -
07:10 AM Bug #8627 (Closed): Socket.pack_sockaddr_in crashes ruby
- (({
2.0.0p247 :001 > require 'socket'
=> true
2.0.0p247 :002 > Socket.pack_sockaddr_in(500, "fdgfdgd")
(irb):2:... -
10:34 AM Bug #8507: Keyword splat does not convert arg to Hash
- So let's think about why we have `splat(*nil)`. Ordinarily you wouldn't write this code like that of course, but you ...
-
10:14 AM Feature #8614: Object#singleton_class with a block
- I'm not sure I like this, but I do agree about the use case. What about adding a method `singleton_class_eval` instead?
- 09:11 AM Revision e9ce31bf (git): * ext/fiddle/win32/lib/win32/registry.rb
- (Win32::Registry::API#make_wstr): same as r41922.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41932 b2dd03c8-... -
07:37 AM Revision 342259a3 (git): signal.c: for valgrind
- * signal.c (ruby_signal): suppress valgrind error in
install_sighandler().
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
07:28 AM Revision 8b8cce32 (git): encoding.c: refill terminator at associating encoding
- * encoding.c (rb_enc_associate_index): refill the terminator if it
becomes longer than before. [ruby-dev:47500] [B... -
05:59 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- On Fri, Jul 12, 2013 at 03:55:16AM +0900, Eric Wong wrote:
> Aaron Patterson <[email protected]> wrote:
>... -
03:59 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Aaron Patterson <[email protected]> wrote:
> It occurs to me that this is pretty similar to IO#readpartial.... -
02:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- On Wed, Jul 10, 2013 at 10:52:26AM +0900, Eric Wong wrote:
> Aaron Patterson <[email protected]> wrote:
>... -
03:07 AM Bug #8621 (Assigned): MinGW: Rational tests are causing error
- Thank you nobu, but seems we are back to the floating error again:
http://ci.rubyinstaller.org/job/ruby-trunk-x86-... -
02:35 AM Revision bc241235 (git): * hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHash
- has ntbl and it is empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:22 AM Revision b9a9a024 (git): * hash.c (recursive_hash): use RHASH_SIZE() to check hash size.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:34 AM Feature #8626: Add a Set coercion method to the standard lib: Set(possible_set)
- I've created a pull request for MRI here https://.com/ruby/ruby/pull/359
-
01:26 AM Feature #8626 (Open): Add a Set coercion method to the standard lib: Set(possible_set)
- =begin
I'd like to be able to take an object that may already be a Set (or not) and ensure that it is one
For exa...
Also available in: Atom