Activity
From 09/08/2015 to 09/14/2015
09/14/2015
-
08:13 PM Feature #10594: Comparable#clamp
- I really dislike using Comparable for this method because clamp is NOT kind of compare. If it is Numeric's method, I'...
-
07:18 PM Bug #11526: Streaming HTTP requests are not idempotent and should not be retried
- GitHub PR: https://github.com/ruby/ruby/pull/1019
-
07:13 PM Bug #11526 (Closed): Streaming HTTP requests are not idempotent and should not be retried
- Hello!
A colleague of mine ran into an issue today where he discovered that streaming HTTP requests made with Net:... -
06:40 PM Feature #11525 (Rejected): Add Module#used (refinement hook)
- It is proposed that `Module#used` be invoked when a module participates in refinement, much like how the `Module#incl...
-
10:27 AM Revision 5425099a (git): * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames including
- space correctly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:34 AM Bug #11521: [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
- Tyrant Davis wrote:
> It returned the error:
> -bash: gpg: command not found
You need to install gpg, probably ... -
06:28 AM Bug #11521: [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
- Could you give 2.2.3 a try, just to have it easier for nobu to see if the error is different (or perhaps gone)?
-
06:07 AM Revision cb1ff236 (git): common.mk: excluding options to test-ruby
- * common.mk (yes-test-ruby): apply excluding options as well as
"test".
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
02:12 AM Revision 07dafa35 (git): Fix typo in racc english documentation [ci skip]
- * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo, "convertion" to
"conversion". [Fix GH-1016]
git-svn-id: svn+ssh:... -
12:39 AM Bug #11470: extra parens required for if/unless/rescue modifier expressions in single arg method invocations
- Nobuyoshi Nakada wrote:
> It's a spec.
What code would break if `foo(1 if true)` were valid?
None I would thin...
09/13/2015
- 04:43 PM Revision 50dff0a3 (git): * 2015-09-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 PM Revision 74365f93 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:08 AM Bug #11237: サブスレッドがすべて終了するとメインスレッドが割り込まれる。
- バックポートの要望をした者です。
拡張ライブラリ側での回避はできないのですが、拡張ライブラリを使う側での回避は可能なので、プライオリティ低めで大丈夫だと思います。メインスレッドで行っていたタスクを新規スレッドで実行するように書き... -
02:03 AM Revision 1e3a1bbb (git): ruby.h: add prefix
- * include/ruby/ruby.h: prefix RUBY or RB to global symbols to get
rid of name conflicts with other headers.
* inclu... -
02:02 AM Revision 39dfa2f9 (git): configure.in: enum_over_int
- * configure.in (enum_over_int): use ULLONG_MAX instead of
ULONG_LONG_MAX for portability.
git-svn-id: svn+ssh://ci... -
02:01 AM Revision a995195d (git): configure.in: enum_over_int
- * configure.in (enum_over_int): check if enum over int is allowed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
12:58 AM Bug #11522 (Rejected): URI::decode returns incorrectly encoding strings
- Firstly, `URI.unescape` is obsolete.
`CGI.unescape`, which sets the encoding to `@@accept_charset`, may work for you. -
12:47 AM Revision ca48cc4a (git): * lib/net/ftp.rb (size, modify, create, type, unique, perm, lang,
- media_type, charset): new methods to return standard facts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51848 ...
09/12/2015
- 06:48 PM Revision ddc58a86 (git): * 2015-09-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:47 PM Revision 163d436d (git): * vm_insnhelper.c (vm_call_iseq_setup_normal): do not clear local
- variables here. vm_push_frame() clears.
* vm_insnhelper.c (vm_call_iseq_setup_tailcall): ditto.
* vm_insnhelper.c (vm... -
02:57 PM Bug #11522: URI::decode returns incorrectly encoding strings
- I agree with you, nobu.
But, it should be ASCII-8BIT, not US-ASCII. -
02:43 PM Bug #11522: URI::decode returns incorrectly encoding strings
- It has no hints for encoding.
- 02:13 PM Revision 1944eecb (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:12 PM Revision 52079677 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 PM Revision 2478c7bc (git): * lib/net/ftp.rb (file?, directory?, appendable?, creatable?,
- deletable?, enterable?, renamable?, listable?, directory_makable?,
purgeable?, readable?, writable?): new methods.
... -
12:29 PM Revision 2ec793ab (git): * lib/net/ftp.rb (FACT_PARSERS): support system dependent facts
- UNIX.mode, UNIX.owner, UNIX.group, UNIX.ctime, and UNIX.atime.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@518... -
10:09 AM Revision f6d77bf5 (git): win32.c: fix dup2 return value
- * win32/win32.c (rb_w32_dup2): should return the new fd on
success, while msvcrt returns 0 wrongly.
git-svn-id: sv... -
09:49 AM Bug #11504 (Rejected): ruby 1.9.3p194 segfault on debian stable 7.x
- Ruby 1.9 is EOL status.
-
09:19 AM Feature #11518: Queue enhancement - promote! and promote_all!
- First: you forgot to lock queue. Multithreading will bite you.
Second: if you want custom behaviour why don't you ... -
09:16 AM Revision 777c7194 (git): * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoError
- when parsing failed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:14 AM Revision 8bb056a8 (git): ChangeLog: fix typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 AM Feature #11517: Queue enhancement - conditional pop
- Why don't you use separate queue with separate worker? It will solve your use case.
Even if it is hard to separate... -
09:05 AM Revision 4782bdac (git): ChangeLog: drop non-ascii char [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:03 AM Revision 57785b16 (git): * lib/net/ftp.rb (TIME_PARSER): use "Z" instead of "00:00" to
- get UTC time. Thanks, Wilson Bilkovich.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51837 b2dd03c8-39d4-4d8f-... - 08:57 AM Revision 8b3d351f (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:57 AM Revision 8a97ffe0 (git): * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSD
- specified in RFC 3659.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:35 AM Feature #11524 (Closed): Use TLS 1.2 to default version of OpenSSL
- OpenSSL on trunk still use SSL version 3 with default option. but SSLv3 have some vulnerability.
I propose to use ... -
07:14 AM Revision d8459735 (git): * file.c: access()/eaccess() wrapping methods check more than just uid.
- [fix GH-1007][ci skip] Patch by @eam
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51834 b2dd03c8-39d4-4d8f-98ff... -
07:07 AM Revision 2014b4d5 (git): * README.md: improve markdown rendering for readable.
- [fix GH-1015][ci skip] Patch by @Matrixbirds
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51833 b2dd03c8-39d4-4... -
05:30 AM Revision 09cbe9d6 (git): process.c: do not inherit saved fds
- * process.c (save_redirect_fd): make saved FDs close-on-exec not
to be inherited.
* process.c (run_exec_dup2): rest... -
05:23 AM Revision f150a381 (git): win32.c: more fcntl
- * win32/win32.c (fcntl): implement F_GETFD, F_SETFD, and
F_DUPFD_CLOEXEC.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
04:48 AM Revision 78f7e342 (git): test_rational.rb: fix default external
- * test/ruby/test_rational.rb (test_conv): fix default external
encoding, which affects inspect results.
git-svn-id... -
01:29 AM Revision 7a0981fa (git): test_rational.rb: r51828
- * test/ruby/test_rational.rb (test_conv): test for r51828,
encoding of exception message.
git-svn-id: svn+ssh://ci...
09/11/2015
- 08:36 PM Revision bc8dfdc0 (git): rational.c: preserve encoding in exception
- * rational.c (string_to_r_strict): preserve encoding in exception
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
06:25 PM Revision 731c9288 (git): * vm_core.h: remove rb_call_info_t::aux.opt_pc.
- * vm_insnhelper.c: introduce shortcut functions for opt_pc == 0
because opt_pc is always 0 on shortcut function.
... -
04:21 PM Bug #11521: [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
- Thanks for the feedback.
I am still riding version 2.2.1. I have been unable to install the 2.2.3 update. Per the... -
08:16 AM Bug #11521 (Feedback): [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
- Tyrant Davis wrote:
> I am new to coding and rails. When I try running rails server I get the segmentation fault. Th... -
05:39 AM Bug #11521 (Closed): [BUG] Segmentation fault at 0x00000000000418 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
- I am new to coding and rails. When I try running rails server I get the segmentation fault. This was not an issue yes...
-
04:03 PM Feature #11523 (Closed): optparse short options will match complete options
- In short, if I define an option like `"-F", "--irs [OCTAL]"`, `-i` will match this option, although the short version...
- 03:51 PM Revision d0bb9ed1 (git): * 2015-09-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 PM Revision 22ea03bb (git): * iseq.c: disable ISeq.load. It enabled accidentally at r51794.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:47 PM Bug #11522 (Rejected): URI::decode returns incorrectly encoding strings
- When given unicode characters to encode and decode, the URI module returns a string with an invalid encoding.
~~~
... -
02:23 AM Revision 782e2148 (git): * lib/net/ftp.rb (size, mdtm, system): parse responses according to
- RFC 959 and 3659, where reply codes must be followed by SP.
* lib/net/ftp.rb (system): remove LF from the return val... -
01:25 AM Misc #11520 (Rejected): Inconsistent behavior in Array#compact!
09/10/2015
-
11:49 PM Misc #11520: Inconsistent behavior in Array#compact!
- Ah, I was unaware that was the intention. I guess I should use `.tap(&:compact!)` instead. This issue can be closed.
-
11:42 PM Misc #11520: Inconsistent behavior in Array#compact!
- This behavior is consistent with many other "bang methods" which return `nil` if they might have mutated the receiver...
-
07:43 PM Misc #11520 (Rejected): Inconsistent behavior in Array#compact!
- I noticed that `Array#compact!` sometimes returns `self` and other times `nil`. This behavior was a bit confusing.
... -
05:22 PM Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
- Great! This is why I love the Ruby community.
Thank you!
-
01:49 PM Bug #11519 (Closed): "#{nil}" produces string as US-ASCII rather than current encoding
- Applied in changeset r51820.
----------
parse.y: keep literal encoding
* parse.y (literal_concat_gen, evstr2dstr_ge... -
08:54 AM Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
- hm also the order is important:
"#{}#{foo}".encoding #=> US-ASCII
"#{foo}#{}".encoding #=> UTF-8
"#{}#{foo}".e... - 03:09 PM Revision a7727448 (git): * 2015-09-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 PM Revision e367d1e8 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:12 PM Bug #8543: new rb_iseq_load crash
- At least r51816 should be backported into 2.1/2.2.
-
12:09 AM Bug #8543: new rb_iseq_load crash
- Addendum: Attached file in previous post also reproduces the crash
in the latest ruby trunk:
<compiled>:3: [BUG] ... -
01:59 PM Revision dd610003 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:48 PM Revision b4efab9e (git): parse.y: keep literal encoding
- * parse.y (literal_concat_gen, evstr2dstr_gen): keep literal
encoding beginning with an interpolation same as the s... -
01:15 PM Revision 9fb0863f (git): Clarify spawn pgroup documentation [ci skip]
- * process.c (rb_f_spawn): Be more specific regarding "other
values" by having "non-zero positive integers" Add nil,... -
06:16 AM Revision 5c09cb9c (git): * lib/net/ftp.rb (getmultiline): refactor.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:18 AM Revision ffe47606 (git): * 2015-09-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 AM Revision 3d5fd5f3 (git): compile.c: register cdhash
- * compile.c (iseq_build_from_ary_body): register cdhash to the
iseq constant body instead of compile time mark arra...
09/09/2015
-
11:27 PM Bug #8543: new rb_iseq_load crash
- Hi,
We've encountered a new crash related to RubyVM::InstructionSequence.load.
So far it has been reproducible ... -
09:36 PM Bug #11483: internal.h included after math.h in complex.c
- Possible options:
1. Define M_PI and M_PI_2 in complex.c
2. Define _LARGE_FILES not in config.h but in a compiler o... -
08:11 PM Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
- Nobuyoshi Nakada wrote:
> What's and why wrong?
“#{bar}”.encoding != ‘UTF-8’ and “#{bar}#{foo}”.encoding != ‘UTF-... -
05:25 PM Bug #11519 (Feedback): "#{nil}" produces string as US-ASCII rather than current encoding
- What's and why wrong?
-
04:38 PM Bug #11519 (Closed): "#{nil}" produces string as US-ASCII rather than current encoding
- ~~~ruby
#! /usr/bin/env ruby
# encoding: utf-8
puts "Ruby version: #{RUBY_VERSION}"
puts "__ENCODING__ = #{__EN... -
03:04 PM Feature #11518 (Assigned): Queue enhancement - promote! and promote_all!
- I’m submitting a patch to enhance the Queue class by adding the methods Queue#promote! and Queue#promote_all!. These ...
-
03:03 PM Feature #11517 (Assigned): Queue enhancement - conditional pop
- I’m submitting a patch to enhance Queue#pop. This allows the caller to provide a block that accepts data from the que...
- 10:07 AM Revision 868265ca (git): * ChangeLog: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:18 AM Revision 5e262e52 (git): * lib/rubygems/stub_specification.rb (Gem::StubSpecification#data):
- should not change the value of $. when `require`ing gems.
this fixed test failures introduced by r51813.
git-svn-... - 07:57 AM Revision 40f304e0 (git): * ruby.c (usage, enable_option, disable_option, process_options): new
- option `--disable_did_you_mean`.
* gem_prelude.rb: now requires did_you_mean gem by default if available.
git-svn-... -
07:24 AM Feature #11252: Integrated "did_you_mean" gem to ruby-core
- shouldnt that be fixed to "1.0.0.beta2" because "1.0.0.beta1" got yanked?
-
06:13 AM Misc #11516 (Closed): Ruby 2.3.0 release engeneering
- For the management of release blockers.
Current Phase:
Next release: preview1
Q: When ruby_2_2 branch is crea... -
06:00 AM Bug #11471: min, min_by, max, max_by with optional parameter return a wrong value
- Algorithm should be based on a heap.
-
04:38 AM Revision abd5b8e1 (git): extlibs.rb: patch options
- * tool/extlibs.rb (do_patch): let "patch" command change the
working directory and open the patch file there, inste... -
03:01 AM Bug #11510 (Assigned): exit waits for the block form of IO.popen's child
- npbu, your change introduced a test error on mswin.
Fix it, please. - 02:57 AM Revision dbe4a7f1 (git): * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specific
- option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:52 AM Revision 01762af7 (git): * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specific
- option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:40 AM Revision 67f7e82e (git): io.c: sys/wait.h
- * io.c: BSDs need sys/wait.h for WNOHANG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51809 b2dd03c8-39d4-4d8f... - 02:34 AM Revision 1ab8dc3d (git): * common.mk (update-gems): use BASERUBY instead of RUNRUBY.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:20 AM Revision 7c97533a (git): * .travis.yml: retry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:13 AM Bug #11461 (Closed): Remove backtracing cleaning on Delegator methods
- Applied in changeset r51806.
----------
* lib/delegate.rb: Remove backtrace cleaning for delegated methods
This pa... -
02:12 AM Revision 0a4129cb (git): * lib/delegate.rb: Remove backtrace cleaning for delegated methods
- This patch was provided by Rafael França and greatly improves
performance when an exception is raised. [Bug #11461]... - 02:10 AM Revision 852c3454 (git): * .travis.yml: update unicode data, bundled gems, extlibs, and so on.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 AM Revision 2f227df3 (git): * test/rubygems/test_config.rb: fix broken tests for Windows platform.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/08/2015
-
11:28 PM Bug #11515 (Feedback): CreateProcessW() can cause "Invalid access to memory location"
- `CreateChild` is never called with a constant `cmd`, as it is build at the runtime.
How can you reproduce it? -
04:09 PM Bug #11515 (Rejected): CreateProcessW() can cause "Invalid access to memory location"
- The second argument for `CreateProcessW()` needs to *not* be a constant because it may be modified:
From https://m... - 10:47 PM Revision d0191f54 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:47 PM Revision d42d4c1e (git): * 2015-09-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:46 PM Revision 59991b6a (git): * lib/rubygems: Update to RubyGems HEAD(fe61e4c112).
- this version contains new feature that warn invalid SPDX license
identifiers. https://github.com/rubygems/rubygems/... -
03:34 PM Bug #11268: Zlib::DataError: incorrect header check
- This patch has passed tests.
-
01:40 PM Bug #11268: Zlib::DataError: incorrect header check
- I think it is issue of ruby.
Test case of `test/net/http/test_httpresponse.rb` is wrong.
That test case say "x\x9... -
02:38 AM Bug #11268 (Assigned): Zlib::DataError: incorrect header check
- Yasuhiro, thank you for your investigation!
So is it server side issue?
Anyway, you can specify request header vi... - 02:32 PM Revision 230b8d53 (git): gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.beta2
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 PM Revision 37464c5c (git): fix a typo of test method name.
- * test/ruby/test_file.rb (test_realdirpath_junction): fix a typo of method name.
git-svn-id: svn+ssh://ci.ruby-lang.... -
02:17 PM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
- I had attached all the details in a file. However, I have an "internal error" when trying to look at the file.
I hav... -
01:27 PM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
- > ~~~
> c:0020 p:0019 s:0093 e:000092 METHOD /opt/freeware/src/packages/BUILD/ruby-2.2.3/lib/rdoc/markup.rb:748
> .... -
12:38 PM Bug #11514 (Closed): AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
- Testing Ruby 2.2.3 on AIX6.1 built with xlc (same with gcc) leads to a reproducible crash.
See complete trace in att... -
02:10 PM Bug #11510 (Closed): exit waits for the block form of IO.popen's child
- Applied in changeset r51798.
----------
io.c: no wait when killed
* io.c (rb_io_s_popen): do not wait the child pro... -
02:09 PM Revision f3f10297 (git): io.c: no wait when killed
- * io.c (rb_io_s_popen): do not wait the child process during being
killed. [ruby-core:70671] [Bug #11510]
git-svn... - 01:51 PM Revision 88d96a4f (git): * test/ruby/test_file.rb (TestFile#test_realdirpath_junktion): test for r51790.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:19 PM Revision a8b2dec5 (git): * gems/bundled_gems: revert because ruby trunk never be able to install
- the did_you_mean gem. retry after enough test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51796 b2dd03c8-39... -
12:55 PM Feature #11252 (Closed): Integrated "did_you_mean" gem to ruby-core
- Applied in changeset r51795.
----------
gems/bundled_gems: Automatically install the did_you_mean gem as a bunlded g... - 12:54 PM Revision 39fa5df0 (git): gems/bundled_gems: Automatically install the did_you_mean gem as a bunlded gem.
- [Feature #11252]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:21 AM Revision eec17b71 (git): * vm_core.h: remove rb_call_info_t::blockiseq.
- * insns.def (send, invokesuper): pass blockiseq explicitly.
* compile.c: catch up this fix.
* iseq.c: ditto.
* vm_arg... -
07:15 AM Revision d3022c42 (git): process.c: keep GVL if WNOHANG
- * process.c (rb_waitpid): do not release GVL when WNOHANG is set,
it should return immediately without blocking.
g... -
07:00 AM Revision 2a87a0fc (git): process.c: retry loop
- * process.c (rb_waitpid): refactor retry loop by interrupt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51792 ... -
06:10 AM Bug #11497: add Write Barrier in refined method entry move (fixed at r51728)
- チケットのほうに反映されてないのでメールから引用します
> > ruby_2_1, ruby_2_2 では trunk の move_refined_method() が変更されていて多少 conflict しますが、同じ問題が... -
06:08 AM Feature #11454 (Closed): FTP client misbehaves in the block passed to FTP#list when using passive mode
- Applied in changeset ruby-trunk:r51791.
----------
* lib/net/ftp.rb (list): fetch all the lines before yielding a bl... -
06:08 AM Revision d5d6b149 (git): * lib/net/ftp.rb (list): fetch all the lines before yielding a block
- to allow other commands in the block. [Feature #11454]
Patched by Srikanth Shreenivas.
git-svn-id: svn+ssh://ci.r... -
04:19 AM Bug #11481 (Closed): Segmentation fault when thread is killed during `require`.
-
04:18 AM Bug #11481: Segmentation fault when thread is killed during `require`.
- [But #11404] seems the similar issue and fixed on trunk.
-
03:41 AM Bug #11237: サブスレッドがすべて終了するとメインスレッドが割り込まれる。
- 実際の可否はともかく、要望があるということで Backport フィールドに REQUIRED を埋めました。
r50900 を入れると(おそらく潜在的には r50900 の有無とは関係なく必要なのだと思いますが) [Bug #11... - 03:06 AM Revision 49cbfc83 (git): * win32/win32.c (rb_w32_read_reparse_point): return correct required
- buffer size for IO_REPARSE_TAG_MOUNT_POINT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51790 b2dd03c8-39d4-4... -
02:46 AM Bug #11471 (Assigned): min, min_by, max, max_by with optional parameter return a wrong value
- Thank you for your report and patches.
I've confirmed that the issue exists in ruby-2.2.3 too.
akr san, please ...
Also available in: Atom