Activity
From 07/10/2013 to 07/16/2013
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://github.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://github.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 patch by Juanito Fatas [Fixes GH-360]
https://github.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://github.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 patch by @hynkle [Fixes GH-357]
https://github.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://github.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://github.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...
07/11/2013
-
11:54 PM Bug #8625 (Closed): IO#read(len, buf) shortens buf even if data is not read actually
- By r34580, `IO#read(len, buf)` does not expand _buf_ until data is read actually,
but it still shortens if the origi... -
11:51 PM Bug #8624 (Closed): illegal hardware instruction in csv test
- 以下のように illegal hardware instruction になることがあるようです。
% ./ruby -v
ruby 2.1.0dev (2013-07-11 trunk 41923) [x86_64-linu... -
11:08 PM Bug #8612: nil in ERB::Util.url_encode
- =begin
The same issue exists in (({CGI::escape})). Internally it calls (({$1.bytesize})) and (({$1})) is (({nil})).
... -
10:58 PM Bug #7311 (Assigned): DRb test suite fails when hostname cannot be reached
- I don't like the patch, maybe seki-san can review it.
seki: please check 0001-Fallback-to-localhost-if-hostname-is... -
05:36 PM Bug #7311 (Open): DRb test suite fails when hostname cannot be reached
- Thanks for applying. However, there is also 0001-Fallback-to-localhost-if-hostname-is-not-associated-.patch attached,...
-
02:24 PM Bug #7311 (Closed): DRb test suite fails when hostname cannot be reached
- This issue was solved with changeset r41916.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
10:57 PM Bug #5563 (Closed): Fix bug in drb tests if hostname does not resolve to a local IP
- Thanks Jeremy!
-
03:12 PM Bug #5563: Fix bug in drb tests if hostname does not resolve to a local IP
- This bug can be closed. Bug #7311 was a duplicate of this bug with the exact same patch I provided, and the patch wa...
-
09:30 PM Bug #8621 (Closed): MinGW: Rational tests are causing error
- This issue was solved with changeset r41923.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g... -
12:05 PM Bug #8621: MinGW: Rational tests are causing error
- This issue is raise from pow function failure of float on mingw-w64 x86.
C:\work>irb
irb(main):001:0> 1 *... -
12:40 AM Bug #8621 (Closed): MinGW: Rational tests are causing error
- Hello,
It seems that Rational related tests are causing failure in RubyInstaller CI:
http://ci.rubyinstaller.or... -
06:09 PM Bug #8623 (Assigned): Make stable Gem::Specification.files in default .gemspecs
-
05:56 PM Bug #8623 (Closed): Make stable Gem::Specification.files in default .gemspecs
- Although the .gemspec files for default gems are same in function, the different order of their "s.files" makes them ...
-
05:53 PM Feature #8619: Standard Profiling API
- > In what ways is GC::Profiler insufficient?
GC::Profiler only provides fairly limited details on garbage colle... -
06:53 AM Feature #8619: Standard Profiling API
- In what ways is GC::Profiler insufficient?
-
05:51 PM Bug #8590: Second call of https.get results in timeout
- drbrain (Eric Hodel) wrote:
> I can reproduce it with OpenSSL 1.0.1e 11 Feb 2013 and ruby trunk, it seems related to... -
08:51 AM Bug #8590: Second call of https.get results in timeout
- =begin
I can reproduce it with OpenSSL 1.0.1e 11 Feb 2013 and ruby trunk, it seems related to SSL session reuse.
(({... -
03:25 PM Revision 7a171aa8 (git): * hash.c (rb_hash_size): use RHASH_SIZE().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 76a400ff (git): * hash.c (rb_hash_values): set array capa to RHASH_SIZE().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:06 PM Revision 9ae1b8f9 (git): * 2013-07-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:06 PM Revision c459495c (git): * hash.c (rb_hash_keys): set array capa to RHASH_SIZE().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:52 PM Misc #8545 (Closed): Backport r41431 to 1.9.3
- Backport requests are for bugs only.
-
12:30 PM Revision 3c9e6f1e (git): win32.c: fix infinite recursion
- * win32/win32.c (rb_w32_pow): undef pow to get rid of infinite
recursive call. re-fix [Bug #8495]. [ruby-core:559... -
11:18 AM Revision 4997572f (git): win32/registry.rb: remove workaround
- * ext/dl/win32/lib/win32/registry.rb (Win32::Registry::API#make_wstr):
remove workaround to append WCHAR terminator... -
11:18 AM Revision 18030d18 (git): transcode.c: fill terminator
- * transcode.c (str_encode_associate): fill terminator after conversion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
11:18 AM Revision 1549894a (git): string.c: multi-byte terminator
- * string.c (rb_enc_str_new, rb_str_set_len, rb_str_resize): fill
minimum length of the encoding as the terminator.
... -
11:17 AM Revision b271a8c9 (git): string.c: multi-byte terminator
- * string.c (rb_string_value_cstr): fill minimum length of the encoding
as the terminator.
git-svn-id: svn+ssh://c... -
11:17 AM Revision db3ddad3 (git): string.c: check null char
- * string.c (rb_string_value_cstr): check null char in char, not in
byte.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
05:51 AM Revision be698dbc (git): * array.c: Replace confusing example for #reverse_each in overview
- Patch by Earl St Sauver [Fixes documenting-ruby/ruby-12]
https://github.com/documenting-ruby/ruby/pull/12
git-svn... -
05:24 AM Revision c1f78cc6 (git): * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]
- Patch by Vit Ondruch [ruby-core:49101]
* test/drb/ut_array.rb: ditto
* test/drb/ut_array_drbssl.rb: ditto
git-svn-i... -
05:23 AM Bug #7583: Update DTrace probes description in Wiki
- tenderlovemaking (Aaron Patterson) wrote:
> I've updated the wiki and added a script that will generate wiki format ... -
03:23 AM Bug #7583 (Closed): Update DTrace probes description in Wiki
- I've updated the wiki and added a script that will generate wiki format from the probes file. It looks like there is...
-
04:49 AM Revision ed0736dd (git): * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]
- https://github.com/ruby/ruby/pull/357
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41915 b2dd03c8-39d4-4d8f-98... -
04:01 AM Revision 84247a63 (git): * lib/securerandom.rb: Refactor conditions by Rafal Chmiel
- [Fixes GH-326] https://github.com/ruby/ruby/pull/326
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41914 b2dd03... -
03:53 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
- Actually I personally do have a use case for the argument names being
available, but I wouldn't be too surprised i... -
02:53 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
- FWIW, here's output from and patch to enable "rich" parameter
information on JRuby. We do not provide the argument... -
02:53 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
- On Wed, Jul 10, 2013 at 11:16 AM, Yorick Peterse
<[email protected]> wrote:
> The problem, at least with M... -
12:23 AM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
- Consider the following code:
def example(required, optional = 10)
end
method(:example).pa... -
03:41 AM Bug #6495 (Closed): uninitialized constant due to missing require
- This was fixed in r37391, so I'm closing this. Thanks!
-
03:38 AM Bug #7029 (Closed): yaml#load_file too slow under Psych
- =begin
Hi,
The latest release of the psych gem cuts the time for this benchmark. It may still be slightly slower... -
03:30 AM Bug #4821 (Rejected): Random Segfaults (in start_thread?)
- I'm closing this since I haven't heard any feedback from the reporter. If you can post an isolated example, I would ...
-
03:06 AM Bug #7585 (Closed): DTrace probes are inconsistent
- Hi, I made the inconsistent probes you mentioned have consistent parameters. I'm not totally sure about the utility ...
-
03:06 AM Revision 973d8553 (git): * bignum.c: Don't use toom3 after once karatsuba is choosen.
- (mulfunc_t): New type.
(bary_mul_toom3_start): Renamed from bary_mul.
(bary_mul_karatsuba_start): Renamed from ba... -
01:57 AM Bug #8622 (Closed): Tracepoint API: B_RETURN_EVENT not triggered when "return" used inside lambda
- =begin
I'm using the Tracepoint API in my gem and I noticed that when the keyword `return` is used inside a lambda... -
01:46 AM Revision 9e2fc969 (git): probes_to_wiki.rb: fix comment and reduce unnecessary array
- * tool/probes_to_wiki.rb: fix usage comment. use Enumerable#grep
which yields each elements to reduce unnecessary ... -
01:31 AM Revision e2a17dad (git): call GC.start before fork-related tests to decrease GC cost on fork children
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:13 AM Revision 300b7c80 (git): * process.c (rb_daemon): daemon(3) is implemented with fork(2).
- Therefore it needs rb_thread_atfork(). (and revert r41903)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41910 b... - 01:09 AM Revision 24eff272 (git): merge revision(s) 41623,41723: [Backport #8603]
- * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases when
the argument x is not a BigDecimal.
... -
12:50 AM Bug #8615 (Closed): Add examples for SimpleDelegator
- This issue was solved with changeset r41905.
Caleb, thank you for reporting this issue.
Your contribution to Ruby is ...
07/10/2013
-
11:44 PM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
- What do you mean "accurate results when using UnboundMethod#parameters"?
$ bin/jruby -e "def foo(a, b=1, *c, &... -
07:16 PM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
- As a follow up, a while ago I resolved a similar issue in Rubinius. Although
Rubinius would provide correct argument... -
11:25 PM Bug #8567 (Closed): Logger#add can never return +false+
- This issue was solved with changeset r41901.
Tim, thank you for reporting this issue.
Your contribution to Ruby is gr... -
01:11 PM Bug #8567 (Assigned): Logger#add can never return +false+
-
07:53 PM Feature #8619: Standard Profiling API
- For those that are curious, this is the patch for ruby-prof that I'm talking
about: https://gist.github.com/YorickPe... -
07:51 PM Feature #8619 (Open): Standard Profiling API
- At the time of writing there are many different Ruby implementations ranging
from the common ones such as MRI, Jruby... -
06:23 PM Revision f328b9d0 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:22 PM Revision 4580394a (git): * tool/probes_to_wiki.rb: adding a script to convert probes.d to wiki
- format for easy wiki updates.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41907 b2dd03c8-39d4-4d8f-98ff-823fe6... -
05:34 PM Bug #8590 (Feedback): Second call of https.get results in timeout
- I can't reproduce on
* ruby 2.1.0dev (2013-07-10 trunk 41892) [x86_64-freebsd9.1]
* OpenSSL 0.9.8y 5 Feb 2013
Fe... -
05:10 PM Bug #8590: Second call of https.get results in timeout
- It can be reproduced on trunk r41889.
-
01:39 PM Bug #8590 (Assigned): Second call of https.get results in timeout
-
05:10 PM Bug #8386: OpenSSL thread safety
- ktsj (Kazuki Tsujimoto) wrote:
> MartinBosslet (Martin Bosslet) wrote:
> > @ktsj Does the error occur every time yo... -
03:55 PM Revision cd224452 (git): * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 PM Revision 0357488b (git): * lib/delegate.rb: Add example for __setobj__ and __getobj__
- [Bug #8615] Patch by Caleb Thompson
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41905 b2dd03c8-39d4-4d8f-98ff... - 03:36 PM Revision e82591d0 (git): * 2013-07-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:36 PM Revision 843f3a65 (git): On FreeBSD, threads don't die on daemon(3)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:30 PM Revision 30ce930f (git): * lib/logger.rb: Use :call-seq: for method signature rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 PM Revision fef0a7de (git): * lib/logger.rb (#add): Remove incorrect rdoc for return value
- [Bug #8567] Reported by Tim Pease.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41901 b2dd03c8-39d4-4d8f-98ff-... -
02:23 PM Bug #8493: Random Segmentation fault in sass
- Could either of you provide a reproducible script? Just 'sass' the dependency doesn't help much.
Also, have you tr... -
08:18 AM Bug #8493: Random Segmentation fault in sass
- =begin
We are running into the same issue on SmartOS. Here is the output of our segfault:
/path/to/ruby/1.9.1... -
02:12 PM Revision d5284438 (git): string.c: rb_str_subpos
- * string.c (rb_str_subpos): make public function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41900 b2dd03c8-3... -
02:11 PM Bug #8613 (Closed): Update to rdoc 4.0.1
- My mistake, we can just use #8037.
Sorry! -
02:08 PM Bug #8037 (Assigned): rdoc issues preventing docs generating after ruby was compiled
- @stomar Oops, you are correct!
I think Eric is working on another release of RDoc, so hopefully he can merge soon. -
02:03 PM Bug #8612 (Assigned): nil in ERB::Util.url_encode
-
01:46 PM Revision c0796c36 (git): * bignum.c: Add a static assertion for RBIGNUM_EMBED_LEN_MAX.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:35 PM Revision 2a2ac623 (git): * string.c (rb_str_index): cache single byte flag and some
- cosmetic changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:23 PM Bug #8560: CSV, skip_lines option causes error when passing a string
- @Kyle you might want to try to ping JEG2 on that ticket as well. He
may not see this. -
01:06 PM Revision 55e60d05 (git): * bignum.c (bary_2comp): Don't use bary_plus_one.
- (bary_add_one): Replaced by the implementation of bary_plus_one.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
12:55 PM Misc #8548: Correction for a String#include? usage example
- @mattonrails this bug was actually fixed just recently in rdoc, see https://github.com/rdoc/rdoc/issues/220
-
12:50 PM Bug #8482 (Assigned): native rake gem has broken path
- Assigning to Eric, since it wouldn't let me assign it to Jim?
-
12:48 PM Bug #8551 (Closed): rake 10.0.4 regression from 0.9.6 - prints verbose stacktrace
- See ruby-core:55575
-
11:48 AM Revision c37e6ab2 (git): bignum.c: sizeof_bdigit_dbl
- * bignum.c (sizeof_bdigit_dbl): check sizeof(BDIGIT_DBL).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41896 b2... -
11:47 AM Revision c169b513 (git): internal.h: STATIC_ASSERT
- * internal.h (STATIC_ASSERT): move from enum.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41895 b2dd03c8-39d... -
11:10 AM Revision 716c93be (git): * bignum.c (SIZEOF_BDIGIT_DBL): Add a ifdef guard for test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Aaron Patterson <[email protected]> wrote:
> On Wed, Jul 10, 2013 at 09:03:19AM +0900, Eric Wong wrote:
>... -
09:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- On Wed, Jul 10, 2013 at 09:03:19AM +0900, Eric Wong wrote:
> "tenderlovemaking (Aaron Patterson)" <aaron@tenderlov... -
09:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- "tenderlovemaking (Aaron Patterson)" <[email protected]> wrote:
> As for Erlang style return values. It ... -
09:12 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- =begin
Just another data point. I ran the benchmarks that Charles showed on my implementation in MRI. We also see ... -
06:24 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- =begin
Hi, I've updated the patch to apply against trunk (please find it attached).
Matz, akr, with regard to get... -
10:53 AM Bug #8616: Process.daemon messes up threads
- No, it shouldn't raise an exception. Process.daemon and fork both use
after_fork() in C. That function should iter... -
10:23 AM Bug #8616: Process.daemon messes up threads
- 2013/7/10 tenderlovemaking (Aaron Patterson) <[email protected]>:
> Bug #8616: Process.daemon messes up t... -
07:29 AM Bug #8616 (Closed): Process.daemon messes up threads
- =begin
Hi,
When I daemonize a process, it somehow messes up threads from the parent process. Here is a script to... -
09:53 AM Feature #8469: ABI checker とか導入しませんか
- 2013年7月9日 10:25 KOSAKI Motohiro <[email protected]>:
> Lowはどうせみんな無視すると思ってるので 8
> だけでいいと思います。当面は。Highで... -
08:34 AM Bug #8615: Add examples for SimpleDelegator
- reassigning to zzak as he has more bandwidth for doc commits.
-
03:41 AM Bug #8615 (Closed): Add examples for SimpleDelegator
- SimpleDelegator’s documentation lacked an example of its primary
feature, that it automatically sets the object pass... -
08:34 AM Bug #8557 (Closed): rubygems/security.rb is loaded twice if openssl is unavailable
- Fixed by r41873
-
08:27 AM Revision 7bc77b76 (git): Use Tempfile.create to unlink the tempfile on Windows
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:10 AM Revision 6d45dd20 (git): fix PATH environ related test failure introduced at r41873
- On Windows PATH_SEPARATOR is ';'.
Therefore it can't be hardcoded.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
08:10 AM Revision 372a9b1b (git): fix shebang test failure introduced at r41873
- On Windows, it doesn't use /usr/bin/env.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41891 b2dd03c8-39d4-4d8f-... -
08:02 AM Revision ef9fd492 (git): remove duplicated entry
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:45 AM Revision 83240be2 (git): fix test failure introduced at r41873
- it needs switching windows or othres because lib/rubygems/test_case.rb:283
switches the platform string.
git-svn-id:... -
06:33 AM Feature #6626: Readline.delete_text
- 大変遅くなりましたが、これを取り込もうと思って作業しています。
手元の環境(Mac OS X 10.7, GNU Readline 6.2)での動作確認は終わりました。
あと、Mac OSに標準添付されているEditLine(... -
05:58 AM Revision cc47b029 (git): bignum.c: select by preprocessor conditions
- * bignum.c (maxpow_in_bdigit_dbl, maxpow_in_bdigit): select by
preprocessor conditions to reduce dead code and supp... - 05:54 AM Revision 94e7608b (git): Turns out [Fix GH-***] doesn't work while [Fixes GH-***] does.
- Fix existing tags for future reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41887 b2dd03c8-39d4-4d8f-9... -
05:19 AM Revision 863d148a (git): process.c: kill threads in daemon process
- * process.c (fork_daemon): kill the other threads all and abandon the
kept mutexes.
git-svn-id: svn+ssh://ci.ruby-... -
03:00 AM Revision d3e8f0fe (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 AM Revision 011faff5 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 AM Feature #7677 (Closed): YAML load mode that does instantiate Ruby
- `Psych.safe_load` method has been introduced, which should deal with this issue. Thanks!
-
02:55 AM Bug #7227 (Rejected): failed to build native extension for bcrypt-ruby gem under cygwin on windows xp
- Looks like Aman fixed this in the bcrypt repository. It is not a bug in MRI, but a problem with the bcrypt-ruby exte...
- 02:38 AM Revision 26ac0589 (git): * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
- TestNetHTTP_v1_2_chunked#test_get): shoudn't check
HttpResponse#decode_content if Zlib is not available.
ko1 comp... -
02:19 AM Revision 84c08bc3 (git): ossl.c: fix argument type
- * ext/openssl/ossl.c (ossl_lock_callback): fix argument type, and
remove redundant casts.
git-svn-id: svn+ssh://ci... -
02:19 AM Revision b72bd6c0 (git): ossl.c: rb_gc_register_mark_object
- * ext/openssl/ossl.c (Init_ossl_locks): use rb_gc_register_mark_object
instead of rb_global_variable. probably RAr... -
02:19 AM Revision 351932cb (git): ossl.c: check allocation
- * ext/openssl/ossl.c (Init_ossl_locks): check if locks array is
allocated successfully.
git-svn-id: svn+ssh://ci.r... -
02:19 AM Revision c341e85b (git): ossl.c: check integer overflow
- * ext/openssl/ossl.c (Init_ossl_locks): check integer overflow.
OPENSSL_malloc() takes int only.
git-svn-id: svn+s... - 01:33 AM Revision 322ce91a (git): * include/ruby/intern.h (rb_path_next, rb_path_skip_prefix,
- rb_path_last_separator, rb_path_end, ruby_find_basename,
ruby_find_extname): restore the declarations of these func... -
01:21 AM Revision 1734e481 (git): * tool/rbinstall.rb: always require rubygems to stabilize rubygems
- related status like whether Gem::Specification is defined or not.
* tool/rbinstall.rb (Gem::Specification.unresolved... - 01:21 AM Revision af15922b (git): * include/ruby/intern.h (rb_f_lambda): mark as deprecated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:06 AM Revision 4032339a (git): * include/ruby/intern.h (rb_f_lambda): restore the declaration of
- rb_f_lambda() for backword compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41875 b2d... -
01:04 AM Feature #8614 (Open): Object#singleton_class with a block
- =begin
Most of the time when I use `Object#singleton_class`, I use it with `class_eval` following it, like follows:
...
Also available in: Atom