Project

General

Profile

Activity

From 06/15/2018 to 06/21/2018

06/21/2018

11:44 PM Feature #14491 (Closed): MJIT needs internal debugging methods
In r63710, I added your MJIT.pause idea. I think that's useful to identify some performance issues. Let me close this... k0kubun (Takashi Kokubun)
11:12 PM Bug #14858: Introduce 2nd GC heap named Transient heap
[email protected] wrote:
> https://bugs.ruby-lang.org/issues/14858

Thanks, I can confirm a good result with this. H...
normalperson (Eric Wong)
09:52 AM Bug #14858: Introduce 2nd GC heap named Transient heap
Sounds nice, I was wondering when MRI would use a custom allocator for Ruby-level data since the jemalloc discussion ... Eregon (Benoit Daloze)
03:12 AM Bug #14858: Introduce 2nd GC heap named Transient heap
> I wanted to try it, but patch seems misgenerated:
Sorry it was my mistake.
ko1 (Koichi Sasada)
01:52 AM Bug #14858: Introduce 2nd GC heap named Transient heap
[email protected] wrote:
> transient_heap.patch (43 KB)

I wanted to try it, but patch seems misgenerated:

> c:/ko...
normalperson (Eric Wong)
08:12 PM Feature #14859: [PATCH] implement Timeout in VM
[email protected] wrote:
> Something else, I would consider Timeout to be fundamentally
> flawed as long as it re...
normalperson (Eric Wong)
08:12 PM Feature #14859: [PATCH] implement Timeout in VM
[email protected] wrote:
> Should lib/timeout.rb be removed then?

Yes, and the rdoc will be moved if accepted.
...
normalperson (Eric Wong)
11:41 AM Feature #14859: [PATCH] implement Timeout in VM
Something else, I would consider Timeout to be fundamentally flawed as long as it relies on Thread#raise,
because it...
Eregon (Benoit Daloze)
11:30 AM Feature #14859: [PATCH] implement Timeout in VM
Should lib/timeout.rb be removed then?
Why is it moved to core, could it stay an extension?
Note that there are p...
Eregon (Benoit Daloze)
02:04 AM Feature #14859: [PATCH] implement Timeout in VM
> > https://bugs.ruby-lang.org/issues/14859
>
> I sometimes get failures in test_condvar_wait_deadlock_2 of
> te...
normalperson (Eric Wong)
01:42 AM Feature #14859: [PATCH] implement Timeout in VM
> https://bugs.ruby-lang.org/issues/14859

I sometimes get failures in test_condvar_wait_deadlock_2 of
test/threa...
normalperson (Eric Wong)
12:21 AM Feature #14859 (Assigned): [PATCH] implement Timeout in VM
implement Timeout in VM
Based on the ugliness of handling partial writes with
IO#write_nonblock and inability to ...
normalperson (Eric Wong)
04:00 PM Bug #14863: Array#join with empty array returns empty string always in US-ASCII encoding
Taking into account
jeremyevans0 (Jeremy Evans) wrote:
> UTF-8 is the default for literal strings, not the default ...
xsimov (Xavier Simó)
02:26 PM Bug #14863: Array#join with empty array returns empty string always in US-ASCII encoding
xsimov (Xavier Simó) wrote:
> Calling
> ~~~
> irb(main):001:0> [].join.encoding
> => #<Encoding:US-ASCII>
> ~~~ ...
jeremyevans0 (Jeremy Evans)
10:31 AM Bug #14863: Array#join with empty array returns empty string always in US-ASCII encoding
Interesting.
I kind of agree with you - that surprised me. Perhaps there is an
explanation for it, but perhaps it...
shevegen (Robert A. Heiler)
09:18 AM Bug #14863 (Rejected): Array#join with empty array returns empty string always in US-ASCII encoding
Calling
~~~
irb(main):001:0> [].join.encoding
=> #<Encoding:US-ASCII>
~~~
returns an empty string and that empt...
xsimov (Xavier Simó)
02:24 PM Misc #14769: DevelopersMeeting20180621Japan
Has someone managed to note down a short summary, like in previous meetings? shevegen (Robert A. Heiler)
03:51 AM Misc #14769: DevelopersMeeting20180621Japan
* [Bug #14699] Subtle behaviors with endless range (mame) mame (Yusuke Endoh)
03:33 AM Misc #14769: DevelopersMeeting20180621Japan
[Feature #14859] - Timeout in VM
Still needs some work, mainly wondering if the idea of moving this
part of stdlib...
normalperson (Eric Wong)
03:16 AM Misc #14769: DevelopersMeeting20180621Japan
- [Bug #14824] Endless Range Support in irb
- [Feature #14808] Last token of endless range should have EXPR_END
aycabta (aycabta .)
02:09 PM Feature #14830: RubyVM::MJIT.pause / RubyVM::MJIT.resume
> If the test in question checks this kind of issues, "fixing" it by using MJIT.pause does not solve the issue itself... k0kubun (Takashi Kokubun)
02:05 PM Feature #14830 (Closed): RubyVM::MJIT.pause / RubyVM::MJIT.resume
Applied in changeset trunk|r63710.
----------
mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resume
[Feature #14830]
k0kubun (Takashi Kokubun)
09:21 AM Feature #14830 (Assigned): RubyVM::MJIT.pause / RubyVM::MJIT.resume
We discussed this ticket at the developers' meeting. There is no objection (because RubyVM is just for internal feat... mame (Yusuke Endoh)
02:04 PM Feature #14781: Enumerator.generate
Ah, I meant `iterate` is not a good name for ruby. Sorry for the confusion. mame (Yusuke Endoh)
01:49 PM Feature #14781: Enumerator.generate
I don't like `recur`. Probably it came from `recurrence` but programmers usually think of `recursive` because they se... matz (Yukihiro Matsumoto)
11:14 AM Feature #14781: Enumerator.generate
I like Enumerator.generate, since it's really to generate a lazy sequence, to generate an Enumerator, from a block.
...
Eregon (Benoit Daloze)
10:21 AM Feature #14781: Enumerator.generate
zverok (Victor Shepelev) wrote:
> Though, I should add that `Enumerator.generate` (seen this way, not just `.generat...
mame (Yusuke Endoh)
10:07 AM Feature #14781: Enumerator.generate
Though, I should add that `Enumerator.generate` (seen this way, not just `.generate` alone) seems to clearly state "g... zverok (Victor Shepelev)
10:06 AM Feature #14781: Enumerator.generate
I like `#sequence`, too. zverok (Victor Shepelev)
08:59 AM Feature #14781: Enumerator.generate
I propose the following:
* Enumerator.sequence
* Enumerator.recur
sawa (Tsuyoshi Sawada)
08:26 AM Feature #14781 (Feedback): Enumerator.generate
I am not fully satisfied with the name `generate` since the word does not always imply sequence generation. If someon... matz (Yukihiro Matsumoto)
08:17 AM Feature #14781: Enumerator.generate
In today's developer meeting, we kind of loved the functionality, but haven't reached a conclusion about the name.
...
knu (Akinori MUSHA)
08:02 AM Feature #14781: Enumerator.generate
What about adding support for ending an iteration from a given block itself by raising StopIteration, rather than hav... knu (Akinori MUSHA)
02:04 PM Revision 0af19735 (git): mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resume
[Feature #14830]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
k0kubun (Takashi Kokubun)
12:53 PM Bug #14862: Time.parse does not handle the time zone

Quote:
~~~
%Z - Abbreviated time zone name or similar information. (OS dependent)
%Z doesn't identify th...
Hanmac (Hans Mackowiak)
08:38 AM Bug #14862: Time.parse does not handle the time zone
I think its wrong:
```
(byebug) Time.parse("Ends from 28 Jun 2018 12:00 BST").utc.to_s
"2018-06-28 09:00:00 UTC"...
mifrill (Aleksey Strizhak)
08:26 AM Bug #14862 (Closed): Time.parse does not handle the time zone
First I would like to thank you for your work, thank you
The point is:
```
Time.parse("Ends from 28 Jun 2018 12:...
mifrill (Aleksey Strizhak)
12:43 PM Bug #14795: Should 'net/http' require 'net/http/status' ?
naruse (Yui NARUSE) wrote:
> net/http itself doesn't need net/http/status.
Agreed. I'm OK to close this issue.
sakuro (Sakuro OZAWA)
09:02 AM Feature #14799: Startless range
Let me point out that with this patch applied, `(nil..nil).cover?(1)` would become returning true rather than raising... knu (Akinori MUSHA)
08:36 AM Feature #14709 (Closed): Proper pattern matching
We are not going to add the pattern matcher proposed in the OP (that uses `%p`), because it is a mere prototype. Yuki... matz (Yukihiro Matsumoto)
08:10 AM Bug #13670: [BUG] Bus Error at 0xefce7b (armv7l) (ruby 2.3.4p301)
Issue still exists with 2.5.1
The error message has changed however, it now crashes.
~~~
[ 3322.842162] Alignm...
splitice (Mathew Heard)
06:13 AM Bug #14699: Subtle behaviors with endless range
I agree with @marcandre here. Let's raise exceptions.
Matz.
matz (Yukihiro Matsumoto)
05:58 AM Misc #14861 (Closed): DevelopersMeeting20180718Japan
Date: 2018/07/18 (Thu)
Time: 14:00-18:00 (JST)
Place: MoneyForward HQ (beware: new location) (Tokyo, Japan)
Sign-u...
naruse (Yui NARUSE)
05:35 AM Feature #13625 (Rejected): BigDecimal short form / shorthand
BigDecimal is not a core class, so we cannot add such a syntax sugar. mrkn (Kenta Murata)
02:28 AM Bug #14860 (Closed): Time.strptime does not work with Julian dates using %j
Time.strptime does not appear to be handling Julian dates, it is defaulting the date to be whatever is provided as "n... ajrkerr (Adam Kerr)

06/20/2018

11:38 PM Revision 48efa447 (git): thread_pthread.c: fix non-sleepy timer-thread with fork
This fixes bootstraptest/test_fork.rb for systems with
sleepy timer thread disabled.
git-svn-id: svn+ssh://ci.ruby-l...
Eric Wong
11:38 PM Revision 6c83a3ab (git): test/ruby/test_io.rb: fix timing sensitive test
For systems with sleepy timer thread disabled, the signal
handler does not fire soon enough and we need to ensure the...
Eric Wong
06:58 PM Bug #14858: Introduce 2nd GC heap named Transient heap
ko1 (Koichi Sasada) wrote:
> Some code can rely on that raw pointer acquired from a frozen object can not be invalid...
jeremyevans0 (Jeremy Evans)
06:13 PM Bug #14858 (Closed): Introduce 2nd GC heap named Transient heap
# Abstract
We propose to introduce "2nd" GC managed heap named "Transient heap" into MRI, instead of malloc manage...
ko1 (Koichi Sasada)
06:10 PM Revision 34dbd74f (git): * 2018-06-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:10 PM Revision 331f46a2 (git): add assertion to vm_search_method()
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
04:12 PM Feature #5995 (Rejected): calling io_advise_internal() in read_all()
Glass_saga (Masaki Matsushita)
02:32 PM Feature #5980 (Rejected): Trying to Load File When Too Many Files Open Should Raise Something Other Than Plain LoadError
No volunteer. mame (Yusuke Endoh)
02:14 PM Feature #5798 (Rejected): Range#include? needs some optimization
Joey: Please use Range#cover?, as alexeymuranov. In Ruby 2.6, Range#=== will be also equivalent to Range#cover?. [F... mame (Yusuke Endoh)
02:09 PM Feature #5788 (Rejected): Thread#at_exit
Glass_saga (Masaki Matsushita)
02:08 PM Feature #5788 (Closed): Thread#at_exit
Glass_saga (Masaki Matsushita)
01:53 PM Feature #5778: Allow WEBrick::HTTPResponse to send IO-duck-typed bodies
@normalperson, could you handle this ticket? mame (Yusuke Endoh)
01:52 PM Bug #5772 (Rejected): Segmentation Fault on Mac (crash)
1.9.3 has been already dead. Please reopen if it still reproduces in recent versions. mame (Yusuke Endoh)
01:04 PM Bug #5737: WEBrick doesn't support keep alive connections for 204 and 304 responses
Looks to me we don't have to keep this ticket open, but just in case, I reassign this to the current maintainer of WE... mame (Yusuke Endoh)
12:52 PM Bug #5703 (Rejected): Ruby 1.9.3p0 segmentation fault (during autoload?)
1.9.3 has been already dead. mame (Yusuke Endoh)
12:51 PM Revision 2b5a801c (git): ConditionVariable and Queue is not standard library.
They are located under the Thread class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63705 b2dd03c8-39d4-4d8f-...
hsbt (Hiroshi SHIBATA)
12:40 PM Revision 248e076e (git): test_ast.rb: Remove a needless line
`RubyVM::AST.parse_file` was fixed to raise `SyntaxError`
by r63602. So this line is needless.
git-svn-id: svn+ssh:/...
yui-knk (Kaneko Yuichiro)
12:11 PM Revision 158f2235 (git): test_ast.rb: Fix an argument of `grep`, child is a `RubyVM::AST::Node`
Yusuke Endoh pointed out coverage of ast module is very low. Thanks!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
yui-knk (Kaneko Yuichiro)
11:14 AM Revision f194979b (git): skip when group name is not found
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:00 AM Bug #14464: MJIT & MinGW / gcc 7.3.0 seemed ok as of 62337, fail or skip after
New issue would be helpful since it seems to be a different problem. And if possible, please minimize the reproductiv... k0kubun (Takashi Kokubun)
04:15 AM Bug #14464: MJIT & MinGW / gcc 7.3.0 seemed ok as of 62337, fail or skip after
k0kubun,
First of all, thanks for all your work on MJIT. Lately, I've been testing a few extension gems, and I ju...
MSP-Greg (Greg L)
10:42 AM Bug #14841: Very rarely IO#readpartial does not raise EOFError
Eric Wong <[email protected]> wrote:
> [email protected] wrote:
> > https://bugs.ruby-lang.org/issues/14841
...
normalperson (Eric Wong)
10:04 AM Bug #14841: Very rarely IO#readpartial does not raise EOFError
[email protected] wrote:
> https://bugs.ruby-lang.org/issues/14841

I think the problem is mutex->th may be alt...
normalperson (Eric Wong)
06:33 AM Bug #14841: Very rarely IO#readpartial does not raise EOFError
hirura <[email protected]> wrote:
> Nextly, I will try the same code with limited CPU cores, and will try
> patchin...
normalperson (Eric Wong)
09:04 AM Feature #14857: collect malloc info
Thank you for looking into this. I have been thinking about
malloc usage, and am wondering why we use malloc heavi...
normalperson (Eric Wong)
07:53 AM Feature #14857 (Closed): collect malloc info
Applied in changeset trunk|r63701.
----------
Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]
* includ...
ko1 (Koichi Sasada)
07:46 AM Feature #14857 (Closed): collect malloc info
# Abstract
Collect malloc (related) information to measure malloc behavior.
Introduce `USE_GC_MALLOC_OBJ_INFO_DET...
ko1 (Koichi Sasada)
07:53 AM Revision 07a5e55f (git): Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]
* include/ruby/defines.h: introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`
to show malloc statistics by replace ruby_xmal...
ko1 (Koichi Sasada)
07:16 AM Revision 9c272f39 (git): Thread is always provided at current ruby version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:33 AM Misc #14854 (Assigned): mjit (2.6.0-preview2) enabled on cygwin
hsbt (Hiroshi SHIBATA)

06/19/2018

11:21 PM Bug #14856 (Closed): [PATCH] lib/drb/extservm.rb (service): do not return `false'
Applied in changeset trunk|r63698.
----------
lib/drb/extservm.rb (service): do not return `false'
invoke_service_c...
normalperson (Eric Wong)
11:11 PM Bug #14856 (Closed): [PATCH] lib/drb/extservm.rb (service): do not return `false'
lib/drb/extservm.rb (service): do not return `false'
invoke_service_command may set entries in @servers to `false'...
normalperson (Eric Wong)
11:20 PM Revision d03afde3 (git): * 2018-06-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:20 PM Revision 0c53b400 (git): lib/drb/extservm.rb (service): do not return `false'
invoke_service_command may set entries in @servers to `false',
making it incompatible with the intended use of the
sa...
Eric Wong
10:26 PM Feature #14187: `make test` and `make check` to run all test suites
Messy issue, especially taking into account whether the user downloads a pre-built install, or builds their own. Wit... MSP-Greg (Greg L)
07:08 AM Feature #14187: `make test` and `make check` to run all test suites
naruse (Yui NARUSE) wrote:
> Casual users really needs to run test-all and rubyspec?
The short answer is "I think...
mame (Yusuke Endoh)
01:33 PM Bug #14841: Very rarely IO#readpartial does not raise EOFError
Thank you for letting me know how to touch gdb.
The below is the output, it seems that sleeper and living_thread_nu...
hirura (Hiroyuki URANISHI)
12:42 PM Bug #14841: Very rarely IO#readpartial does not raise EOFError
hirura <[email protected]> wrote:
> I tried and reproduced this on
> - Ubuntu Linux on Intel(R) Core(TM) i7-6700HQ ...
normalperson (Eric Wong)
11:52 AM Bug #14841: Very rarely IO#readpartial does not raise EOFError
Hi Eric,

Thank you for replying.

I tried and reproduced this on
- Ubuntu Linux on Intel(R) Core(TM) i7-6700HQ...
hirura (Hiroyuki URANISHI)
10:52 AM Bug #14841: Very rarely IO#readpartial does not raise EOFError
Sorry, I left this out: If you can reproduce it again, can you
print vm->sleeper and vm->living_thread_num values ...
normalperson (Eric Wong)
10:52 AM Bug #14841: Very rarely IO#readpartial does not raise EOFError
[email protected] wrote:
> File gdb_trace_reproduced.txt added
> ruby -v changed from ruby 2.5.1p57 (2018-03-29 rev...
normalperson (Eric Wong)
09:19 AM Bug #14841: Very rarely IO#readpartial does not raise EOFError
Hi,
I tried getting gdb backtrace of a reproduced, means stopped in this case, process.
Attached files are the ou...
hirura (Hiroyuki URANISHI)
01:09 PM Feature #14855 (Closed): Binding#irb の中では、呼び出し元の __FILE__ と __dir__ をとりたい
現在、Binding#irb の中で呼び出した __FILE__ と __dir__ が irb で設定されたもののままとなっています。
これだと、ソースコード中に埋め込んで試す際に不便なので、実際のソースコードのファイルが読み取れ...
takkanm (三村 益隆)
12:14 PM Misc #14854 (Closed): mjit (2.6.0-preview2) enabled on cygwin
cygwin で 2.6.0-preview2 の mjit をとりあえずで動かせるようにしてみました。
(コンパイルできるだけのレベル)
patch & log
https://gist.github.com/fd00/8...
fd0 (Daisuke Fujimura)
12:10 PM Bug #14846 (Closed): Backport fixes for Kernel#warn(uplevel:)
Thank you for your notice.
I will backport r63650.
nagachika (Tomoyuki Chikanaga)
10:56 AM Feature #14197: `Enumerable#{select,reject}` accept a pattern argument
> The point is that the phrase "hard to remember" in the OP is bit weak when we already have methods with the propose... byroot (Jean Boussier)
08:45 AM Revision 9d556662 (git): describe about NameError by #private_constant
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:32 AM Bug #14853 (Closed): [BACKPORT] NameError#receiver at private constant returns a hidden object
Fixed by r63696.
```ruby
module M
X = 1
private_constant :X
end
begin
Module.new{include M}::X
rescue...
nobu (Nobuyoshi Nakada)
08:15 AM Revision 1b474b86 (git): variable.c: fix receiver on private constant
* variable.c (rb_const_search): fix NameError :receiver attribute
on private constant, should raise with the includ...
nobu (Nobuyoshi Nakada)
07:12 AM Revision b3f56c6b (git): gc.c (gc_verify_heap_pages): fix no-op on heap_eden->pages
Shouldn't affect production use, but good to fix regardless :>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@636...
Eric Wong
02:59 AM Bug #14852 (Closed): please backport thread sync fixes to 2.5
Please backport the following fixes for thread_sync.c changes in 2.5:
r62934, r63124, r63215, r63281, r63282, r63...
normalperson (Eric Wong)
02:53 AM Bug #14416 (Closed): Net::POPMail methods modify frozen literal when using default arg
normalperson (Eric Wong)
02:53 AM Bug #14416 (Open): Net::POPMail methods modify frozen literal when using default arg
normalperson (Eric Wong)
02:42 AM Bug #14416: Net::POPMail methods modify frozen literal when using default arg
Anonymous wrote:
> Applied in changeset trunk|r62099.
>
> ----------
> net/pop: make modified strings mutable
>...
tgxworld (Guo Xiang Tan)
02:46 AM Feature #14851 (Open): [PATCH] thread_pthread.c: remove non-sleepy timer thread implementation
thread_pthread.c: remove non-sleepy timer thread implementation
Apparently, the non-sleepy timer thread code bit-r...
normalperson (Eric Wong)
02:46 AM Revision 61391616 (git): NULL class Data_Wrap_Struct is not allowed.
* spec/ruby/optional/capi/typed_data_spec.rb: same as r63692.
* spec/ruby/optional/capi/ext/typed_data_spec.c: ditto...
ko1 (Koichi Sasada)

06/18/2018

11:19 PM Revision 8b3902b2 (git): * 2018-06-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:19 PM Revision 24aa9ecc (git): Removed unobservable behavior
The klass for Data_Wrap_Struct can be NULL, but it MUST NOT appear
in the Ruby level. It is only for the C level imp...
nobu (Nobuyoshi Nakada)
11:13 PM Feature #13396: Net::HTTP has no write timeout
Eric Wong <[email protected]> wrote:
> Anyways, the code for handling partial write_nonblock case is verbose.
...
normalperson (Eric Wong)
02:11 PM Revision 05a8a185 (git): Forgotten to update RUBY_PATCHLEVEL
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@63691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:50 PM Revision b679f233 (git): * 2018-06-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@63690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:50 PM Revision 235700b1 (git): Fixed tempfile leaks
* lib/rubygems.rb (Gem::VERSION): 2.6.14.2
* lib/rubygems/ext/ext_conf_builder.rb: merge from 2.7.7.
git-svn-id: s...
U.Nakamura
11:37 AM Feature #14850: Add official API for setting timezone on Time
I agree in regards to it being odd that in an OOP-centric language
we have to fiddle with environment variables.
...
shevegen (Robert A. Heiler)
10:36 AM Feature #14850 (Closed): Add official API for setting timezone on Time
Only way of setting zone on a Time object appears to be via marshalling and messing with ENV.
```
>> ENV['TZ'] =...
sam.saffron (Sam Saffron)
08:30 AM Revision 7f4fbc1f (git): remvoe assertion because rubyspec hit this assert
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:41 AM Revision 2e5aa3fb (git): hidden objects should not be pushed.
* vm_insnhelper.h (PUSH): hidden objects (klass == 0) should not be pushed
to a VM value stack. Add assertion for i...
ko1 (Koichi Sasada)
01:49 AM Feature #10098: [PATCH] Timing-safe string comparison for OpenSSL::HMAC
`String#casecmp?` has already landed. It seems no blocker are there for implementing this one, except the name. shyouhei (Shyouhei Urabe)
01:04 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
Also, I will extract timeout support into separate feature.

The basic idea is that (regardless of how efficient(*...
normalperson (Eric Wong)
12:21 AM Bug #14849 (Feedback): rbenv install 2.4.0 on AWS EC2 on AMI linux box
2.4.0 is too old. Try 2.5.1, or at least, 2.4.4. shyouhei (Shyouhei Urabe)

06/17/2018

03:42 PM Revision 4a4f7aea (git): * 2018-06-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:42 PM Revision c66303cd (git): Remove needless closed?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:17 AM Revision cc77a811 (git): openssl_missing.h: constified
* ext/openssl/openssl_missing.h (IMPL_KEY_ACCESSOR{2,3}):
constified obj argument getters.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
03:27 AM Revision 0e2ba849 (git): thread_pthread.c: microptimize vm->gvl.waiting checks
"gvl.waiting" is volatile, so the compiler won't perform
these optimizations for us.
git-svn-id: svn+ssh://ci.ruby-l...
Eric Wong
02:56 AM Revision cc6342fe (git): thread_pthread.c: fix non-sleepy timer thread build
I guess everybody has poll() and fcntl() nowadays, as
the non-sleepy timer thread build has been broken for
years, no...
Eric Wong
02:42 AM Revision 05c0c57d (git): EXTOBJS should be included in DLDOBJS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:41 AM Revision 63bd0417 (git): share Float 0
* complex.c (RFLOAT_0): share the 0.0 object on non-flonum
platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
nobu (Nobuyoshi Nakada)
02:40 AM Revision cdca211b (git): Makefile.in: MJIT_DLDFLAGS
* Makefile.in (mjit_config.h): needs -arch flag to link, as well
as precompiling the header, when compiling for i38...
nobu (Nobuyoshi Nakada)
02:37 AM Revision 4fedad85 (git): refine Integer#** and Float#**
* complex.c (rb_dbl_complex_polar): utility function, which
returns more precise value in right angle cases.
* big...
nobu (Nobuyoshi Nakada)
01:24 AM Revision 90d06553 (git): compare with correct values
* spec/ruby/shared/rational/exponent.rb: compare with
mathematically expected values without errors.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
01:07 AM Revision f12cc0e6 (git): refine Integer#**
* numeric.c (fix_pow): calculate the denominator, exponent of
self.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)

06/16/2018

11:22 PM Revision 47bd7007 (git): * 2018-06-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:22 PM Revision b7019464 (git): mjit.c: measure time more precisely
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:35 PM Bug #14843 (Assigned): [BUG] Illegal instruction at 0x000000010c7acc0a
It happens inside libyaml.
Aaron, do you have any idea?
nobu (Nobuyoshi Nakada)
08:27 AM Revision 1ae9fad6 (git): * 2018-06-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:27 AM Revision 986f11e7 (git): thread.c (timeout_prepare): common function
I can't seem to reproduce the maybe-uninitialized warning on
gcc 7 or 8 on Debian sid (7.3.0-16 / 8-20180425-1 r25962...
Eric Wong

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)
 

Also available in: Atom