Activity
From 12/14/2016 to 12/20/2016
12/20/2016
-
05:15 PM Revision 0adce993 (git): rdoc for r57126 [ci skip]
- * ext/zlib/zlib.c: [DOC] update as keyword arguments.
[Feature #13020]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... - 04:02 PM Revision 94e97c89 (git): * 2016-12-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 PM Revision f3d0c272 (git): suppress warning: attempt to close unfinished zstream; reset forced.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 PM Revision ba568c0e (git): Zlib.gzip uses kwargs instead of argc [Feature #13020]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:59 AM Feature #5481: Gemifying Ruby standard library
- What would be the status of `ext/date` and related things?
As far as I can understand, it is considered unmaintaine... -
06:34 AM Feature #5481: Gemifying Ruby standard library
- >Is this going to be part of 2.4 or part of 2.5?
part of 2.5.
>Please be careful about lib/unicode_normalize.rb... -
04:50 AM Feature #5481: Gemifying Ruby standard library
- Hiroshi SHIBATA wrote:
> After releasing Ruby 2.4.0 and Getting Matz approval, I will promote all of stdlibs written... -
03:44 AM Feature #5481: Gemifying Ruby standard library
- After releasing Ruby 2.4.0 and Getting Matz approval, I will promote all of stdlibs to default gem.
I will ask thi... -
10:25 AM Feature #13050: Readline: expose rl_completion_quote_character variable
- It looks like my original implementation is correct: Readline doesn't support multibyte quote characters.
The sour... -
09:43 AM Bug #12907: rb_respond_to() return value is incorrect
- We did hit this bug on our system and did a deep dive in it yesterday.
The code to reproduce the issue is:
~~~ ... -
08:25 AM Bug #13051 (Closed): Object created with ARGF.class.new fails to update .lineno in .each
- Applied in changeset r57124.
----------
io.c: update argf lineno
* io.c (argf_block_call_line): update line number ... -
08:25 AM Revision 1cc9c93f (git): io.c: update argf lineno
- * io.c (argf_rewind): rewind line number in non-global ARGF
instance.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
08:25 AM Revision 9b6e1a9f (git): io.c: update argf lineno
- * io.c (argf_block_call_line): update line number in non-global
ARGF instance. [ruby-core:78728] [Bug #13051]
git... -
07:32 AM Bug #13054 (Closed): MatchData segfaults if RMatch::regexp is nil
- Applied in changeset r57123.
----------
re.c: consider the case of RMatch::regexp is nil
Follow r49675, r57098 and ... -
07:12 AM Bug #13054 (Closed): MatchData segfaults if RMatch::regexp is nil
- [Bug #10877] and [Bug #13042] didn't fix all of the issues.
The following four examples cause segfault for me:
... -
07:32 AM Revision dc2d359b (git): re.c: consider the case of RMatch::regexp is nil
- Follow r49675, r57098 and r57110. Don't assume RMatch::regexp always
contains a valid Regexp instance; it will be Qni... -
06:53 AM Bug #13053 (Closed): Array#select! can resize to negative size
- Applied in changeset r57121.
----------
array.c: do not resize to less than 0
Shrinking the Array from the block in... -
06:01 AM Bug #13053 (Closed): Array#select! can resize to negative size
- Since Ruby 2.3 ([Feature #10714]), the following code cause the Array to be nagative number size.
~~~ruby
ary = [... -
06:53 AM Revision 44ba4fd3 (git): string.c: add missing size_t cast
- Add size_t cast to avoid signed integer overflow. r56157 ("string.c:
avoid signed integer overflow", 2016-09-13) miss... -
06:53 AM Revision b5da45d6 (git): array.c: do not resize to less than 0
- Shrinking the Array from the block invoked by Array#select! or
Array#reject! causes the Array to be a negative number... - 06:53 AM Revision 20342487 (git): * gems/bundled_gems: Upgrade the did_you_mean gem to 1.1.0
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 AM Bug #13052 (Closed): Array#combination segfaults if the Array is modified during iteration
- Applied in changeset r57119.
----------
array.c: check array length every time after yielding
Since the Array may b... -
05:05 AM Bug #13052 (Closed): Array#combination segfaults if the Array is modified during iteration
- Array#combination and Array#repeated_combination segfault if the Array is modified from the invoked block.
Reprodu... -
05:26 AM Revision 647ba111 (git): array.c: check array length every time after yielding
- Since the Array may be modified during rb_yield(), the length before
invoking the block can't be trusted. Fix possibl... -
05:26 AM Revision c54ede05 (git): proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum
- Do not check for the value of rb_iseq_constant_body::line_info_table as
it is no longer related. The checks seem to b... - 05:09 AM Revision 9ec0e8cb (git): * 2016-12-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:09 AM Revision 8c5e6ba0 (git): test/unit.rb: separator [ci skip]
- * test/lib/test/unit.rb (ExcludesOption#setup_options): add
separator for --excludes-dir in help message.
git-svn-... -
03:26 AM Bug #8826: BigDecimal#div and #quo different behavior and inconsistencies
- Sorry for the late response.
I will fix this bug in the version of bigdecimal after releasing 1.3.
-
02:33 AM Bug #13040: syslog/logger uses "require 'logger'" which is interpreted as circular dependency
- Nobuyoshi Nakada wrote:
> 'syslog/logger.rb' and 'logger.rb' are different files.
> What do you mean by "test"?
... -
01:10 AM Feature #12944: Change Kernel#warn to call Warning.warn
- We will discuss incompatible changes and feature details at https://bugs.ruby-lang.org/projects/ruby/wiki/Developer...
12/19/2016
-
10:21 PM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- Kazuki Yamaguchi <[email protected]> wrote:
> I'm fine with adding if it helps. I don't want to imagine such systems
> with... -
05:10 PM Feature #12944: Change Kernel#warn to call Warning.warn
- Since the ruby_2_4 branch will be created on Friday, I think this patch needs to be merged by then. If additional ch...
-
02:52 PM Feature #12979: Avoid exception for #dup on Integer (and similar cases)
- Does this feature mention in NEWS file?
-
01:20 PM Bug #13051 (Closed): Object created with ARGF.class.new fails to update .lineno in .each
- I don't know if this way of creating ARGF-like objects is supported or not.
I just noticed that it didn't update the... -
11:02 AM Feature #13050: Readline: expose rl_completion_quote_character variable
- Then you can use `rb_enc_uint_chr()`, probably.
-
10:22 AM Feature #13050: Readline: expose rl_completion_quote_character variable
- Nobuyoshi Nakada wrote:
> That variable seems an `int`.
> Is it just a single byte, or a code point?
I had assum... -
12:06 AM Feature #13050 (Feedback): Readline: expose rl_completion_quote_character variable
- That variable seems an `int`.
Is it just a single byte, or a code point? -
08:36 AM Revision 5064e920 (git): time.c: refine error message
- * time.c (validate_vtm): separate validation failure messages for
each members.
git-svn-id: svn+ssh://ci.ruby-lang... -
06:02 AM Feature #13020: Zlib.gzip and Zlib.gunzip
- Eric Wong wrote:
> [email protected] wrote:
> > I added Zlib.deflate/inflate [Feature #4180] before, but writing/r... -
04:07 AM Revision 528f870e (git): re.c: RB_TYPE_P
- * re.c (match_backref_number, namev_to_backref_number): use
RB_TYPE_P instead of switching by TYPE.
git-svn-id: sv... - 03:11 AM Revision cb8d09bb (git): * 2016-12-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision db29a279 (git): re.c: NAME_TO_NUMBER
- * re.c (namev_to_backref_number, rb_reg_regsub): extract name to
backref number check as NAME_TO_NUMBER.
git-svn-i... -
01:26 AM Feature #13047: Use String literal instead of `String#+` for multiline pretty-printing of multiline strings
- Fumiaki Matsushima wrote:
> Non-broken String will be:
>
> ~~~ ruby
> > pp "bundler.rb"=> "module Bundler\nend... -
01:20 AM Bug #13046 (Closed): make -j fails when --enable-install-capi is specified to configure
- I see. Closing for now. Tell us when you see this again.
12/18/2016
-
10:49 PM Feature #13050 (Closed): Readline: expose rl_completion_quote_character variable
- This patch makes the GNU Readline variable `rl_completion_quote_character` available to Ruby users via a method calle...
-
12:29 PM Revision 1b45e533 (git): doc/standard_library.rdoc: Tk is removed from stdlib
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:43 AM Revision 9fc44b87 (git): re.c: use name_to_backref_number
- * re.c (match_backref_number): use name_to_backref_number for
casts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
11:28 AM Revision 86f229ec (git): Increase timeout
- http://rubyci.s3.amazonaws.com/unstable10s/ruby-trunk/log/20161215T021909Z.fail.html.gz
git-svn-id: svn+ssh://ci.rub... -
11:04 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- Correction: not 'best' but *single* known attack is distinguisher.
-
09:29 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- But you can read what SipHash author (Jean-Philippe Aumasson) said about this in Rust discussion (link in issue text)...
-
05:02 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- Sorry I can't get a ball because
* I can't evaluate security strength.
* I have no time to do that.
Could some... -
04:37 AM Bug #13049 (Closed): Backport r57108 (sprintf.c: fix width underflow)
- バックポート管理用チケットです。
-
02:34 AM Feature #9846: Regexp#to_regexp
- ```ruby
case
when ary = Array.try_convert(o)
# do something with ary
when str = String.try_convert(o)
# do s... -
02:23 AM Feature #13048: Better way to do Regexp.new(Regexp.escape("some string"))
- A known hack, ` Regexp.union("some string")`.
12/17/2016
-
11:29 PM Feature #9846: Regexp#to_regexp
- I know this is an old issues, but this also surprised me.
-
11:28 PM Feature #13048 (Open): Better way to do Regexp.new(Regexp.escape("some string"))
- It is relatively common to call `Regexp.new(Regexp.escape("some string"))` or `Regexp.new(Regexp.quote("some string")...
-
06:04 PM Revision 0854193a (git): sprintf.c: fix width underflow
- * sprintf.c (rb_str_format): fix memory corruption by width
underflow. https://github.com/mruby/mruby/issues/3347
... -
05:26 PM Bug #10613: SNI is not optional when using TLS
- Ben Schmeckpeper wrote:
> I am connecting over an SSH tunnel, so the hostname being used for SNI is 127.0.0.1. The s... -
04:21 PM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- On Sat, Dec 17, 2016 at 09:09:49AM +0000, Eric Wong wrote:
> Kazuki Yamaguchi <[email protected]> wrote:
> > On Sat, Dec 17... -
09:11 AM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- Kazuki Yamaguchi <[email protected]> wrote:
> On Sat, Dec 17, 2016 at 01:31:12AM +0000, Eric Wong wrote:
> > [email protected] wrote... -
07:42 AM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- On Sat, Dec 17, 2016 at 01:31:12AM +0000, Eric Wong wrote:
> [email protected] wrote:
> > Feature #12324: Support OpenSSL 1... -
01:32 AM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- [email protected] wrote:
> Feature #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
> https://bugs.ruby-lan... - 04:10 PM Revision e03c771d (git): * 2016-12-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:10 PM Revision f5b1f760 (git): Increase timeout
- http://rubyci.org/logs/13.78.52.201/vc12-x64/ruby-trunk/log/20161217T103523Z.log.html.gz
git-svn-id: svn+ssh://ci.ru... -
03:45 PM Feature #13045: Passing a Hash with String keys as keyword arguments
- I would agree with a **way/method to convert string-keys into symbol-keys**.
I have no idea if this should be Hash... -
12:20 PM Feature #13045: Passing a Hash with String keys as keyword arguments
- Nobuyoshi Nakada wrote:
> I'm not a fun for this idea, since `Symbol` and `String` are different.
They are differ... -
02:19 AM Feature #13045: Passing a Hash with String keys as keyword arguments
- I'm not a fun for this idea, since `Symbol` and `String` are different.
-
02:11 AM Feature #13045 (Rejected): Passing a Hash with String keys as keyword arguments
- To the following method
~~~ ruby
def new request:, response:
end
~~~
I'd like to be able to pass both
~~~ r... -
03:18 PM Bug #13046: make -j fails when --enable-install-capi is specified to configure
- Sorry, false alarm. This used to happen, but seems not to any more.
-
01:40 PM Bug #13046 (Closed): make -j fails when --enable-install-capi is specified to configure
- When ruby is configured with the --enable-install-capi flag, the build will fail if make -j is used because the build...
-
02:21 PM Feature #13047 (Assigned): Use String literal instead of `String#+` for multiline pretty-printing of multiline strings
- Multiline pretty-printing of multiline strings is introduced. (https://bugs.ruby-lang.org/issues/12664)
~~~ ruby
... -
01:32 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Looks like r57101 r57102 r57103 and r57104 fixed this. Thanks!
-
02:50 AM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Tried everything I could, but still can't get things to link, on 11.0 or 12-CURRENT. If I'm doing something wrong, pl...
-
09:14 AM Feature #12979: Avoid exception for #dup on Integer (and similar cases)
- > Status changed from Open to Closed
So I apologize if this is a stupid question, but does this mean this change h... -
02:23 AM Feature #12979 (Closed): Avoid exception for #dup on Integer (and similar cases)
-
08:25 AM Revision 451e0a6e (git): compile.c: do not emit numeric literal range in void context
- A fix-up for r56316. Fix stack consistency error on '1..3; nil'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5... -
07:48 AM Revision c49060b1 (git): Reapply r57093,r57094,r57097 "dtrace build fixes on FreeBSD"
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:48 AM Revision 6f406893 (git): Reapply r57092 "configure.in: repeated checks"
- Needs DTRACE_OBJ when "$rb_cv_prog_dtrace_g" = rebuild, too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57103... -
05:27 AM Revision 860b42cf (git): Revert r57092 "configure.in: repeated checks"
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:14 AM Revision ccdaec2f (git): Revert r57093,r57094,r57097 "dtrace build fixes on FreeBSD"
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 AM Bug #13039: build warning on 2.4-rc1
- Looks like the docs say to use configure.ac:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2... -
01:52 AM Bug #13044 (Rejected): ruby unless bug with plural conditions
- `unless a && b` equals to `if !(a && b)`.
See https://en.wikipedia.org/wiki/De_Morgan%27s_laws for more info.
-
12:58 AM Revision ba71a687 (git): test_mailto.rb: overwritten methods
- * test/uri/test_mailto.rb (URI::TestMailTo#test_to_mailtext):
merge overwritten methods. [Bug #10774]
git-svn-id:... -
12:58 AM Revision a37cc2d4 (git): test_mailto.rb: adjust scope
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:52 AM Bug #13042 (Closed): gsub segfaults when the pattern is a matching string and the replacement has an unmatched named capture
- Applied in changeset r57098.
----------
re.c: non-regexp name reference
* re.c (rb_reg_regsub): other than regexp h... -
12:52 AM Revision 7f4dc817 (git): re.c: non-regexp name reference
- * re.c (rb_reg_regsub): other than regexp has no name references.
[ruby-core:78686] [Bug #13042]
git-svn-id: svn+s... -
12:01 AM Revision d4ff516f (git): configure.in: fix r57093
- * configure.in (RUBY_DTRACE_AVAILABLE): try -xnolibs first.
[ruby-core:78676] [Bug #13041]
git-svn-id: svn+ssh://c...
12/16/2016
-
11:59 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Naohisa Goto wrote:
> On Solaris 10, the origin of dtrace, it seems "-xnolibs" is not supported.
> List of availabl... -
09:50 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- According to my testing, the patch committed r57093 works just fine even when the "-xnolibs" is not supported. So tha...
-
09:25 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- On Solaris 10, the origin of dtrace, it seems "-xnolibs" is not supported.
List of available options that can be spe... -
04:27 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Vit Ondruch wrote:
> Steve Wills wrote:
> > Vit Ondruch wrote:
> > > The "-xnolibs" is not supported by SystemTap ... -
04:26 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- I suspect the build failure is due to the fact that dtrace -G modifies the .o files to remove the dtrace symbols.
-
04:25 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Steve Wills wrote:
> Vit Ondruch wrote:
> > The "-xnolibs" is not supported by SystemTap :/
>
> SystemTap is not... -
04:20 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- This fails to build now:
~~~
array.o: In function `ary_new':
/usr/local/poudriere/ports/default/lang/ruby24/work... -
04:01 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Vit Ondruch wrote:
> The "-xnolibs" is not supported by SystemTap :/
SystemTap is not DTrace. -
12:16 PM Bug #13041 (Closed): ruby 2.4 rc1 dtrace build fixes
- Applied in changeset r57093.
----------
dtrace build fixes on FreeBSD
* configure.in (RUBY_DTRACE_AVAILABLE, RUBY_D... -
09:06 AM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- The "-xnolibs" is not supported by SystemTap :/
```
$ dtrace -xnolibs
/usr/bin/dtrace invalid option -xnolibs
U... -
05:09 AM Bug #13041 (Feedback): ruby 2.4 rc1 dtrace build fixes
- Does this patch work?
```diff
diff --git c/Makefile.in i/Makefile.in
index 9c8748aa4d..52618232b0 100644
--- c/... -
03:25 AM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Sorry, forgot the configure fix as well:
https://svnweb.freebsd.org/ports/head/lang/ruby20/files/patch-configure.i... -
03:22 AM Bug #13041 (Closed): ruby 2.4 rc1 dtrace build fixes
- In FreeBSD before 11.0, using dtrace -G or -h will not work in a jail or without dtrace kernel modules loaded unless ...
- 10:57 PM Revision c24ed0dd (git): * 2016-12-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:57 PM Revision 9c898126 (git): fix r57089
- * parse.y (parser_heredoc_identifier): fix multiline here document
identifier condition.
git-svn-id: svn+ssh://ci.... -
10:09 PM Bug #13044 (Rejected): ruby unless bug with plural conditions
- I am working on an app where I need to process various data-items based upon different ruby types. While setting up c...
-
09:37 PM Bug #13043 (Closed): Exception#cause can become recursive/infinite
- In a certain situation, Exception#cause can become an infinite list:
```ruby
def raise_errors
begin
raise... -
07:36 PM Bug #13042 (Closed): gsub segfaults when the pattern is a matching string and the replacement has an unmatched named capture
- Ruby segfaults for all code of the form
~~~ ruby
string.gsub(pattern, replacement)
~~~
where `pattern` is a s... -
12:28 PM Revision 681c22eb (git): garbage space [ci skip]
- * configure.in (RUBY_DTRACE_AVAILABLE): remove a garbage space.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57... -
12:16 PM Revision 756895dd (git): dtrace build fixes on FreeBSD
- * configure.in (RUBY_DTRACE_AVAILABLE, RUBY_DTRACE_POSTPROCESS):
incorporate dtrace build fix on FreeBSD, dtrace ne... -
11:59 AM Revision e341a672 (git): configure.in: repeated checks
- * configure.in (enable_dtrace): reduce repeated
RUBY_DTRACE_AVAILABLE checks.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
05:05 AM Revision 5d629280 (git): no crypt.h on FreeBSD 12
- * string.c (crypt.h): crypt_r() was added in FreeBSD 12.0 but is
declared in unistd.h. [ruby-core:78664] [Bug #130... -
03:30 AM Bug #13038 (Closed): ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- Applied in changeset r57090.
----------
configure.in: no crypt.h on FreeBSD 12
* configure.in (crypt.h): crypt_r() ... -
03:16 AM Bug #13038: ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- Now that you mention it, I am only seeing the issue on 12.0-CURRENT (r306554, which is about 2 months old at this poi...
-
01:00 AM Bug #13038 (Feedback): ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- What version of FreeBSD?
[FreeBSD 10.1] and [FreeBSD 11.0] seem fine.
[FreeBSD 10.1]: http://rubyci.org/logs/ruby... -
03:30 AM Revision 6b1e24ea (git): configure.in: no crypt.h on FreeBSD 12
- * configure.in (crypt.h): crypt_r() was added in FreeBSD 12.0 but
is declared in unistd.h. [ruby-core:78664] [Bug ... -
01:53 AM Bug #13033: 2.4.0-rc1, build error with VS2015
- I've just confirmed the patch fixed this issue. Many thanks.
-
01:27 AM Revision d25faa4e (git): multiline heredoc identifier
- * parse.y (parser_heredoc_identifier): reject multiline here
document identifier, which never matches single line.
... -
01:15 AM Bug #13040 (Feedback): syslog/logger uses "require 'logger'" which is interpreted as circular dependency
-
01:15 AM Bug #13040: syslog/logger uses "require 'logger'" which is interpreted as circular dependency
- 'syslog/logger.rb' and 'logger.rb' are different files.
What do you mean by "test"? -
01:12 AM Bug #13037 (Closed): Segmentation fault on "\n".lines(chomp: true)
- Applied in changeset r57088.
----------
fix chomping newline only line
* string.c (chomp_newline): fix chomping new... -
01:12 AM Revision 75755ef1 (git): fix chomping newline only line
- * string.c (chomp_newline): fix chomping newline only line.
rb_enc_prev_char return NULL if no previous character a... -
01:10 AM Bug #13039 (Rejected): build warning on 2.4-rc1
- Use `autoconf`, not `autoreconf`.
-
01:00 AM Feature #12745: String#(g)sub(!) should pass a MatchData to the block, not a String
- Benoit Daloze wrote:
> Maybe this functionality should just be an extra keyword argument to these methods?
>
> Li...
12/15/2016
-
10:05 PM Feature #6647: Exceptions raised in threads should be logged
- Shyouhei Urabe wrote:
> We looked at this issue at developer meeting today and John's proposal sounded reasonable. ... -
07:11 PM Bug #13040 (Rejected): syslog/logger uses "require 'logger'" which is interpreted as circular dependency
- while using the 'syslog/logger' require from Ruby it works well, however if one tries to use it via "test" it complai...
-
07:02 PM Bug #13039 (Rejected): build warning on 2.4-rc1
- When calling autoreconf -f -i, the following warning is generated:
aclocal-1.15: warning: autoconf input should be... -
06:46 PM Bug #13037: Segmentation fault on "\n".lines(chomp: true)
- I believe a fix for this is:
~~~
Index: string.c
===============================================================... -
02:35 PM Bug #13037 (Closed): Segmentation fault on "\n".lines(chomp: true)
- $ irb
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 2.4.0dev (2016-12-15 trunk 57084) [x86_64-darwin15]"
irb(main):00... -
04:28 PM Bug #13038: ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- I think this may have been initially introduced in r55237.
-
03:50 PM Bug #13038 (Closed): ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- When trying to build ruby 2.4 on FreeBSD, it fails with error:
string.c:33:11: fatal error: 'crypt.h' file not fou... - 04:08 PM Revision 17c28285 (git): * 2016-12-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:08 PM Revision 9f5a161d (git): NEWS: Fix the default rounding mode
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 PM Bug #13036: Date.parse mishandling spanish months "Abril y Agosto"
- AFAIK, Date.parse was NEVER intending to parse anything except English/American dates in English/American formats. Pa...
-
02:52 PM Bug #13036: Date.parse mishandling spanish months "Abril y Agosto"
- I don't think this is a bug, Ruby only parses English month names, it can't possibly try to check all languages in th...
-
02:49 PM Bug #13036: Date.parse mishandling spanish months "Abril y Agosto"
- ## UPDATE:
I tracked the problem to dates_international.rb (https://gist.github.com/jackrg/2927162)
The proble... -
02:11 PM Bug #13036 (Rejected): Date.parse mishandling spanish months "Abril y Agosto"
- ### Steps to reproduce
$ irb
2.3.0 :003 > Date.parse("01-Agosto-2016")
=> 01 Dec 2016
2.3.0 :004 > Date.pars... -
12:58 PM Revision 2d6538a7 (git): parse.y: newline in heredoc identifier
- * parse.y (parser_heredoc_identifier): warn newline in here
document identifier.
git-svn-id: svn+ssh://ci.ruby-lan... -
11:00 AM Revision def2a2cb (git): Added entry of psych 2.2.2
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:00 AM Revision f9ee1409 (git): Update psych-2.2.2
- * It fixed only JRuby dependency issue.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57083 b2dd03c8-39d4-4d8f-9... -
10:41 AM Feature #12719: `Struct#merge` for partial updates
- Scala has "copy" for this purpose: some_case_class_object.copy(field: new_value)
-
10:34 AM Feature #12745: String#(g)sub(!) should pass a MatchData to the block, not a String
- Maybe this functionality should just be an extra keyword argument to these methods?
Like
str.gsub!(/\[(\w+)\]/, m... -
09:41 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- @ko1 , I think, a ball is yours.
-
05:48 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- Who has a ball?
-
07:00 AM Bug #13035 (Third Party's Issue): Segmentation fault when using Rails 5.0.0.1 console
- Thank you reporting, this is a known 3rd party issue.
-
06:52 AM Bug #13035 (Third Party's Issue): Segmentation fault when using Rails 5.0.0.1 console
- Following along with the new Rails blog intro, I ran into a segfault when I attempted to run a query from the Rails c...
-
06:22 AM Revision b5345673 (git): parse.y: one warning, one line [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:40 AM Feature #13009: Implement fetch for Thread.current
- 2.4? 2.5?
-
04:25 AM Bug #10613: SNI is not optional when using TLS
- Unfortunately, I don't know any details about the server. It's not a box that we own.
I am connecting over an SSH...
12/14/2016
- 05:53 PM Revision 836794f2 (git): Removed the obstacle to running test-all with VC14.
- * test/fiddle/test_import.rb (LIBC.fprintf): VC14's `fprintf` is very distinct
name, then, just ignore this test.
... -
05:49 PM Bug #13033 (Closed): 2.4.0-rc1, build error with VS2015
- Applied in changeset r57079.
----------
Fixed link error with VC14.
* win32/mkexports.rb (Exports::Mswin#each_expor... -
05:45 PM Bug #13033: 2.4.0-rc1, build error with VS2015
- Yui NARUSE wrote:
> Could you try following patch?
I'd tried same patch and it seemed OK.
I'll commit it later. -
05:15 PM Bug #13033: 2.4.0-rc1, build error with VS2015
- Could you try following patch?
```diff
diff --git a/win32/mkexports.rb b/win32/mkexports.rb
index d26acbb107..8f... -
02:37 AM Bug #13033 (Closed): 2.4.0-rc1, build error with VS2015
- I got following error message when building 2.4.0-rc1 with Visual Studio 2015 update 3. Attached "rc1_output.txt" is ...
- 05:49 PM Revision 7fd3da32 (git): * 2016-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:49 PM Revision ca25a970 (git): Fixed link error with VC14.
- * win32/mkexports.rb (Exports::Mswin#each_exports): should ignore `vsprintf_s_l`
and the like just like `vsprintf_l... -
03:42 PM Feature #12944: Change Kernel#warn to call Warning.warn
- In order to handle embedded arrays (similar to how puts handles them), the attached patch flattens the array, process...
-
07:56 AM Feature #12944: Change Kernel#warn to call Warning.warn
- Seems `warn ["foo\n", "bar"]` would print `"foo\n\nbar\n"`.
-
12:32 PM Bug #13034 (Closed): rb_enc_ascget() does not handle 'needmore' error from rb_enc_procise_mbclen()
- Applied in changeset r57078.
----------
encoding.c: handle needmore error from rb_enc_precise_mbclen()
rb_enc_ascge... -
12:20 PM Bug #13034 (Closed): rb_enc_ascget() does not handle 'needmore' error from rb_enc_procise_mbclen()
- rb_enc_ascget() stores the return value from rb_enc_procise_mbclen() that may return a negative value on error to 'un...
-
12:32 PM Revision 201972ac (git): encoding.c: handle needmore error from rb_enc_precise_mbclen()
- rb_enc_ascget() erroneously reports success even if the given byte
sequence is incomplete, for non-ASCII compatible e... -
08:26 AM Bug #13032 (Closed): building capi docs with doxygen seems broken in 2.4-rc1
- Applied in changeset r57077.
----------
vcs.rb: no ext/date in vcs.rb
* tool/vcs.rb (VCS::GIT#export_changelog): do... -
02:54 AM Bug #13032: building capi docs with doxygen seems broken in 2.4-rc1
- This looks to be a recurrence of bug 10161, which was created by r43888 then reverted in r47248 and now triggered aga...
-
02:18 AM Bug #13032 (Closed): building capi docs with doxygen seems broken in 2.4-rc1
- When building 2.4-rc1 with the --enable-install-capi option passed to configure, I get lots of messages of this form:...
-
08:25 AM Revision 72c1b322 (git): vcs.rb: no ext/date in vcs.rb
- * tool/vcs.rb (VCS::GIT#export_changelog): do not require date
extension library so that miniruby can run.
[ruby-... -
08:06 AM Revision 1407e52b (git): constify
- * vm_dump.c (rb_vmdebug_debug_print_pre): constify pc argument for
VMDEBUG.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
07:30 AM Revision 07e7981d (git): parse.y: curtail scanning
- * parse.y (parser_yyerror): curtail scanning range, not to exceed
the max margin.
git-svn-id: svn+ssh://ci.ruby-la... - 04:35 AM Revision 2027ad60 (git): * 2016-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:35 AM Revision bc44acb5 (git): parse.y: fix yyerror message
- * parse.y (parser_yyerror): show the error line even if the error
is at the end.
git-svn-id: svn+ssh://ci.ruby-lan... -
01:11 AM Bug #12548 (Open): Rounding modes inconsistency between round versus sprintf
- Reopening.
The fix was reverted due to issue #12958. This issue is now back alive. -
12:33 AM Bug #13031: Error in Ruby on Rails
- Hiroshi SHIBATA wrote:
> >c:0005 p:0115 s:0022 e:000021 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.... -
12:21 AM Bug #13031 (Rejected): Error in Ruby on Rails
- >c:0005 p:0115 s:0022 e:000021 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubyg...
Also available in: Atom