Project

General

Profile

Activity

From 11/10/2018 to 11/16/2018

11/16/2018

11:27 PM Revision 9d6968f1 (git): * 2018-11-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:27 PM Revision 0a10c46d (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:27 PM Revision 3ec3d7d9 (git): Switch to 2-0-stable branch of bundler/bundler repository from our fork repository.
https://github.com/bundler/bundler/tree/2-0-stable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65770 b2dd03c8-...
hsbt (Hiroshi SHIBATA)
10:43 PM Bug #15314 (Assigned): Bundler with 2.6 fails when installing dependencies into a --path with --binstubs
hsbt (Hiroshi SHIBATA)
10:34 PM Bug #15314 (Closed): Bundler with 2.6 fails when installing dependencies into a --path with --binstubs
When using Ruby 2.6 and installing gems via bundler's `--path` option, there is an exception:
~~~ text
$ ruby -v
...
schneems (Richard Schneeman)
08:10 PM Bug #15313 (Closed): [PATCH] Let debuggers know when a tail call happens
## Background
The popular debugger "byebug" relies on tracepoint events to implement a few core functionality such a...
alanwu (Alan Wu)
06:37 PM Bug #15312 (Rejected): Ruby gives me wrong result for plus operation
See also https://0.30000000000000004.com/
marcandre (Marc-Andre Lafortune)
06:34 PM Bug #15312: Ruby gives me wrong result for plus operation
This is not a bug, that's how floating point arithmetic works in accordance with the IEEE 754 standard.
You can re...
Anonymous
05:43 PM Bug #15312 (Rejected): Ruby gives me wrong result for plus operation
Run into this weird issue today. Tried that on rubies 2.5.1p57 and ruby 2.5.3p105 (i believe this is latest stable at... kot-begemot (Max Zet)
05:21 PM Bug #15307: TestJIT#test_{catching_deep_exception,compile_insn_throw,lambda_longjmp} segfaults with gcc-8 -fcf-protection
Actually here is the documentation of build flags:
https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/maste...
vo.x (Vit Ondruch)
08:41 AM Bug #15307: TestJIT#test_{catching_deep_exception,compile_insn_throw,lambda_longjmp} segfaults with gcc-8 -fcf-protection
k0kubun (Takashi Kokubun) wrote:
> I'm not so familiar with redhat-hardened things. I have some questions:
>
> * ...
vo.x (Vit Ondruch)
03:00 AM Bug #15307: TestJIT#test_{catching_deep_exception,compile_insn_throw,lambda_longjmp} segfaults with gcc-8 -fcf-protection
I'm not so familiar with redhat-hardened things. I have some questions:
* Why are you using the "hardened" options...
k0kubun (Takashi Kokubun)
02:13 PM Bug #15304: Package build with extensions is not reproducible
Regarding files under `usr/​lib/​ruby/​gems/​2.​5.​0/​extensions/​x86_64-​linux/​2.​5.​0/​msgpack-​1.​2.​4/​`, I thin... nobu (Nobuyoshi Nakada)
12:44 PM Bug #15304: Package build with extensions is not reproducible
nobu (Nobuyoshi Nakada) wrote:
> These (and `page-Makefile.ri`) are all garbages after installation.
Hmm, I'm not...
lewo (lewo lewo)
12:21 PM Bug #15304: Package build with extensions is not reproducible
lewo (lewo lewo) wrote:
> I think the `mkmf.log` should not be written in the `install-dir`. But what about the `Mak...
nobu (Nobuyoshi Nakada)
08:21 AM Bug #15304: Package build with extensions is not reproducible
nobu (Nobuyoshi Nakada) wrote:
> Why are such files packaged?
These files are written by `gem intall` in the dire...
lewo (lewo lewo)
12:11 PM Bug #15311 (Closed): `make check` causes `warning: No mjit_build_directory`
Applied in changeset trunk|r65769.
----------
Makefile.in: test-almost also needs mjit_build_dir.so
[ruby-core:8983...
nobu (Nobuyoshi Nakada)
07:37 AM Bug #15311 (Closed): `make check` causes `warning: No mjit_build_directory`
`make help` says:
```
check: equals make test test-all test-spec
```
But `make check` does no...
znz (Kazuhiro NISHIYAMA)
12:11 PM Revision f632ecd0 (git): Makefile.in: test-almost also needs mjit_build_dir.so
[ruby-core:89830] [Bug #15311]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65769 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
09:49 AM Feature #12115: Add Symbol#call to allow to_proc shorthand with arguments
I have a related proposal #15302 with a different implementation and interface. RichOrElse (Ritchie Buitre)
09:07 AM Feature #15306: Generate prelude.c using miniruby
In this specific case, I am concerned about the possibility of patching Ruby, specifically #8566.
It is, unfortuna...
vo.x (Vit Ondruch)
12:22 AM Feature #15306: Generate prelude.c using miniruby
On Thu, Nov 15, 2018 at 7:10 PM Eric Wong <[email protected]> wrote:
> > I don't see any reason why prelude.c s...
shyouhei (Shyouhei Urabe)
09:04 AM Revision ffd9a7ea (git): pack.c: cast from double to float can be undefined
Generally speaking, a value of double is not always representable
when demoted to a float. ISO C defines what to do w...
shyouhei (Shyouhei Urabe)
07:08 AM Revision 3c7852f8 (git): common.mk: hack to export symbols for MJIT in ruby.imp
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:52 AM Revision e2074a35 (git): test/excludes/_wercker: remove obsoleted pipeline name
from excludes directory names. test-mjit-wait / test-mjit are combined
and distributed as mjit-test1 and mjit-test2 n...
k0kubun (Takashi Kokubun)
06:52 AM Revision fe7773b9 (git): common.mk: fix the pattern to be hidden
* common.mk (ruby.imp): consider symbol prefix, remove InitVM, and
fix internal symbols start with a dot.
git-svn-...
nobu (Nobuyoshi Nakada)
06:52 AM Revision 34cc6fef (git): Make some internal functions static
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:51 AM Revision 429245aa (git): Prefix rb_ec_set_vm_stack
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:47 AM Revision f98e323e (git): appveyor.yml: skip reverting comment improvement [ci skip]
This part was not intended in r65760
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65762 b2dd03c8-39d4-4d8f-98ff...
k0kubun (Takashi Kokubun)
06:45 AM Revision 4686869f (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:45 AM Revision c2ed1ede (git): appveyor.yml: give up running test_push_over_ary_max
because separately running it without -j didn't work.
Revert "appveyor.yml: run memory-exchausting test separately"
...
k0kubun (Takashi Kokubun)
04:32 AM Revision 1d66574a (git): [DOC] mention class method `new` [ci skip]
* NEWS: mention `new` class methods, instead of `initialize`
insetance methods whic are not called by users directl...
nobu (Nobuyoshi Nakada)
04:25 AM Revision cb153527 (git): [doc] Fix grammar typo in Pty_init() docstring [ci skip]
[Fix GH-2014]
From: Olle Jonsson <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65758 b...
k0kubun (Takashi Kokubun)
04:21 AM Revision b90bac32 (git): Test for undef'ed method in class hierachy
This probably should have been `#bar` on the instance of class `Undef2` all along
[Fix GH-2015]
From: Alex Snaps <al...
k0kubun (Takashi Kokubun)
04:05 AM Revision a9723e96 (git): numeric.c: avoid division by zero
Forgot to add in r65751.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
03:34 AM Revision 73549c50 (git): bignum.c: fix bug in big2dbl()
I was wrong at r65753.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
03:09 AM Revision 1a84c57e (git): bignum.c: avoid (size_t)--
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
02:59 AM Revision ca149140 (git): bignum.c: BDIGIT might or might not integer-promote
BDIGIT can be unsigned int or unsigned short, depending on BDIGIT_DBL.
Given that, unsigned int and unsigned short ar...
shyouhei (Shyouhei Urabe)
02:43 AM Bug #15130: Nested Timeouts hang on cygwin
Ping again on https://bugs.ruby-lang.org/issues/15130

> This 3rd patch goes on top of the previous two:
>
> ...
normalperson (Eric Wong)
02:34 AM Revision 6732423b (git): enc/unicode.c: 'a' is bigger than 'A'
In ASCII, 'a' is bigger than 'A'. Which means 'A' - 'a' is a negative
number (-32, to be precise). In C, the type of ...
shyouhei (Shyouhei Urabe)
02:30 AM Bug #15310 (Open): [PATCH] thread_pthread.c: close race from UBF_TIMER and non-GVL-releasing thread
thread_pthread.c: close race from UBF_TIMER and non-GVL-releasing thread
A Ruby thread may run without releasing t...
normalperson (Eric Wong)
01:56 AM Bug #15309: ECB is broken

test encrypt :
FAILED!
test decrypt :
OK!
sevk (kk kk)
01:55 AM Bug #15309 (Closed): ECB is broken
~~~ ruby
#!/usr/bin/env ruby
require 'open...
sevk (kk kk)
01:52 AM Revision 3a083985 (git): avoid division by zero
* cvt(): use signbit() instead of 1/d < 0
* w_float(): ditto
* ruby_float_step_size(): unit==0 check shall be prior t...
shyouhei (Shyouhei Urabe)
12:37 AM Revision a3b92a5d (git): rbinstall.rb: do not install rdoc flag files [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:28 AM Revision 9b38ed53 (git): bignum.c: suppress unused variable warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:25 AM Revision 027cf467 (git): pack.c: refine warning
* pack.c (unknown_directive): refine warning message at unknown
directive in unpack too, and quote unprintable char...
nobu (Nobuyoshi Nakada)
12:25 AM Revision 6a6d0379 (git): pack.c: adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

11/15/2018

11:04 PM Feature #15305: [PATCH] include/ruby/ruby.h (RB_ALLOCV*): remove GC guard
[email protected] wrote:
> https://bugs.ruby-lang.org/issues/15305#change-74878

> LGTM.
> It might be a result...
normalperson (Eric Wong)
12:44 PM Feature #15305: [PATCH] include/ruby/ruby.h (RB_ALLOCV*): remove GC guard
LGTM.
It might be a result by trial&error.
nobu (Nobuyoshi Nakada)
09:46 AM Feature #15305 (Assigned): [PATCH] include/ruby/ruby.h (RB_ALLOCV*): remove GC guard
include/ruby/ruby.h (RB_ALLOCV*): remove unnecessary GC guard
At least I'm not seeing how it's necessary, as it de...
normalperson (Eric Wong)
10:28 PM Revision ecb959bd (git): * 2018-11-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:28 PM Revision 9c8119e7 (git): * expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:28 PM Revision 51aaf74b (git): include/ruby/ruby.h (RB_ALLOCV*): remove unnecessary GC guard
text data bss dec hex filename
3535061 21232 72944 3629237 3760b5 ruby.before
353...
Eric Wong
09:17 PM Feature #15144 (Assigned): Enumerator#chain
I'm working on this and the implementation of Enumerator#+(enum) and Enumerator#chain(*enums) is about to complete.
...
knu (Akinori MUSHA)
08:15 PM Feature #14038: Use rb_execution_context_t instead of rb_thread_t to represent execution context
FWIW, this changed seems to cause SegFaults on a regular basis on OS X
https://bugs.ruby-lang.org/issues/14714
ht...
aselder (Andrew Selder)
05:37 PM Bug #14714: Ruby 2.5.1 Segmentation Fault in GC
I'm also running into this same SegFault while running a Rails app (https://bugs.ruby-lang.org/issues/15308).
Same...
aselder (Andrew Selder)
04:56 PM Bug #15308 (Closed): SegFault in GC under Ruby 2.5.3 on OS X
We recently upgraded our rails app from Ruby 2.4.5 to Ruby 2.5.3 and we started getting SegFaults in random places on... aselder (Andrew Selder)
12:37 PM Bug #15304 (Third Party's Issue): Package build with extensions is not reproducible
Why are such files packaged? nobu (Nobuyoshi Nakada)
08:16 AM Bug #15304 (Third Party's Issue): Package build with extensions is not reproducible
The build of a package with extensions, such as msgpack, is not reproducible due to temporary filenames appearing in ... lewo (lewo lewo)
12:37 PM Bug #15307: TestJIT#test_{catching_deep_exception,compile_insn_throw,lambda_longjmp} segfaults with gcc-8 -fcf-protection
> BTW output the code with some markup 1 is a nice idea, but apparently,
> it does the attached output unreadable in...
shevegen (Robert A. Heiler)
11:24 AM Bug #15307: TestJIT#test_{catching_deep_exception,compile_insn_throw,lambda_longjmp} segfaults with gcc-8 -fcf-protection
The hardening options come from:
https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/redhat-annobin...
vo.x (Vit Ondruch)
11:16 AM Bug #15307: TestJIT#test_{catching_deep_exception,compile_insn_throw,lambda_longjmp} segfaults with gcc-8 -fcf-protection
BTW output the code with some markup [1] is a nice idea, but apparently, it does the attached output unreadable in Re... vo.x (Vit Ondruch)
11:06 AM Bug #15307 (Closed): TestJIT#test_{catching_deep_exception,compile_insn_throw,lambda_longjmp} segfaults with gcc-8 -fcf-protection
~~~
1) Failure:
TestJIT#test_catching_deep_exception [/builddir/build/BUILD/ruby-2.6.0-preview3/test/ruby/test_ji...
vo.x (Vit Ondruch)
10:58 AM Feature #13581: Syntax sugar for method reference
> I like solutions for real problems, not imaginary.
The `map(&method(:local_method))` or `yield_self(&method(:loc...
zverok (Victor Shepelev)
10:26 AM Feature #13581: Syntax sugar for method reference
zverok (Victor Shepelev) wrote:
> > Just an opinion
>
> It is funny how when you show some imaginary code, quick-...
AlexWayfer (Alexander Popov)
10:09 AM Feature #13581: Syntax sugar for method reference
> Just an opinion
It is funny how when you show some imaginary code, quick-written just to illustrate the point of...
zverok (Victor Shepelev)
10:02 AM Feature #13581: Syntax sugar for method reference
zverok (Victor Shepelev) wrote:
> @nobu
>
> > If `.:` will be introduced, I think it should obey that syntax too,...
AlexWayfer (Alexander Popov)
08:42 AM Feature #13581: Syntax sugar for method reference
@nobu
> If `.:` will be introduced, I think it should obey that syntax too, and allowing it without the receiver f...
zverok (Victor Shepelev)
01:50 AM Feature #13581: Syntax sugar for method reference
zverok (Victor Shepelev) wrote:
> Am I correct that receiver-less call, like `something.map(&.:puts)`, will be impos...
nobu (Nobuyoshi Nakada)
10:12 AM Feature #15306: Generate prelude.c using miniruby
[email protected] wrote:
> https://bugs.ruby-lang.org/issues/15306

> I don't see any reason why prelude.c sho...
normalperson (Eric Wong)
09:56 AM Feature #15306 (Closed): Generate prelude.c using miniruby
I don't see any reason why prelude.c should be included in source tarball and why it should not be generated by minir... vo.x (Vit Ondruch)
09:03 AM Revision 06e2873e (git): eval_error.c: log10(0) is ERANGE
By definition, the logarithm of 0 is negative infinity. This is a
pole error (cf: cf: ISO/IEC 9899:1999 section 7.12...
shyouhei (Shyouhei Urabe)
08:33 AM Revision b7f5c573 (git): .travis.yml: give up mac universal binary [ci skip]
OK, nobody is actively willing to maintain this configuration. Just
stop annoying people by build failures. See:
ht...
shyouhei (Shyouhei Urabe)
07:37 AM Revision abf72810 (git): .travis.yml: -j3 [ci skip]
Now that ccache is enabled. Compilations are made IO heavy, not CPU
bound. This means parallel jobs beyond CPU coun...
shyouhei (Shyouhei Urabe)
07:34 AM Revision 906c8788 (git): * expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:34 AM Revision 86d1fc88 (git): suppress integer overflow warnings
* util.c: annotate as NO_SANITIZE
* bignum.c: avoid (size_t)--
* marshal.c: ditto.
git-svn-id: svn+ssh://ci.ruby-la...
shyouhei (Shyouhei Urabe)
06:22 AM Revision a4278400 (git): . command in some sh cannot take arguments
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:17 AM Revision f98004c0 (git): hash.c: cast from double to unsigned is undefined
When a negative double is casted into an unsigned type, that operation
is undefined (cf: ISO/IEC 9899:1990 section 6....
shyouhei (Shyouhei Urabe)
05:22 AM Revision ef5eacc0 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:22 AM Revision 3dac8eda (git): tool/mjit_archflag.sh: separated, too many escapes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:10 AM Revision 2212c1dc (git): bignum.c: ee should be signed
In C, signed + unsigned of the same size results in unsigned (cf:
ISO/IEC 9899:1990 section 6.2.1.5). However `num` i...
shyouhei (Shyouhei Urabe)
04:06 AM Bug #14862 (Closed): Time.parse does not handle the time zone
Closed at request of original proposer. duerst (Martin Dürst)
03:45 AM Revision 42d797d8 (git): Revert "Use CC without ccache as MJIT_CC"
because CI failed: https://travis-ci.org/ruby/ruby/builds/455313917
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
znz (Kazuhiro NISHIYAMA)
03:01 AM Revision ae680303 (git): Use CC without ccache as MJIT_CC
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:25 AM Revision 7855c23a (git): .travis.yml: enable ccache
Travis has `cache: ccache` feature so let us enable it. Also, because
`config.cache` is generated during the compila...
shyouhei (Shyouhei Urabe)
02:22 AM Feature #6284: Add composition for procs
pabloh (Pablo Herrero) wrote:
> Is adding composition methods to the `Symbol` class still being considered?
No, I...
nobu (Nobuyoshi Nakada)

11/14/2018

10:04 PM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
> https://bugs.ruby-lang.org/issues/13618

Should we bother supporting them? AFAIK they're
tricky/surprising for...
normalperson (Eric Wong)
10:04 PM Bug #595: Fiber ignores ensure clause
> However, I'm also working on making all sleeping functions
> (native_sleep/rb_wait_for_single_fd/rb_thread_fd_sel...
normalperson (Eric Wong)
09:04 PM Revision ebdf9f07 (git): * 2018-11-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:04 PM Revision 8945eeda (git): Fix syntax on Binding.irb documentation [ci skip]
There was incorrect backticks (`) instead of plus signs to denote method
references, and a typo.
[Fix GH-2016]
From...
k0kubun (Takashi Kokubun)
07:13 PM Bug #15303 (Closed): Return tracepoint doesn't fire when tailcall optimization is applied
After a tailcall, the "return" tracepoint event is only fired once. Normally, after a call at the end of a method, th... alanwu (Alan Wu)
05:33 PM Feature #6284: Add composition for procs
nobu (Nobuyoshi Nakada) wrote:
> I've forgotten to post the patch to use `<<` and `>>`.
> https://github.com/nobu/r...
pabloh (Pablo Herrero)
03:21 PM Bug #14738: Failed to load_from_binary on 2.5.1
ruby_2_5 r65728 merged revision(s) 62772. nagachika (Tomoyuki Chikanaga)
03:21 PM Revision b1944e41 (git): merge revision(s) 62772: [Backport #14738]
compile.c: fix load_from_binary
* compile.c (ibf_load_iseq_each): realpath may be nil. follow up
...
nagachika (Tomoyuki Chikanaga)
02:46 PM Feature #13581: Syntax sugar for method reference
I think `.:` is better than `:::` but it is not very pretty either. I have
no better suggestion, though. Good syntax...
shevegen (Robert A. Heiler)
02:12 PM Revision ed778c2a (git): rational.c (nurat_div): use the dedicated function nurat_to_f
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:25 PM Bug #14862: Time.parse does not handle the time zone
okay, it seems like, they should not be the same. Thank you very much - we figured it out. I think we can close this ... mifrill (Aleksey Strizhak)
09:53 AM Revision 33758ded (git): * expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:53 AM Revision a6e88715 (git): numeric.c: avoid division by zero
same as r65642.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
08:30 AM Feature #15301: Symbol#call, returning method bound with arguments

> What I personally found with method_missing is that it can become very confusing.
My proposal have absolutely ...
zverok (Victor Shepelev)
06:07 AM Feature #15301: Symbol#call, returning method bound with arguments
shevegen (Robert A. Heiler) wrote:
> [[1, -2], [-3, -4]].map(&:map.(&:abs)) # => [[1, 2], [3, 4]]
>
> I think...
marcandre (Marc-Andre Lafortune)
08:21 AM Revision ed42b010 (git): test_ftp.rb: loosen another timeout requirement
for Travis osx.
https://travis-ci.org/ruby/ruby/jobs/454864155
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@657...
k0kubun (Takashi Kokubun)
07:44 AM Revision 2a477e0e (git): test_ftp.rb: loosen timeout for Travis osx
https://travis-ci.org/ruby/ruby/jobs/454798071
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65723 b2dd03c8-39d4...
k0kubun (Takashi Kokubun)
07:38 AM Revision 158562da (git): test_gem_stream_ui.rb: loosen timeout for --jit-wait
https://app.wercker.com/ruby/ruby/runs/mjit-test2/5beba9be183106002852f8a6?step=5bebc1a087436a0006f94a22
git-svn-id:...
k0kubun (Takashi Kokubun)
06:56 AM Feature #15302 (Open): Proc#with and Proc#by, for partial function application and currying
**Proc#by** allows currying implicitly
~~~ ruby
class Proc
def by(*head)
return self if head.none?
cu...
RichOrElse (Ritchie Buitre)
04:50 AM Revision c2ef40d2 (git): .travis.yml: specify git -q
We are not interested in git(1) output.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65721 b2dd03c8-39d4-4d8f-...
shyouhei (Shyouhei Urabe)
04:42 AM Revision f34e8ff6 (git): Add RbConfig.fire_update!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:34 AM Misc #15129 (Closed): DevelopersMeeting20181010Japan
hsbt (Hiroshi SHIBATA)
04:34 AM Misc #14981 (Closed): DevelopersMeeting20180913Japan
hsbt (Hiroshi SHIBATA)
04:34 AM Misc #14921 (Closed): DevelopersMeeting20180809Japan
hsbt (Hiroshi SHIBATA)
03:52 AM Revision 7a823be8 (git): * expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:52 AM Revision cc07dc7c (git): thread.c (rb_thread_fd_select): favor rb_thread_* when no FDs
select() is a crap API for even sleeping on sigwait_fd, so favor
the native_sleep-based functions when there are no F...
Eric Wong
02:27 AM Revision cb592b37 (git): defs/known_errors.def: update on macOS Mojave Xcode 10.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:27 AM Revision 2c989a6f (git): Makefile.in: update-known-errors
* Makefile.in (update-known-errors): update defs/known_errors.def
by using errno(1).
* defs/known_errors.def: sort...
nobu (Nobuyoshi Nakada)
12:43 AM Revision eea3536e (git): .travis.yml: add empty lines for readability [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)

11/13/2018

11:06 PM Revision 6716bca6 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:06 PM Revision 3bd8eb68 (git): test/excludes/../TestWEBrickUtils.rb: exclude unstable test
for now. This seems to get unstable after r65691.
test/excludes/_travis/osx: renamed from test/excludes/_travis beca...
k0kubun (Takashi Kokubun)
09:36 PM Revision 6876140d (git): * 2018-11-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:36 PM Revision 1ec3039a (git): .travis.yml: stop allowing osx failure
it seems to be more stable than the timing we upgraded travis image.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
k0kubun (Takashi Kokubun)
08:21 PM Misc #15229: DevelopersMeeting20181122Japan
* [Feature #15301] `Symbol#call`, returning method bound with arguments zverok (Victor Shepelev)
03:28 PM Feature #15301: Symbol#call, returning method bound with arguments
> I understand and respect core team's reluctance for adding new methods to core classes
Ultimately it is up to ma...
shevegen (Robert A. Heiler)
02:42 PM Feature #15301: Symbol#call, returning method bound with arguments
@Hanmac yeah, I myself invented and discarded several generations of similar things throughout my carreer.
But wit...
zverok (Victor Shepelev)
02:10 PM Feature #15301: Symbol#call, returning method bound with arguments
I once had a similar script (> 3 years old), but i extened it to be chainable
~~~ ruby
class Symbol
class ...
Hanmac (Hans Mackowiak)
01:43 PM Feature #15301 (Closed): Symbol#call, returning method bound with arguments
In one Reddit discussion I've got stuck with this simple, yet seemingly powerful idea, not sure if it was discussed a... zverok (Victor Shepelev)
02:56 PM Revision 27f4058f (git): Makefile.in: `$` for shell needs to be escaped in Makefile
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:39 PM Bug #15244: Method #extname return empty string if filename is dot ('.')
This is still present. TiSer (Sergey Ti)
02:35 PM Revision b93023f8 (git): Remove duplicated assignment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:39 PM Bug #15300 (Closed): rb_frame_method_id_and_class deprecated in 2.6
Coming from [jasonroelofs/rice#105](https://github.com/jasonroelofs/rice/issues/105), related to #14192.
As far as...
paddor (Patrik Wenger)
11:23 AM Feature #12698: Method to delete a substring by regex match
matz (Yukihiro Matsumoto) wrote:
> I don't think it's worth adding which is easily done by `sub/gsub`.
Easily don...
svoop (Sven Schwyn)
09:39 AM Bug #15299 (Closed): hash.c: warning: ‘bin’ may be used uninitialized in this function
When compiling the latest version of trunk, I get some warnings in hash.c, as follows:
```
compiling hash.c
hash...
duerst (Martin Dürst)
07:19 AM Revision 59f1a69a (git): .travis.tml: reintroduce exclusions for osx
Sorry, seen the failures again. Was a wrong idea to delete
the --exclude.
See https://travis-ci.org/ruby/ruby/jobs/...
shyouhei (Shyouhei Urabe)
07:17 AM Revision b5b19a7c (git): .travis.yml: eliminate remaining --color=never [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
06:20 AM Revision dde0e30c (git): Pathname: Have #relative_path_from accept String argument.
[Fix GH-1975]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
06:17 AM Revision 5ad8e42b (git): test_function.rb: loosen delta boundary
On osx build https://travis-ci.org/ruby/ruby/jobs/454309945,
```
1) Failure:
Fiddle::TestFunction#test_nogvl_poll [/...
k0kubun (Takashi Kokubun)
06:16 AM Revision c878cf50 (git): Moved REVISION_FORCE before uncommon.mk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:46 AM Revision 5f376ce0 (git): appveyor.yml: run memory-exchausting test separately
r65690 had no impact
https://ci.appveyor.com/project/ruby/ruby/builds/20253561/job/p5u235m8xx85t9o5.
Gave up to solve...
k0kubun (Takashi Kokubun)
04:55 AM Revision 3b257773 (git): .travis.yml: specify --tty=no
To reduce the amount of output, prefer --tty=no instead of
--color=never. This option not only disables color output...
shyouhei (Shyouhei Urabe)
04:51 AM Revision 3d5be5f8 (git): date_core.c: use static ID variables
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:33 AM Revision 598a4bfb (git): .travis.yml: delete test-all options for osx
While we are experiencing build failures, no hangs had been
seen for a while. Also it seems the excluded tests now p...
shyouhei (Shyouhei Urabe)
04:29 AM Revision 93f91eb6 (git): date_core.c: obey to the allocation framework
* ext/date/date_core.c (date_initialize): separate from
date_s_civil and obey the allocation framework.
* ext/date...
nobu (Nobuyoshi Nakada)
04:29 AM Revision 0fa71d44 (git): date_core.c: respect COMPLEX_DAT bit
* ext/date/date_core.c (d_lite_marshal_load): respect COMPLEX_DAT
bit in the pre-allocated structure.
git-svn-id: ...
nobu (Nobuyoshi Nakada)
04:29 AM Revision 8655d073 (git): date_core.c: keep COMPLEX_DAT bit
* ext/date/date_core.c (d_lite_initialize_copy): do not change
COMPLEX_DAT bit, as the structure does not change. ...
nobu (Nobuyoshi Nakada)
04:29 AM Revision 53ad55e4 (git): date_core.c: set/reset COMPLEX_DAT
* ext/date/date_core.c (set_to_simple, set_to_complex): always
set/reset COMPLEX_DAT bit, which is very tightly bou...
nobu (Nobuyoshi Nakada)
03:24 AM Revision 45295303 (git): gmake.mk: force updating revision.h
Since `.revision.time` recipe needs `$(BASERUBY)`, it should not
try to get updated unconditionally, or tarballs fail...
nobu (Nobuyoshi Nakada)
02:58 AM Revision bad98efe (git): .travis.yml: allow osx failures [experimental]
Tests are failing due to network timeouts. Temporary allow failrues for them.
git-svn-id: svn+ssh://ci.ruby-lang.o...
shyouhei (Shyouhei Urabe)
02:19 AM Revision 9d9e1a4d (git): addr2line.c: more on suppressing warnings
See also: https://travis-ci.org/ruby/ruby/jobs/454269559#L1898
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65...
shyouhei (Shyouhei Urabe)
02:06 AM Revision ceab9f36 (git): common.mk: force updating revision.h on each commit
by making .revision.time PHONY. Prior to this commit, RUBY_DESCRIPTION
has been updated only when version.h (or tool/...
k0kubun (Takashi Kokubun)
02:03 AM Revision 48fe4012 (git): .travis.yml: update VM images
xeinal for Linux and xcode 10.1 for osx. Also deleted few outdated
lines that are no longer necessary.
git-svn-id:...
shyouhei (Shyouhei Urabe)
01:35 AM Revision 601f4b6f (git): test_array.rb: try to avoid NoMemoryError on AppVeyor
We somehow hit NoMemoryError twice on that place.
https://ci.appveyor.com/project/ruby/ruby/builds/20224556/job/hlgt9...
k0kubun (Takashi Kokubun)
12:40 AM Revision 2a70978d (git): * 2018-11-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:40 AM Revision 7f6691ae (git): suppress integer overflow warnings
* random.c: annotate rb_hash_start with NO_SANITIZE (seed.key.hash + h
overflows and that seems intentional)
* bign...
shyouhei (Shyouhei Urabe)

11/12/2018

10:46 PM Misc #15298: Inconsistent date errors
While I am not sure if ArgumentError for all entries would be the proper
solution, I agree that there may be more el...
shevegen (Robert A. Heiler)
06:08 PM Misc #15298 (Closed): Inconsistent date errors
When using Date, if you initialize an invalid date you'll get an `ArgumentError`:
```ruby
Date.new(1999, 1, 32) ...
gollahon (Daniel Gollahon)
06:14 PM Bug #14929: [PATCH] thread.c (do_select): fix leak on exception
Could you backport below commits for test/ruby/test_io.rb#test_select_leak from ruby_2_5 or trunk to ruby_2_4 branch?... jaruga (Jun Aruga)
03:59 PM Misc #15294: Add warnings for invalid ERB trim modes
Thank you! jsc (Justin Collins)
12:40 AM Misc #15294: Add warnings for invalid ERB trim modes
I thought warning message should provide information that helps to fix the warning, so I modified your patch but appl... k0kubun (Takashi Kokubun)
12:37 AM Misc #15294 (Closed): Add warnings for invalid ERB trim modes
Applied in changeset trunk|r65671.
----------
erb.rb: warn invalid trim_mode [Misc #15294]
From: Justin Collins <ju...
k0kubun (Takashi Kokubun)
12:43 PM Feature #6284: Add composition for procs
I've forgotten to post the patch to use `<<` and `>>`.
https://github.com/nobu/ruby/tree/feature/6284-proc-composition
nobu (Nobuyoshi Nakada)
10:29 AM Feature #13581: Syntax sugar for method reference
@nobu Awesome!
Am I correct that receiver-less call, like `something.map(&.:puts)`, will be impossible?
Is it a v...
zverok (Victor Shepelev)
07:20 AM Feature #13581: Syntax sugar for method reference
https://github.com/nobu/ruby/tree/feature/13581-methref_op nobu (Nobuyoshi Nakada)
10:19 AM Revision 803dcea4 (git): Revert r65681 which had a race condition issue
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:18 AM Revision 2dae9b36 (git): .travis.yml: resurrect -j on mac
The "osx build randomly fails with `-j`" happens on make -j test-all.
Should be safe to do make -j all.
git-svn-id:...
shyouhei (Shyouhei Urabe)
08:14 AM Revision 3208db7f (git): vm_insnhelper.c: avoid nevative sp
space_size can be zero here, under the following script. We would
better bail out before bptr calculation.
% ./mini...
shyouhei (Shyouhei Urabe)
07:58 AM Revision 5a10e835 (git): erb/new_spec.rb: fix spec failure by other specs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
07:32 AM Revision 8ad336b5 (git): Adopt [Misc #15294]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:14 AM Revision d6cd22db (git): Export rb_flo_div_flo for MJIT
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:56 AM Revision 767ab942 (git): srcs-ext should update ext/ripper/eventids2table.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:09 AM Revision 68261c06 (git): numeric.c: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
03:26 AM Revision 75521b8c (git): * expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:26 AM Revision 00b8b118 (git): vm_insnhelper.c: avoid division by zero
same as r65642.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
02:39 AM Revision 21e1260f (git): char is neither signed nor unsigned
read_escaped_byte() returns values of range -1...256. -1 indicates
error. So the function basically expects char to ...
shyouhei (Shyouhei Urabe)
02:00 AM Revision bc7976f2 (git): lib/irb.rb: fix up r65674
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:08 AM Revision 199c5cc1 (git): ~(unsigned char) is not unsigned char
The unary ~ operator excercises integer promotion of the operand
_before_ actually applying bitwise complement (cf: I...
shyouhei (Shyouhei Urabe)
12:55 AM Revision 623ecdac (git): Document binding.irb on Binding [ci skip]
For some reason this very useful method was undocumented since it was added in
493e48897421d176a8faf0f0820323d79ecdf9...
k0kubun (Takashi Kokubun)
12:53 AM Revision 8db14201 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:53 AM Revision 8f4aa4fd (git): Merge Bundler-2.0.0.pre1 from upstream.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:37 AM Revision ab5a3db4 (git): erb.rb: warn invalid trim_mode [Misc #15294]
From: Justin Collins <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65671 b2dd03c8-39d...
k0kubun (Takashi Kokubun)

11/11/2018

11:22 PM Revision 7e61fdca (git): * 2018-11-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:22 PM Revision 1febaff1 (git): win32/setup.mak: Substitute slashes in `MJIT_CC`
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:22 PM Revision 2fcdfa6e (git): `MJIT_BUILD_DIR` is not used on Windows
Because `LOAD_RELATIVE` is always enabled on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65668 b2dd03...
nobu (Nobuyoshi Nakada)
01:26 PM Bug #15297 (Closed): Appveyor - test-all failures & build warnings - bison 3.1 vs 3.2 ?
Seems fixed by r65667, too.
Thank you.
nobu (Nobuyoshi Nakada)
04:30 AM Bug #15297: Appveyor - test-all failures & build warnings - bison 3.1 vs 3.2 ?
After reverting to bison 3.1, ruby-loco passed on
ruby 2.6.0dev (2018-11-11 trunk 65664) [x64-mingw32]
MSP-Greg (Greg L)
03:14 AM Bug #15297: Appveyor - test-all failures & build warnings - bison 3.1 vs 3.2 ?
Finally took the time to look at this, and started with bison, as it's used by both the mswin/vc builds and the mingw... MSP-Greg (Greg L)
01:05 PM Bug #15284: Unintentional warnings with node.h
JFYI: It seems this commit on bison http://git.savannah.gnu.org/cgit/bison.git/commit/?id=e7b709ab0b00244f87f53e60bc2... yui-knk (Kaneko Yuichiro)
12:40 PM Bug #15284 (Closed): Unintentional warnings with node.h
Applied in changeset trunk|r65667.
----------
Fix for bison 3.2 [Bug #15284]
nobu (Nobuyoshi Nakada)
12:40 PM Revision 6a85c2a5 (git): Fix for bison 3.2 [Bug #15284]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:15 PM Revision 66f239c5 (git): Add docs to RubyVM::AbstractSyntaxTree.of
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yui-knk (Kaneko Yuichiro)
11:58 AM Revision 9f41da42 (git): Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:21 AM Bug #15293: Since r64852, on Solaris with Oracle Developer Studio 12.4, syntax error
ngoto (Naohisa Goto) wrote:
> [Bug #12397] にも少し書いたように、configure で `__extension__` や statement expression の有無をチェックするよ...
shyouhei (Shyouhei Urabe)
01:25 AM Revision c8e8f4db (git): Use friendlier terminology in leaf helpers
[Fix GH-2009]
From: Juanito Fatas <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@656...
nobu (Nobuyoshi Nakada)
12:55 AM Revision ab97298a (git): Make some functions to be static
These functions are used only in ast.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65663 b2dd03c8-39d4-4d8f-9...
yui-knk (Kaneko Yuichiro)
12:46 AM Revision afa1c6a2 (git): Use friendlier terminology in rubysocket.h comment
[Fix GH-2008]
From: Juanito Fatas <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@656...
nobu (Nobuyoshi Nakada)
12:46 AM Revision 06b63130 (git): Revert "Use friendlier terminology in rubysocket.h comment"
This reverts commit dcd41bbbdb021b5e0e74f8a33c2c58cecf595f29.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6566...
nobu (Nobuyoshi Nakada)
12:40 AM Revision 51fbeddd (git): Use friendlier terminology in rubysocket.h comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:20 AM Revision 62680982 (git): Make rubygems follow the upstream of psych
And merge psych again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

11/10/2018

10:26 PM Revision ba8d27e6 (git): Revert "Merge psych from upstream."
This reverts commit db3101ff301b8e6f52170df0891f4fc35579354f.
This caused build error: http://ci.rvm.jp/results/trun...
mame (Yusuke Endoh)
06:06 PM Revision 49d079ce (git): * 2018-11-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:06 PM Revision db3101ff (git): Merge psych from upstream.
* https://github.com/ruby/psych/pull/378
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65656 b2dd03c8-39d4-4d8f-...
hsbt (Hiroshi SHIBATA)
12:04 PM Revision f800c5fc (git): Constified ruby_sourcefile
which usually refers ruby_sourcefile_string and is not freed
directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)
11:43 AM Revision f53bd45d (git): AST.of -e script
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:40 AM Revision 6e610f5e (git): Parse the source in SCRIPT_LINES__ as array
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:28 AM Bug #15292: Since r64852, on Solaris with Oracle Developer Studio 12.6, compile error of iseq.c
iseq.c のコンパイルは通りましたが、謎のリンクエラーが発生していました。
コンパイラまたは周辺のバグかもしれませんが全く不明です。
~~~
cc -errtags=yes -xO4 -xtarget=sparc64x...
ngoto (Naohisa Goto)
11:16 AM Revision 907ae13c (git): Check the argument before creating a parser
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:39 AM Revision 2aed2cbc (git): Parse the source in SCRIPT_LINES__ if possible
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:29 AM Revision 67099c45 (git): Fix potential NULL pointer access [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:29 AM Bug #15297 (Closed): Appveyor - test-all failures & build warnings - bison 3.1 vs 3.2 ?
Appveyor just updated their images. I have rarely seen build/compile warnings with mingw/gcc & Ruby.
There are tw...
MSP-Greg (Greg L)
05:01 AM Feature #13581: Syntax sugar for method reference
matz (Yukihiro Matsumoto) wrote:
> Out of [ruby-core:85038](https://bugs.ruby-lang.org/issues/13581#change-69758) ca...
ianks (Ian Ker-Seymer)
 

Also available in: Atom