Project

General

Profile

Activity

From 09/09/2015 to 09/15/2015

09/15/2015

10:16 PM Feature #11530 (Feedback): unicode planes
Back then, there was ASCII, 7bit.
We are somehow still stuck to this.
All the parsing still is stuck in that ol...
eike.rb (Eike Dierks)
09:07 PM Feature #11529 (Feedback): extensible % literal declarations
The ruby syntax provides for declaring literals by using the % escapes:
- %q(foo) => 'foo'
- %Q(foo) => "foo"
- ...
eike.rb (Eike Dierks)
09:01 PM Bug #11496 (Closed): Mutex#synchronize testing code should be data race.
committed at r51868. kosaki (Motohiro KOSAKI)
06:28 PM Bug #11496: Mutex#synchronize testing code should be data race.
inserting sleep is unacceptable because sleep invokes volunteer context switch and changes a meaning and a purpose of... kosaki (Motohiro KOSAKI)
08:00 PM Bug #11526: Streaming HTTP requests are not idempotent and should not be retried
Attaching a new diff based on Trevor's branch with a few additional test fixes.
All HTTP-related tests pass, but s...
tdg5 (Danny Guinther)
05:42 PM Bug #11526: Streaming HTTP requests are not idempotent and should not be retried
Trevor Rowe (https://github.com/trevorrowe) also proposed the following PR on GitHub to address this issue on June 30... tdg5 (Danny Guinther)
07:24 PM Revision 8e177fca (git): * 2015-09-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:23 PM Revision bb79c011 (git): * test/ruby/test_thread.rb (TestThread#test_mutex_synchronize):
insert waste loop for invoking preemptive thread context switch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
kosaki (Motohiro KOSAKI)
06:49 PM Bug #11528: Possible parsing bug. Possibly just confusing.
I'm realizing this is probably intentional: http://blog.plataformatec.com.br/2014/07/ruby-blocks-precedence/
It lo...
olleicua (Antha Auciello)
06:36 PM Bug #11528 (Rejected): Possible parsing bug. Possibly just confusing.
Not sure if this is intentional behavior but I found it confusing:
code:
~~~ruby
def render(args)
p args.to...
olleicua (Antha Auciello)
05:46 PM Feature #11527 (Assigned): IPAddr#mask_addr isn't a method
Right now there's no way to get the current value of an IP address's mask from an IPAddr instance. While there's an i... foca (Nicolás Sanguinetti)
03:43 PM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
Tony Reix wrote:
> Now, I will clean and rerun the test that makes the core appear, **WITH** export LDR_CNTRL=MAXDAT...
TRex58 (Tony Reix)
10:07 AM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
Rei Odaira wrote:
> I discussed this with Tony using emails, and it turned out that it was due to the default size l...
TRex58 (Tony Reix)
01:49 AM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
I think that `NoMemoryError` must raise in such case.
Where does the failure occur?
You can run ruby with `gdb` by ...
nobu (Nobuyoshi Nakada)
12:10 AM Bug #11514: AIX6.1 - Ruby 2.2.3 - Segmentation fault in :byteslice
I discussed this with Tony using emails, and it turned out that it was due to the default size limit in memory alloca... ReiOdaira (Rei Odaira)
10:38 AM Revision abbd3884 (git): gc.c: define objspace functions always
* gc.c (rb_objspace_alloc, rb_objspace_free): define always
regardless ENABLE_VM_OBJSPACE, and free heap pages.
gi...
nobu (Nobuyoshi Nakada)
10:06 AM Feature #10594: Comparable#clamp
It's just that String#<=> is not consistent with String#succ but indeed it's not so much of a problem here. Eregon (Benoit Daloze)
09:48 AM Feature #10594: Comparable#clamp
Benoit Daloze wrote:
> Good luck explaining the precise semantics of clamp on String though.
IMO it's not that ha...
nerdinand (Ferdinand Niedermann)
09:42 AM Feature #10594: Comparable#clamp
Hans Mackowiak wrote:
> Motohiro KOSAKI wrote:
> > I really dislike using Comparable for this method because clamp ...
Eregon (Benoit Daloze)
05:24 AM Feature #10594: Comparable#clamp
Motohiro KOSAKI wrote:
> I really dislike using Comparable for this method because clamp is NOT kind of compare. If ...
Hanmac (Hans Mackowiak)
06:15 AM Revision 70b2af3b (git): win32.c: no xmalloc at sys_init
* win32/win32.c (rb_w32_sysinit, rb_w32_readdir): compare by
encoding index to get rid of encoding initialization b...
nobu (Nobuyoshi Nakada)
06:06 AM Revision 2046f38a (git): dir.c: fundamental_encoding_p
* dir.c (fundamental_encoding_p, push_glob): compare by encoding
index immediately.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
06:03 AM Revision 9c9d555e (git): win32.c: encindex.h
* win32/win32.c: needs encindex.h for encoding indexes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51864 b2dd...
nobu (Nobuyoshi Nakada)
05:57 AM Revision 89fb3746 (git): localeinit.c: encindex.h
* localeinit.c: needs encindex.h for ENCINDEX_US_ASCII and
ENCINDEX_ASCII.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
05:49 AM Revision 75a1d33b (git): enc: fundamental encindex
* enc/{ascii,us_ascii,utf_8}.c: set encoding indexes of
fundamental built-in encodings so that usable as well as
...
nobu (Nobuyoshi Nakada)
05:49 AM Revision 078b6c98 (git): encindex.h: ENCINDEX
* encindex.h: separate encoding index constants from internal.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
nobu (Nobuyoshi Nakada)
04:13 AM Revision ca5c9084 (git): array.c: [DOC] correct Array#sort rdoc [ci skip]
* array.c (rb_ary_sort_bang, rb_ary_sort): [DOC] correct block
return values, which may be a negative or positive i...
nobu (Nobuyoshi Nakada)
03:49 AM Revision 5a0dc59a (git): array.c: [DOC] correct Array#sort rdoc [ci skip]
* array.c (rb_ary_sort_bang, rb_ary_sort): [DOC] Correct
description of array sort block return values. And also f...
nobu (Nobuyoshi Nakada)
03:45 AM Revision 072748b3 (git): * 2015-09-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:44 AM Revision a8994b16 (git): util.c: BSD qsort_r
* util.c (ruby_qsort): use BSD-style qsort_r if available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51857 b...
nobu (Nobuyoshi Nakada)
03:07 AM Feature #11473: Immutable String literal in Ruby 3
Robert A. Heiler wrote:
> _ = ''
> _ << 'Hello '
> _ << 'World!'
>
> feels cleaner to me than thi...
duerst (Martin Dürst)
02:40 AM Bug #11522: URI::decode returns incorrectly encoding strings
Nobuyoshi Nakada wrote:
> It has no hints for encoding.
In theory, that's correct. In practice, there are several...
duerst (Martin Dürst)

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'... kosaki (Motohiro KOSAKI)
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 tdg5 (Danny Guinther)
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:...
tdg5 (Danny Guinther)
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... 0x0dea (D.E. Akers)
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
shugo (Shugo Maeda)
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 ...
nobu (Nobuyoshi Nakada)
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)? shevegen (Robert A. Heiler)
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...
nobu (Nobuyoshi Nakada)
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:...
nobu (Nobuyoshi Nakada)
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...
bughit (bug hit)

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 svn[bot]
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 znz (Kazuhiro NISHIYAMA)
05:08 AM Bug #11237: サブスレッドがすべて終了するとメインスレッドが割り込まれる。
バックポートの要望をした者です。
拡張ライブラリ側での回避はできないのですが、拡張ライブラリを使う側での回避は可能なので、プライオリティ低めで大丈夫だと思います。メインスレッドで行っていたタスクを新規スレッドで実行するように書き...
kubo (Takehiro Kubo)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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.
nobu (Nobuyoshi Nakada)
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 ...
shugo (Shugo Maeda)

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 svn[bot]
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...
ko1 (Koichi Sasada)
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.
usa (Usaku NAKAMURA)
02:43 PM Bug #11522: URI::decode returns incorrectly encoding strings
It has no hints for encoding. nobu (Nobuyoshi Nakada)
02:13 PM Revision 1944eecb (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
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 svn[bot]
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.
...
shugo (Shugo Maeda)
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...
shugo (Shugo Maeda)
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...
nobu (Nobuyoshi Nakada)
09:49 AM Bug #11504 (Rejected): ruby 1.9.3p194 segfault on debian stable 7.x
Ruby 1.9 is EOL status. hsbt (Hiroshi SHIBATA)
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 ...
funny_falcon (Yura Sokolov)
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
shugo (Shugo Maeda)
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 nobu (Nobuyoshi Nakada)
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...
funny_falcon (Yura Sokolov)
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 nobu (Nobuyoshi Nakada)
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-...
shugo (Shugo Maeda)
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 svn[bot]
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
shugo (Shugo Maeda)
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 ...
hsbt (Hiroshi SHIBATA)
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...
hsbt (Hiroshi SHIBATA)
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...
hsbt (Hiroshi SHIBATA)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)

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@...
Eric Wong
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.
...
ko1 (Koichi Sasada)
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...
TyrantDavis (Tyrant Davis)
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...
nobu (Nobuyoshi Nakada)
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... TyrantDavis (Tyrant Davis)
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... mjrk (Micha J)
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 svn[bot]
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 ko1 (Koichi Sasada)
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.
~~~
...
charlieda (Charlie Anderson)
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...
shugo (Shugo Maeda)
01:25 AM Misc #11520 (Rejected): Inconsistent behavior in Array#compact!
nobu (Nobuyoshi Nakada)

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. postmodern (Hal Brodigan)
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... 0x0dea (D.E. Akers)
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.
...
postmodern (Hal Brodigan)
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!
pedz (Perry Smith)
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...
nobu (Nobuyoshi Nakada)
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...
Hanmac (Hans Mackowiak)
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 svn[bot]
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 znz (Kazuhiro NISHIYAMA)
02:12 PM Bug #8543: new rb_iseq_load crash
At least r51816 should be backported into 2.1/2.2. nagachika (Tomoyuki Chikanaga)
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] ...
spatulasnout (B Kelly)
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 znz (Kazuhiro NISHIYAMA)
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...
nobu (Nobuyoshi Nakada)
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,...
nobu (Nobuyoshi Nakada)
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 shugo (Shugo Maeda)
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 svn[bot]
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...
nobu (Nobuyoshi Nakada)

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 ...
spatulasnout (B Kelly)
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...
ReiOdaira (Rei Odaira)
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-...
pedz (Perry Smith)
05:25 PM Bug #11519 (Feedback): "#{nil}" produces string as US-ASCII rather than current encoding
What's and why wrong? nobu (Nobuyoshi Nakada)
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...
pedz (Perry Smith)
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 ... jonathanscruz (Jonathan Cruz)
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... jonathanscruz (Jonathan Cruz)
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 U.Nakamura
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-...
U.Nakamura
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-...
U.Nakamura
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? Hanmac (Hans Mackowiak)
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...
naruse (Yui NARUSE)
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. funny_falcon (Yura Sokolov)
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...
nobu (Nobuyoshi Nakada)
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.
usa (Usaku NAKAMURA)
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
U.Nakamura
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
U.Nakamura
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...
nobu (Nobuyoshi Nakada)
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 U.Nakamura
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 U.Nakamura
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...
zzak (zzak _)
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]...
zzak (zzak _)
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 U.Nakamura
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 hsbt (Hiroshi SHIBATA)
 

Also available in: Atom