Project

General

Profile

Activity

From 06/09/2018 to 06/15/2018

06/15/2018

06:43 PM Bug #14849 (Closed): rbenv install 2.4.0 on AWS EC2 on AMI linux box
unable to install 2.4.0 ruby while with rbenv:
AMI ID: amzn-ami-hvm-2018.03.0.20180508-x86_64-gp2 (ami-9a91b371)
...
reepz (Andrzej Wojtowicz)
05:14 PM Feature #14799: Startless range
@mame Ah, that is quite unfortunate (it does not look so nice with the parens), but thank you for mentioning the cave... Eregon (Benoit Daloze)
10:35 AM Revision cb2a2c27 (git): gettimeofday is obsolete
* test/ruby/test_process.rb gettimeofday is obsolete in SUSv4, and
may not be available in the future.
git-svn-id:...
nobu (Nobuyoshi Nakada)
10:15 AM Revision d31d6631 (git): win32/Makefile.sub: gettimeofday is defined in win32.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:02 AM Bug #14848 (Rejected): Net/HTTP doesn't take verify_callback into account when OpenSSL::SSL::VERIFY_NONE
Hi,
In (at least) net/http, the TLS connection is OK even if `verify_callback` return `false` if `verify_mode` is ...
aeris (Nicolas Vinot)
08:59 AM Feature #5400 (Assigned): Remove flip-flops in 2.0
I've committed r63667..r63669 to deprecate flip-flips. I leave this ticket open to remove the feature in 3.0 (?).
...
mame (Yusuke Endoh)
08:53 AM Revision 301fa452 (git): Remove flip-flop usages from build scripts
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
08:53 AM Revision bf7a32d2 (git): Remove warnings of flip-flop deprecation from tests and specs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
08:53 AM Revision bae638ad (git): parse.y: Deprecate flip-flops
Ref #5400
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
01:59 AM Feature #12602 (Closed): Add NilClass#to_d
I've released the new version 1.3.5, that includes `nil.to_d`.
Please use it.
mrkn (Kenta Murata)
12:19 AM Revision 4fb5888a (git): Update obsoleted URLs of supported platforms [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:06 AM Revision 72511705 (git): * 2018-06-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:06 AM Revision dfdd5562 (git): Bootstrapping ruby runtime might not have RubyVM::MJIT defined.
[Fix GH-1891]
From: U-DESKTOP-RLT5UQ8\moriyoshi <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63...
nobu (Nobuyoshi Nakada)

06/14/2018

10:30 PM Feature #14799: Startless range
I agree that it is a good use case.
But notice that we will not be able to write `ruby_version_is ..."2.6" do` bec...
mame (Yusuke Endoh)
03:16 PM Feature #14799: Startless range
znz (Kazuhiro NISHIYAMA) wrote:
> I think version guard of ruby/spec is one of usages.
>
> For example:
>
> ``...
Eregon (Benoit Daloze)
02:34 PM Feature #14799: Startless range
I think version guard of ruby/spec is one of usages.
For example:
```ruby
ruby_version_is ""..."2.6" do
# ....
znz (Kazuhiro NISHIYAMA)
06:40 PM Misc #14769: DevelopersMeeting20180621Japan
* [Feature #14709] Proper pattern matching
* [Feature #14799] Startless range
* [Feature #14784] One-sided Comparab...
zverok (Victor Shepelev)
03:14 PM Feature #12602: Add NilClass#to_d
Any updates about this feature? I ended up adding the `#to_d` by monkey patching `NilClass`, but I would like this fe... isayajin (Isay Sosa)
01:10 PM Revision a03ea378 (git): prefer clock_gettime
* configure.ac: clock_gettime or gettimeofday must exist.
* process.c (rb_clock_gettime): prefer clock_gettime over
...
nobu (Nobuyoshi Nakada)
11:23 AM Bug #13284: IA64 ruby 2.4 miniruby segfault
I tried a few suggestions, which did not work out for me:
- Configure with --with-setjmp-type=_setjmp
- Compile usi...
knedlsepp (Josef Kemetmüller)
11:20 AM Bug #8017: Got segmentation fault on attempt to install ruby 2.0.0-p0 on Mac 10.6.8 via RVM
FYI: I had the same problem and could fix it by setting the stacksize to unlimited `ulimit -s unlimited`. knedlsepp (Josef Kemetmüller)
11:12 AM Revision 93f7a115 (git): README.ja.md: Add link to downloads [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:09 AM Bug #14840 (Closed): `warning: constant Net::ProtoServerError is deprecated` only via net/http
Resolved at r63661 znz (Kazuhiro NISHIYAMA)
10:28 AM Bug #11030: Ruby 2.2.1 fails to compile with hardened GCC
For me it helped to increase my stack size limit using ulimit -s unlimited. knedlsepp (Josef Kemetmüller)
10:28 AM Bug #11457: miniruby SEGVs on CentOS 5
For me it helped to increase my stack size limit using `ulimit -s unlimited`. knedlsepp (Josef Kemetmüller)
09:01 AM Revision 60c7fcf0 (git): Get rid of warnings of test/spec
* lib/net/http/exceptions.rb: revert a part of r63590. to deprecate
Net::ProtoServerError seems to be wrong.
see...
U.Nakamura
08:45 AM Feature #14688: Net::HTTPResponse#value raises "Net::HTTPServerException" in 4xx response
I suspect that deprecating `Net::ProtoServerError` is wrong.
The exception seems to be "something error reported fro...
usa (Usaku NAKAMURA)
07:09 AM Revision c9db11ea (git): bignum.c: get rid of redefined method
* bignum.c (int_pow_tmp3): get rid of redefined Integer#> on
internal calculations, as well as the GMP version.
* ...
nobu (Nobuyoshi Nakada)
06:41 AM Revision fa0f702c (git): HTTPServerException is deprecated
* spec/ruby/library/net/http/HTTPClientException_spec.rb: add.
* spec/ruby/library/net/http/HTTPServerException_spec....
U.Nakamura
06:36 AM Revision 99cc2051 (git): test/rubygems/test_gem_dependency_installer.rb: Avoid Dir.chdir + block
This caused a warning "conflicting chdir during another chdir block"
during "make test-all".
git-svn-id: svn+ssh://c...
mame (Yusuke Endoh)
04:07 AM Bug #14847: `clone` can generate strange objects
まつもと ゆきひろです
おそらくは FL_FREEZE などいくつかのフラグだけ特別にコピーするべきなんだと思います。
最近 mruby でも同様のレポートが来て、あちらでは FREEZE だけコピーすることにしました。
C...
matz (Yukihiro Matsumoto)
01:14 AM Bug #14847 (Closed): `clone` can generate strange objects
`Object#clone(obj)` を呼び出すと、
* (1) `rb_obj_alloc(rb_obj_class(obj));` で空の `obj` を作り、
* (2) `RBasic(orig)->flags` を...
ko1 (Koichi Sasada)
03:18 AM Revision 891d00b4 (git): .gdbinit: expand RBASIC macro for old gdb on mac
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

06/13/2018

09:58 PM Revision 12a829ab (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:58 PM Revision ee6aa150 (git): * append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:58 PM Revision b46da8d8 (git): Update to ruby/spec@4bb0f25
* Specs added by TruffleRuby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63654 b2dd03c8-39d4-4d8f-98ff-823fe6...
Eregon (Benoit Daloze)
09:41 PM Revision 5b55eaa0 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:41 PM Revision 67078e81 (git): Update to ruby/spec@4bc7a2b
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
09:32 PM Bug #14846 (Closed): Backport fixes for Kernel#warn(uplevel:)
~~~ ruby
-> { warn("foo", 100) }.should output(nil, "warning: foo\n")
~~~
It is missing the "warning: " prefix in ...
Eregon (Benoit Daloze)
09:17 PM Revision 78890bab (git): * 2018-06-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:17 PM Revision fe7ec526 (git): Fix condition in Kernel#warn when using uplevel
* It causes SEGV on `warn("foo", uplevel: 100)`.
* Found in a ruby/spec added by @andrykonchin in
https://github.co...
Eregon (Benoit Daloze)
03:45 PM Bug #14845: Endless Range with nil
別チケットにした方が良いのかもしれませんが、関連するのでここにコメントしておきます。
`Range.new(1)` のように終端を省略できるようにするのはどうでしょうか?
endless range の時は exclude_e...
znz (Kazuhiro NISHIYAMA)
11:20 AM Bug #14845: Endless Range with nil
I'm attaching a patch for `Range#to_a` that raises an RangeError for an endless range, and that calls super to `Enume... mame (Yusuke Endoh)
11:01 AM Bug #14845 (Assigned): Endless Range with nil
matz (Yukihiro Matsumoto) wrote:
> I meant `(1..).to_a` to raise an exception (for apparent infinity loop), not proh...
mame (Yusuke Endoh)
10:07 AM Bug #14845: Endless Range with nil
I meant `(1..).to_a` to raise an exception (for apparent infinity loop), not prohibiting `1..nil`'.
Matz.
matz (Yukihiro Matsumoto)
10:00 AM Bug #14845 (Closed): Endless Range with nil
Applied in changeset commit:ruby-git|48de2ea5f9b9067779acb0f7f76e5f879f2b42c0.
----------
range.c: prohibit `(1..nil...
mame (Yusuke Endoh)
09:06 AM Bug #14845 (Assigned): Endless Range with nil
https://twitter.com/yukihiro_matz/status/1006737384820445184
> いやあ、エラーではねた方がいいんじゃないですかね。
ていうのがあったので、とりあえず r63646 ...
mame (Yusuke Endoh)
09:05 AM Bug #14845 (Closed): Endless Range with nil
Applied in changeset trunk|r63646.
----------
range.c: prohibit `(1..nil)`
Now endless range can be created by eith...
mame (Yusuke Endoh)
08:06 AM Bug #14845: Endless Range with nil
現状の挙動はそれはそれで便利そう※なので、early failure と便利さとのトレードオフです。どっちがいいでしょうね。
※たとえば SQL の DSL で `count: (min..max)` という Range を書い...
mame (Yusuke Endoh)
07:53 AM Bug #14845 (Closed): Endless Range with nil
endless Rangeで次のケースで困ることがあります。
- 1..nilはendless Rangeになる
- endless Rangeはto_aすると返ってこなくなる
- 1..変数 のケースで意図せずendles...
igaiga (Kuniaki Igarashi)
11:00 AM Revision 606d6b34 (git): Revert "range.c: prohibit `(1..nil)`"
This reverts commit a44c010764a16ae09aaed49d76eec055ca0057c8.
Refs #14845.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
mame (Yusuke Endoh)
10:27 AM Revision 4f4ed3e9 (git): Remove sunsetting FTP site
ref #14842
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
10:04 AM Feature #14767: [PATCH] gc.c: use monotonic counters for objspace_malloc_increase
I wrote:
> Also, I think it would be beneficial to check malloc_increase
> and do a lazy sweep step BEFORE calling...
normalperson (Eric Wong)
10:00 AM Revision 5ff2a196 (git): thread.c: use flags for sleep_* functions
Same thing as https://bugs.ruby-lang.org/issues/14798
My easily-confused mind gets function call ordering confused
ea...
Eric Wong
09:12 AM Misc #14769: DevelopersMeeting20180621Japan
* [Bug #14845] Endless Range with nil (mame)
* Should explicit nil for endless range (like `(1..nil)`) be prohibit...
mame (Yusuke Endoh)
09:04 AM Revision 48de2ea5 (git): range.c: prohibit `(1..nil)`
Now endless range can be created by either a literal `(1..)` or explicit
range creation `Range.new(1, nil)`. [Bug #1...
mame (Yusuke Endoh)
04:51 AM Revision 75d25ede (git): Make VM_INSN_INFO_TABLE_IMPL=1 work
rb_iseq_insns_info_decode_positions is used only when
VM_INSN_INFO_TABLE_IMPL=2.
git-svn-id: svn+ssh://ci.ruby-lang....
mame (Yusuke Endoh)
02:50 AM Revision 3b43173c (git): add "print_flags" gdb command.
* .gdbinit (print_flags): added to show raw FLAGS info for objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
ko1 (Koichi Sasada)
01:22 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
I don't have a name for this yet, but I hope to work on Queue/SizedQueue
support soonish.

Anyways, rebased again...
normalperson (Eric Wong)
01:21 AM Revision 8ee960c5 (git): bignum.c: call functions directly
* bignum.c (int_pow_tmp{1,2,3}): call dedicated functions directly
for internal calculations, instead of method cal...
nobu (Nobuyoshi Nakada)
01:04 AM Revision c3b656bc (git): bignum.c: refine pow
* bignum.c (rb_big_pow): make Complex and Rational instances from
calculated results by API functions.
git-svn-id:...
nobu (Nobuyoshi Nakada)
01:03 AM Feature #14736: Thread selector for flexible cooperative fiber based concurrency
[email protected] wrote:
> I've been playing around with port scanners. Implemented in Go
> (goroutines), P...
normalperson (Eric Wong)

06/12/2018

09:40 PM Bug #14842: [ANN] ftp service is sunset in Jun 2018.
Just for clarification purpose - old URLs such as:
ftp://ftp.ruby-lang.org/pub/ruby/2.5/ruby-2.5.1.tar.xz
wou...
shevegen (Robert A. Heiler)
04:08 AM Bug #14842 (Closed): [ANN] ftp service is sunset in Jun 2018.
Unfortunately, We decided to shut down FTP service of ftp.ruby-lang.org. Because operating system of ftp.ruby-lang.or... hsbt (Hiroshi SHIBATA)
08:22 PM Revision c603e5c9 (git): * 2018-06-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:22 PM Revision 88aaf889 (git): lib/securerandom.rb: improve docs
* lib/securerandom.rb: [DOC] add alphanumeric example to module docs.
[Fix GH-1812]
From: Justin Bull <me@justinbu...
stomar (Marcus Stollsteimer)
03:42 PM Feature #14844: Future of RubyVM::AST?
Just two short comments from me, so that I do not expand the issue request/question
too much.
(1) I would like to...
shevegen (Robert A. Heiler)
02:16 PM Feature #14844 (Rejected): Future of RubyVM::AST?
Hi! Thanks for all your great work on the Ruby language.
I saw the new RubyVM::AST module in 2.6.0-preview2 and I...
rmosolgo (Robert Mosolgo)
02:36 PM Revision bcaf84e8 (git): Remove needless lines
Because both assert_equal and assert_nil do not pass at the same time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
znz (Kazuhiro NISHIYAMA)
02:36 PM Revision ed2987cb (git): Use `&.` instead of modifier if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:14 PM Bug #14843 (Closed): [BUG] Illegal instruction at 0x000000010c7acc0a
I'm on a fresh install of 10.13 on a Mac Pro 2010 installed ruby 2.5.1 via homebrew and rbenv when I try to install b... jonathansimmons (Jonathan Simmons)
09:42 AM Revision 55539f9b (git): doc/signals.rdoc: fix typo
[Fix GH-1889]
From: yuuji.yaginuma <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@636...
stomar (Marcus Stollsteimer)
03:57 AM Feature #14736: Thread selector for flexible cooperative fiber based concurrency
I've been playing around with port scanners. Implemented in Go (goroutines), Python (asyncio) and Ruby (async).
I ...
ioquatix (Samuel Williams)
12:39 AM Revision 19ad3b2b (git): win32.c: precise time
* win32/win32.c (filetime_split, clock_gettime): keep the
precision as possible as the FILETIME format.
git-svn-id...
nobu (Nobuyoshi Nakada)

06/11/2018

11:34 PM Revision c9b8a361 (git): intern.h: suppress warnings
* include/ruby/intern.h (rb_fd_select): turned into an inline
function, to suppress -Waddress warnings.
git-svn-id...
nobu (Nobuyoshi Nakada)
11:33 PM Revision 05345668 (git): ruby.c: making hidden objects
* ruby.c (add_modules): make hidden objects by particular
functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)
08:16 PM Revision de5e6ca2 (git): * 2018-06-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:16 PM Revision 7215cecf (git): string.c: [DOC] grammar fixes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e stomar (Marcus Stollsteimer)
05:53 PM Bug #14837: ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
After re-reading the diff more closely I realized I had misunderstood. As I now understand, r63624 has the effect of... kevinoid (Kevin Locke)
05:02 PM Bug #14837: ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
Thanks for the quick response and fix! Sorry I didn't see the changes sooner. (I didn't get an email notification, ... kevinoid (Kevin Locke)
01:17 AM Bug #14837: ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
Let me leave a weak concern that I do not fully understand the impact of this changeset.
I recommend some reviews ...
shyouhei (Shyouhei Urabe)
03:31 PM Feature #14680: Adding +@ and -@ to hash and array
Happy to specify it in the docs, but it would be odd to assume that it did since `.freeze` itself doesn't. kddnewton (Kevin Newton)
03:26 PM Feature #14680: Adding +@ and -@ to hash and array
we need to specify it, that `-@` and `+@` are not doing deep freeze (they don't freeze the values of hash or elements... Hanmac (Hans Mackowiak)
02:38 PM Feature #14680: Adding +@ and -@ to hash and array
My question is whether this would pass:
~~~ ruby
def test_uminus
a = { a: 1, b: 2, c: 3 }
refute a.fr...
rab (Rob Biedenharn)
02:13 PM Revision 91fc0a91 (git): Use `&.` instead of modifier if and remove needless closed?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:44 PM Bug #14387: Ruby 2.5 を Alpine Linux で実行すると比較的浅めで SystemStackError 例外になる
wanabe (_ wanabe) wrote:
> It seems to be reasonable not to rely `pthread_getattr_np()` on `defined(__linux__) && !d...
ncopa (Natanael Copa)
12:43 PM Bug #14387: Ruby 2.5 を Alpine Linux で実行すると比較的浅めで SystemStackError 例外になる
wanabe (_ wanabe) wrote:
> It's acceptable because it doesn't break other tested environment, but `getrlimit` real...
ncopa (Natanael Copa)
12:22 PM Bug #14387: Ruby 2.5 を Alpine Linux で実行すると比較的浅めで SystemStackError 例外になる
naruse (Yui NARUSE) wrote:
> jottr (jottr -) wrote:
> > I'd like to inquire on the progress of this issue. What is ...
ncopa (Natanael Copa)
11:32 AM Revision 6f886143 (git): Copy gemspec from github repository and keep .document file for rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:17 AM Revision aa2b6c61 (git): Added webrick.rb to cleanup target.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
09:51 AM Feature #7580: Range translation
On the other hand, `+` could easily be construed to construct non-contiguous ranges (eg `((1..2) + (4..5)).to_a == [1... DanielRHeath (Daniel Heath)
09:49 AM Feature #7580: Range translation
Duplicated at https://bugs.ruby-lang.org/issues/14777
Agree that '+' seems an idiomatic name (I'm using ranges to ...
DanielRHeath (Daniel Heath)
07:42 AM Revision 86d425e7 (git): * 2018-06-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:42 AM Revision dbf3e8f6 (git): Added entries of recent updates for gemification.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)

06/10/2018

06:27 PM Feature #14680: Adding +@ and -@ to hash and array
This patch is adding `-@` and `+@` to array and hash, mirroring the logic of string's version of those methods. So fo... kddnewton (Kevin Newton)
02:09 PM Bug #14841 (Closed): Very rarely IO#readpartial does not raise EOFError
Hi,
I'm now writing a multi thread application, which uses IO.pipe, IO#close and IO#readpartial.
During running...
hirura (Hiroyuki URANISHI)
01:00 PM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
In other words, we are looking for ruby hackers from Georgia!
Since there are ruby users in ~nearby russia and tur...
shevegen (Robert A. Heiler)
01:03 AM Feature #14839 (Closed): How to deal with capitalizing Georgian in Unicode 11.0.0
This is a request for feedback. In particular if you are from Georgia (the country, not the US state), or if you know... duerst (Martin Dürst)
10:49 AM Bug #14387: Ruby 2.5 を Alpine Linux で実行すると比較的浅めで SystemStackError 例外になる
naruse (Yui NARUSE) wrote:
> It's acceptable because it doesn't break other tested environment, but `getrlimit` real...
wanabe (_ wanabe)
08:59 AM Revision bd4ba72a (git): merge revision(s) 58455:
use $(srcdir).
* win32/Makefile.sub (enc/jis/props.h): build it in not builddir,
but in srcdir.
g...
U.Nakamura
07:01 AM Revision fff17079 (git): NEWS: Add TracePoint#parameters which was introduced by r63562
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yui-knk (Kaneko Yuichiro)
06:34 AM Bug #14837 (Closed): ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
Applied in changeset trunk|r63624.
----------
random.c: fix need_secure flags
* random.c (fill_random_seed): do not...
nobu (Nobuyoshi Nakada)
06:33 AM Revision 8389f8c3 (git): random.c: fix need_secure flags
* random.c (fill_random_seed): do not need to be secure, to get
rid of blocking at the start-up time.
[ruby-core:...
nobu (Nobuyoshi Nakada)
06:22 AM Revision 744b0bdb (git): parse.y: Fix locations of none and mid-rule actions
When an empty rule or a mid-rule action is reduced,
`YYLLOC_DEFAULT` is called with the third parameter to be zero.
I...
yui-knk (Kaneko Yuichiro)
06:00 AM Revision 5e9ea3c7 (git): doc/extension.rdoc: Fix small copy+paste mistake
[Fix GH-1884]
From: Lars Kanis <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63622 b2...
nobu (Nobuyoshi Nakada)
05:02 AM Revision aee5c433 (git): parse.y: Fix locations of NODE_RESCUE
* parse.y (new_bodystmt): Fix locations of NODE_RESCUE
to end with nd_else or nd_resq. Before this commit,
locati...
yui-knk (Kaneko Yuichiro)
04:51 AM Bug #14840 (Closed): `warning: constant Net::ProtoServerError is deprecated` only via net/http
When ruby loads `net/protocol` via `net/http`, `Net::ProtoServerError` is deprecated.
But via `net/smtp`, etc, it do...
znz (Kazuhiro NISHIYAMA)
03:10 AM Revision d89d4e93 (git): Use `&.` instead of modifier if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:30 AM Revision 8e95d051 (git): gems/bundled_gems: update to power_assert 1.1.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)

06/09/2018

04:05 PM Revision 03893f51 (git): * 2018-06-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:05 PM Revision d4ff568d (git): Revert "Use `&.` instead of modifier if"
This reverts commit 9d015aa91cc3ec45e41be58fd836fb7f6655a624.
Because tool/extlibs.rb runs with BASERUBY that may be...
znz (Kazuhiro NISHIYAMA)
04:04 PM Bug #14838 (Open): RegexpError with double "s" in look-behind assertion in case-insensitive unicode regexp
~~~
irb(main):003:0> %r{(?<!bss>)}ui
Traceback (most recent call last):
1: from /usr/bin/irb:11:in `<main>...
[email protected] (Jonathan Kamens)
09:05 AM Bug #14837: ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
Makes sense.
As for Gem.user_dir:
> Arguably Rubygems could provide/recommend a way to get the user GEM
> dir ...
shevegen (Robert A. Heiler)
05:05 AM Bug #14837 (Closed): ruby blocks due to unavoidable getrandom without GRND_NONBLOCK
Following the [instructions in the Rubygems FAQ](https://guides.rubygems.org/faqs/#user-install) I added the followin... kevinoid (Kevin Locke)
01:55 AM Revision 53ecd7f3 (git): Use `&.` instead of modifier if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
 

Also available in: Atom