Activity
From 06/10/2017 to 06/16/2017
06/16/2017
- 11:59 PM Revision 2b0c0cc2 (git): * 2017-06-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:59 PM Revision 9bf9d0ef (git): default.mspec: limit cores
- * spec/default.mspec (MSpecScript::JobServer#cores): limit max
number of processors, not to acquire tokens more tha... -
10:34 PM Feature #13665: String#delete_suffix
- At yesterday meeting, a name `lchomp` was proposed but rejected because of the special deal of CR LF.
If `delete_suf... -
02:30 PM Feature #13665 (Closed): String#delete_suffix
- In https://bugs.ruby-lang.org/issues/12694, we decided to have `String#delete_prefix`.
It would be nice to have `Str... -
02:44 PM Bug #13624 (Closed): MinGW - TestIO#test_copy_stream_no_busy_wait - new failure
-
02:44 PM Bug #13515 (Closed): Pathname#join doesn't add separator on UNC paths
- Applied in changeset trunk|r59102.
----------
pathname.rb: UNC root pathname needs a separator
* ext/pathname/lib/p... -
02:44 PM Revision 28753375 (git): pathname.rb: UNC root pathname needs a separator
- * ext/pathname/lib/pathname.rb (Pathname#plus): UNC root pathname
needs a separator. File.basename returns "/" on ... -
02:31 PM Feature #12694: Want a String method to remove heading substr
- I made a ticket for String#delete_suffix https://bugs.ruby-lang.org/issues/13665
-
02:23 PM Feature #12694: Want a String method to remove heading substr
- We have String#chomp to delete suffix, but it would be nice to have the method for symmetry.
I will create another t... -
02:14 PM Feature #12694: Want a String method to remove heading substr
- sonots (Naotoshi Seo) wrote:
> Thanks! I've changed the name to delete_prefix. https://github.com/ruby/ruby/pull/163... -
06:26 AM Feature #12694: Want a String method to remove heading substr
- Thanks! I've changed the name to delete_prefix. https://github.com/ruby/ruby/pull/1632
-
06:11 AM Feature #12694: Want a String method to remove heading substr
- I'd pick the name `delete_prefix`.
Matz.
-
01:28 PM Feature #12739: deprecate_constant :Fixnum, :Bignum
- Closed ticket should not be reused.
Please open new ticket. -
09:47 AM Bug #10290: segfault when calling a lambda recursively after rescuing SystemStackError
- `SystemStackError` seems uncatchable since r58492.
-
09:01 AM Feature #13434: better method definition in C API
- I don't like "mini-language" which needs a parser.
-
08:57 AM Feature #13518 (Rejected): Indented multiline comments
- `=begin` and `=end` are ugly appendix inherited from Perl. I'd rather remove them than enhance them.
Matz.
-
08:56 AM Bug #13407: We have recv_nonblock but not send_nonblock... can we add it?
- I cannot remember why I didn't add send_nonblock.
However I feel adding send_nonblock is considerable because
sen... -
08:23 AM Feature #12063: KeyError#receiver and KeyError#name
- Keys may not be names (strings and symbols), so I think `key` is a sufficient name for the method.
Matz.
-
08:14 AM Bug #13432 (Closed): set_trace_funcにproc->is_from_method = TRUEのオブジェクトを渡し、SystemStackErrorを発生させるとRubyVMが停止する
-
08:12 AM Bug #13432: set_trace_funcにproc->is_from_method = TRUEのオブジェクトを渡し、SystemStackErrorを発生させるとRubyVMが停止する
- r58349 で修正済み。
-
06:11 AM Bug #13432: set_trace_funcにproc->is_from_method = TRUEのオブジェクトを渡し、SystemStackErrorを発生させるとRubyVMが停止する
- r59100では起きないようです。
-
08:00 AM Feature #13381: [PATCH] Expose rb_fstring and its family to C extensions
- How about `fixed_str`?
-
07:58 AM Feature #13381 (Assigned): [PATCH] Expose rb_fstring and its family to C extensions
-
07:02 AM Revision 5a13c6bc (git): Merge psych-3.0.0.beta2 from https://github.com/ruby/psych
- It contains following changes from 3.0.0.beta1
* Preserve time zone offset when deserializing times
https:... -
06:03 AM Bug #13555 (Closed): Disable TestTrace#test_trace_stackoverflow
-
05:00 AM Bug #13664 (Feedback): encountered a bug in the Ruby interpreter or extension libraries
- Please show the whole log.
And `ruby -v` and the log do not match. -
04:04 AM Revision ab8e756d (git): require 'bigdecimal'
- * test/json/json_parser_test.rb: this test needs bigdecimal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5910... -
03:04 AM Revision b304078a (git): Merge json-2.1.0 from https://github.com/flori/json
- https://github.com/flori/json/blob/master/CHANGES.md#2017-04-18-210
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
02:36 AM Bug #13498 (Assigned): Weakref, Weakmap and define_finalizer don't work on frozen objects
- Weakref is implemented by finalizer to notify that an object is collected, and you can't define finalizers on frozen ...
-
02:28 AM Bug #13446 (Assigned): refinements with prepend for module has strange behavior
- 01:53 AM Revision bc917f98 (git): * 2017-06-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:53 AM Revision aea98ff0 (git): removed ruby_error_print
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/15/2017
-
08:31 PM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- [email protected] wrote:
> Thanks for your detailed reply. It's impressive and useful
> that you have such ... -
01:56 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- Thanks for your detailed reply. It's impressive and useful that you have such a good knowledge of these issues.
I ... -
03:12 PM Bug #13664 (Closed): encountered a bug in the Ruby interpreter or extension libraries
- while running brazil-build i got this bug
(snip)
- 02:04 PM Revision 285f1390 (git): Clear `DESTDIR` when running make
- * spec/rubyspec/optional/capi/spec_helper.rb (compile_extension): `DESTDIR` is
the drive letter of the ruby install... -
01:51 PM Feature #13570: Using mkmf for ruby/spec C API specs
- I tested and adapted the spec_helper.rb so it now also works on mswin (https://github.com/ruby/ruby/pull/1649) and mi...
-
01:34 PM Revision 2fbd11c7 (git): Update to ruby/spec@c730f07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:08 PM Bug #13663: `String#upto` doesn't work as expected
- Also i think its a bit to much optimised.
because i tried to overwrite the String#<=> method, directly or with Ref... -
12:53 PM Bug #13663: `String#upto` doesn't work as expected
- I believe that problem here is how to provide consistency between `succ` and `<=>` for arbitrary length strings.
1... -
07:24 AM Bug #13663 (Closed): `String#upto` doesn't work as expected
- Given that `String#upto` uses `String#succ` to generate successive values, I'd expect
```ruby
'x'.upto('ac').to_a... - 12:48 PM Revision 56b83d06 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 PM Revision 2bdce358 (git): Update to ruby/spec@cd1b911
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 PM Revision 5ccf36c7 (git): Update to ruby/mspec@d900a49
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:51 AM Revision bd8412b7 (git): Revert r59084, see r57060
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:43 AM Revision 88de87c2 (git): Don't pollute toplevel by an IRB internal method
- There actually are some libraries that requires 'irb' such as byebug, and when
'irb' is required, it requires irb/src... -
07:16 AM Bug #13662 (Closed): prohibit machine stackoverflow while GC
- Applied in changeset trunk|r59089.
----------
Prohibit SystemStackError while GC.
* vm_insnhelper.c (rb_threadptr_s... -
07:14 AM Bug #13662 (Closed): prohibit machine stackoverflow while GC
- We have encounter GC marking miss after [Feature #13637] r59047 at test-rubyspec.
> I, [2017-06-15T04:31:33.467582... -
07:16 AM Revision e64e3c4c (git): Prohibit SystemStackError while GC.
- * vm_insnhelper.c (rb_threadptr_stack_overflow): fatal on GC [Bug #13662]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
05:13 AM Bug #13660: rb_str_hash_m discards bits from the hash
- I don't think there is any guarantee for the length of a hash value in Ruby. It's just assumed it's long enough to no...
-
03:12 AM Revision 9504610b (git): common.mk: tweaked packages order
- * common.mk (dist): tweaked packages order by $(DISTPKGS).
.tar.gz comes first for the hash values in downloads pag... -
02:39 AM Revision d25ed18c (git): make-snapshot: colorize [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:33 AM Revision 95797e13 (git): make-snapshot: suppress output from 7z [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:33 AM Revision 4d4fabaf (git): * 2017-06-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:33 AM Revision 10840d3a (git): make-snapshot: prefer default commands over 7z [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:29 AM Misc #13659 (Third Party's Issue): Keeping track of officially supported versions by the ruby bindings in the core/stdlib
- Please report it at https://github.com/ruby/openssl
-
12:21 AM Misc #13659: Keeping track of officially supported versions by the ruby bindings in the core/stdlib
- Note: https://docs.ruby-lang.org/en/trunk/OpenSSL.html (our official documentation) is not affect "frozen_string_lite...
06/14/2017
-
10:05 PM Bug #13661 (Rejected): DateTime.parse parses strings with a month abbreviation after a word boundary as a valid date
- When parsing a string like "[email protected]" it parses it into a DateTime i.e.:
~~~ ruby
require 'date'
DateTime.... -
09:58 PM Bug #13660: rb_str_hash_m discards bits from the hash
- What is particularly puzzling on that AppVeyor log is both hash values at the Ruby level look the same, and have the ...
-
09:56 PM Bug #13660 (Closed): rb_str_hash_m discards bits from the hash
- I believe rb_str_hash_m might discard some bits from the hash value in some situations.
It computes the hash as a ... -
02:02 PM Revision bacadbe9 (git): proc.c: infect inspect result
- * proc.c (method_inspect): the result should be infected by the
object.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
01:37 PM Misc #13659 (Third Party's Issue): Keeping track of officially supported versions by the ruby bindings in the core/stdlib
- Hello ruby core-team and others,
Would it be possible to keep track of the versions that are officially supported
... -
01:08 PM Revision 452f46b7 (git): test/ruby/test_method.rb: refined [ruby-core:81666] [Bug #13656]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:49 AM Bug #11033 (Closed): OpenSSL related threading issues in Ruby 2.1 and 2.2
- Applied in changeset trunk|r59081.
----------
openssl: import v2.0.4
Import Ruby/OpenSSL 2.0.4. Only bug (and typo)... -
04:57 AM Bug #11033: OpenSSL related threading issues in Ruby 2.1 and 2.2
- [Bug #8386] is unrelated to this. The X509_load_cert_crl_file() function called
from OpenSSL::X509::Store#add_file i... -
01:23 AM Bug #11033: OpenSSL related threading issues in Ruby 2.1 and 2.2
- Also seeing this issue crop up in AppVeyor - specifically under Ruby 2.4 testing. We haven't seen this in previous R...
-
09:49 AM Revision 9eb92007 (git): openssl: import v2.0.4
- Import Ruby/OpenSSL 2.0.4. Only bug (and typo) fixes. The full commit
history since v2.0.3 (imported at r57482) can b... -
06:04 AM Bug #13656 (Closed): Method#super_method returns incorrect result dependent on unrelated module
- Applied in changeset trunk|r59080.
----------
proc.c: skip prepended modules
* proc.c (method_super_method): skip p... -
06:03 AM Revision dbf67bf0 (git): proc.c: skip prepended modules
- * proc.c (method_super_method): skip prepended modules and
continue from the super class of the original class.
[... -
05:23 AM Bug #13655: external encoding named "-" (doc issue or…?)
- I think it a doc issue.
-
05:10 AM Revision e6d9e4c8 (git): compile.c: dump and error before allocation
- * compile.c (iseq_set_sequence): separate instruction dump and
error, before allocation of sequence.
git-svn-id: s... -
04:27 AM Bug #13658 (Closed): Compile error with Oracle Solaris Studio (Oracle Developer Studio) 12.4 in compile.c line 1622 (definition of BADINSN_ERROR)
- Applied in changeset trunk|r59078.
----------
simply call xfree().
* compile.c (BADINSN_ERROR): mixing (void) and (... -
04:15 AM Bug #13658 (Closed): Compile error with Oracle Solaris Studio (Oracle Developer Studio) 12.4 in compile.c line 1622 (definition of BADINSN_ERROR)
- r59074 付近以降、Solaris 10 上の Oracle Solaris Studio 12.4 にて、
以下のエラーにより compile.c のコンパイルに失敗します。
~~~
"compile.c", line... -
04:27 AM Revision 70d6d8ac (git): simply call xfree().
- * compile.c (BADINSN_ERROR): mixing (void) and (int) will fail solaris
compiler. [ruby-core:81668], [Bug #13658]
... -
03:08 AM Feature #13551: Add a method to alias class methods
- I think Robert is exactly right.
I've hoped for such a method on several occasions myself, but highly dislike clutte... -
02:51 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- [email protected] wrote:
> Does Ruby `File.read` and `File.stat` (and others) release the GVL? Otherwise, th... -
02:13 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- I appreciate your detailed response it was interesting.
Does Ruby `File.read` and `File.stat` (and others) release... -
02:51 AM Feature #13657 (Rejected): Simplify usage of Enumerable#reject
- That's grep_v.
```ruby
[1, 2, 3, 4].grep_v(3) # => [1, 2, 4]
``` -
02:40 AM Feature #13657 (Rejected): Simplify usage of Enumerable#reject
- The reject method is more complicated than it has to be when removing only a specific value.
It would be convenient ... - 02:26 AM Revision 79029ea7 (git): * 2017-06-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 AM Revision d7e7f051 (git): remove OPT_CALL_CFUNC_WITHOUT_FRAME.
- * vm_core.h (OPT_CALL_CFUNC_WITHOUT_FRAME): removed because nobody use it.
This optimization tries to call C-method... -
02:00 AM Feature #13626: Add String#byteslice!
- > Fwiw, I'm also not convinced String#<< behavior about changing
> write_buffer to Encoding::UTF-8 in your above exa...
06/13/2017
-
10:11 PM Feature #12589: VM performance improvement proposal
- [email protected] wrote:
> normalperson (Eric Wong) wrote:
> > None of these are super important; and I can eve... -
03:04 PM Feature #12589: VM performance improvement proposal
- normalperson (Eric Wong) wrote:
> Eric Wong <[email protected]> wrote:
>
> Ah, I noticed you've removed "re... -
04:40 PM Bug #13656 (Closed): Method#super_method returns incorrect result dependent on unrelated module
- ~~~ruby
module Calculations
def pluck
puts "calculations"
end
end
module Calculations2
def pluck
... -
04:06 PM Bug #13655 (Closed): external encoding named "-" (doc issue or…?)
- IO.new's document explicitly states that it accepts "-" as external encoding:
https://github.com/ruby/ruby/blob/d0... -
01:54 PM Feature #13653: Bundled zlib helper
- I think `--enable-bundled-zlib` should suppress looking for external libraries and headers, as well as fiddle and psych.
-
12:01 PM Feature #13653 (Closed): Bundled zlib helper
- I created experimentally implementation for zlib-binding helper of bundled build.
* https://github.com/ruby/ruby/... -
01:48 PM Bug #13648 (Closed): [PATCH] Nested map of Enumerator::Lazy with packed values gives wrong result
-
01:39 PM Bug #10314: Default argument lookup fails in Ruby 2.2 for circular shadowed variable names
- olivierlacan (Olivier Lacan) wrote:
> Also, wasn't `def run(foo = self.foo)` a viable alternative to `def run(foo = ... -
04:06 AM Bug #10314: Default argument lookup fails in Ruby 2.2 for circular shadowed variable names
- nobu (Nobuyoshi Nakada) wrote:
> I'm in favor of that error.
Do you still want to implement this error?
Also,... -
01:17 PM Bug #13654 (Closed): irb save-history extension is not concurrency-safe
## Issue
If 2 simultaneous irb sessions are running with save-history enabled, the history will be overwritten in ...-
06:54 AM Bug #13652: Ruby 2.3.4 does not catch Argument error when comparing DateTime with String
- @derekzwy it is fixed in Ruby2.4.1 and active_support 5.1.1
it looks like the bug does happen in your active_suppo... -
02:59 AM Bug #13652 (Rejected): Ruby 2.3.4 does not catch Argument error when comparing DateTime with String
- Ruby 2.3.4 does not catch Argument error when comparing DateTime with String, while Ruby 2.1.5 catches it and return ...
-
03:20 AM Revision be1d07ca (git): * compile.c (dump_disasm_list_with_cursor): replace with
- dump_disasm_list_with_cursor_dest.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59075 b2dd03c8-39d4-4d8f-98ff-8... -
02:52 AM Revision eb0777e8 (git): fix to free unallocated memory.
- * compile.c (iseq_set_sequence): initialize with NULL for line_info_table
and generated_iseq and check NULL at BADI... -
02:22 AM Feature #13518: Indented multiline comments
- nobu (Nobuyoshi Nakada) wrote:
> How about that matching indentation of `=begin` and `=end`?
>
> ```ruby
> =be... -
01:31 AM Revision 121550b0 (git): compile.c: refine error message
- * compile.c (insn_set_sc_state): dump the whole instructions and
mark the destination when label state mismatch.
g... - 01:04 AM Revision 81073cc4 (git): * 2017-06-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:04 AM Revision a784132d (git): compile.c: refine error messages
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:27 AM Feature #12533: Refinements: allow modules inclusion, in which the module can call internal methods which it defines.
- Sorry for slight off-topic from me here - I wonder if refinements will be refined when ruby 3.x comes out ... :)
-
12:24 AM Feature #12399: Restricted, safe version of `Kernel#eval`
- I am neutral on this; I can see that it can be useful. Not sure if matz wants to have it though,
I guess there is a ...
06/12/2017
-
09:51 PM Feature #12589: VM performance improvement proposal
- Eric Wong <[email protected]> wrote:
> [email protected] wrote:
> > I should remove -Werror=incompatible-poi... -
02:24 PM Feature #13563: Implement Hash#choice method.
- Sorry,I'm so embarrassed.
https://github.com/baban/ruby/commit/b3b7f5f701e9bfbbc946d27d3397adc1c99125f6
-
02:13 PM Bug #13635: ruby and linux-pf or linux-zen kernels
- I have similar issue to compile ruby-2.3.3 on Arch Linux lts.
For the OpenSSL issue, I used the solution mentioned... -
11:09 AM Revision a100bf32 (git): array.c: [DOC] Make it clear that #<< modifies receiver
- This patch is sent from @selmertsx (morioka shuhei).
[fix GH-1646]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
07:58 AM Revision 3b405a89 (git): add a comment for rb_thread_mark()
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:49 AM Revision f06daf16 (git): remove rb_blocking_region_buffer::oldubf.
- * thread.c (rb_blocking_region_buffer): remove oldubf because ubf should be
NULL just before ubf setting.
* thread... -
06:31 AM Revision 1542ab67 (git): unused functions
- * thread_win32.c: native_cond_signal, native_cond_wait,
native_cond_initialize, native_cond_destroy are not used no... -
06:06 AM Bug #13651 (Closed): backport r55324
- バックポート管理用チケットです。
-
04:52 AM Revision 6c3f1461 (git): remove ruby_kill() introduced for [Bug #7951].
- * thread.c (rbuy_kill): removed. This function is used
with SIGSEGV, SIGBUS, SIGKILL, SIGILL, SIGFPE and SIGSTOP
... -
04:35 AM Revision a57d295e (git): iseq.c: preserve encoding
- * iseq.c (iseqw_inspect): preserve path encoding in the result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59... -
04:35 AM Revision 581cd6cf (git): gc.c: duplicate rb_iseq_path by RSTRING_PTR
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:20 AM Bug #13605 (Closed): GC bug calling `ObjectSpace.each_object`
- Applied in changeset trunk|r59063.
----------
* proc.c (get_local_variable_ptr): return found env ptr. Returned env
... -
02:20 AM Revision fccbc2d2 (git): * proc.c (get_local_variable_ptr): return found env ptr. Returned env
- will be used by write barrier at `bind_local_variable_set()'.
[Bug #13605]
* test/ruby/test_proc.rb: add a test fo... - 12:18 AM Revision b25237fb (git): * 2017-06-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:18 AM Revision ff5e3b98 (git): win32.c: rb_dir_getwd_ospath
- * win32/win32.c (rb_dir_getwd_ospath): Windows implementation
moved from dir.c. get rid of freeing malloced memory...
06/11/2017
-
04:23 PM Bug #13605: GC bug calling `ObjectSpace.each_object`
- It seems to be for lack of write-barrier. (as _ko1 suggested at [https://twitter.com/_ko1/status/871892183464370176](...
-
11:21 AM Revision 5aff6f29 (git): expand ruby_sourcefile
- * compile.c: expand ruby_sourcefile not to evaluate twice in
RSTRING_PTR.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... - 05:36 AM Revision 1ea17be1 (git): * 2017-06-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:36 AM Revision 751cbd7d (git): configure.in: link the DWARF debug information
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 AM Bug #13644: Windows - Setting Time.now
- nobu,
Attached is the patch I'm using in my MinGW build system for the test in question. It passes, and my [test-...
06/10/2017
-
03:32 PM Feature #13563: Implement Hash#choice method.
- babanba-n (matzbara masanao) wrote:
> And, I fix to Hash#pick.
>
> https://github.com/baban/ruby/commit/fa9d1d629... -
02:26 PM Feature #13563: Implement Hash#choice method.
- And, I fix to Hash#pick.
https://github.com/baban/ruby/commit/fa9d1d6291e4507c5fdd997c269cd1cd68003899
-
02:09 PM Bug #13644: Windows - Setting Time.now
- Nobuyoshi,
> It's defined in FakeTime module which is prepended to Time.
Thank you for being so polite and taki... -
10:35 AM Bug #13644: Windows - Setting Time.now
- It's defined in `FakeTime` module which is prepended to `Time`.
I haven't seen that failure on mingw.
- 10:26 AM Revision a53f6d71 (git): * 2017-06-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:26 AM Revision 51982c81 (git): enumerator.c: fix nested maps
- * enumerator.c (lazy_map_proc, lazy_grep_iter_proc): marks values
returned by blocks are not packed in the case of ... -
10:25 AM Bug #13648: [PATCH] Nested map of Enumerator::Lazy with packed values gives wrong result
- Thank you, I commit your patch without GCC extension.
-
03:53 AM Feature #9001: Please package better standard library
- AFAIK nokogiri depends external libraries which is not a good property to introduce.
In the first place do we want...
Also available in: Atom