Activity
From 03/26/2019 to 04/01/2019
04/01/2019
-
11:55 PM Revision 1ad6dde9 (git): Fix ASAN errors when walking the heap
- verify_internal_consistency_i and gc_verify_heap_page would walk the
heap, reading data from each slot, but would not... -
11:09 PM Feature #14183: "Real" keyword argument
- jeremyevans0 (Jeremy Evans) wrote:
> mame (Yusuke Endoh) wrote:
> > Good catch, I didn't intend it. I fixed my bra... -
02:52 PM Feature #14183: "Real" keyword argument
- @jeremyevans0 I **will** investigate your proposal. I was not fully satisfied with the complete separation model prop...
-
10:53 PM Revision f0f6615a (git): add regex support to lldb debug output
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:52 PM Revision f4bff3a7 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:52 PM Revision 1286674b (git): unpoison / poison objects while walking the heap
- This fixes some ASAN errors
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67405 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
08:46 PM Revision 990df873 (git): Make spec for the jit feature more general and not MRI-specific
- * Other implementations should not define RubyVM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67404 b2dd03c8-3... -
08:45 PM Revision 960d059e (git): Simplify spec as there is no easy way to tell if MJIT support is available
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:35 PM Revision d48783bb (git): * 2019-04-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 PM Revision c71c59fe (git): Fix Float#to_s specs to not depend on the platform representation of doubles
- * AIX, Solaris, etc have a different binary representation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67401 ... -
11:26 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- nobu (Nobuyoshi Nakada) wrote:
> Note: JIS X 0301 states the era symbol is optional, but doesn't mention the defau... -
10:55 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- nobu (Nobuyoshi Nakada) wrote:
> Note: JIS X 0301 states the era symbol is optional, but doesn't mention the defau... -
10:33 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- nobu (Nobuyoshi Nakada) wrote:
> kaishuu0123 (Koki Oyatsu) wrote:
> > I was surprised that handled the omission of ... -
10:17 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- kaishuu0123 (Koki Oyatsu) wrote:
> I was surprised that handled the omission of era in `Date#jisx0301`.
More surp... -
07:57 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- > Considering Heisei is just 30years, omission of era can cause deadly confusions now and coming decades.
(As a pr... -
06:31 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- Considering Heisei is just 30years, omission of era can cause deadly confusions now and coming decades.
I think it s... -
06:09 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- Tentative patch.
https://github.com/nobu/ruby/pull/new/feature/japanese-reiwa -
05:38 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- mame (Yusuke Endoh) wrote:
> Thanks, that's good to know. However, we should wait for the new revision of JIS X 030... -
05:23 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- nobu (Nobuyoshi Nakada) wrote:
> It defaults to Heisei if no era initial letter is found.
> I guess it probably w... -
05:00 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- znz (Kazuhiro NISHIYAMA) wrote:
> It seems `Date.jisx0301` supports Japanese era too.
It defaults to Heisei if no... -
04:38 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- kaishuu0123 (Koki Oyatsu) wrote:
> * new era (Reiwa?) starts from 2019/05/01
> * refs: https://github.com/ruby/ru... -
04:26 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- It seems `Date.jisx0301` supports Japanese era too.
-
04:26 AM Feature #15742 (Feedback): Add Date#jisx0301 support new Japanese era
- Thanks, that's good to know. However, we should wait for the new revision of JIS X 0301. Could you let us know if t...
-
04:17 AM Feature #15742 (Closed): Add Date#jisx0301 support new Japanese era
- ## Reproduce process
```
irb(main):002:0> require 'date'
=> true
irb(main):003:0> Date.new(2019, 5, 1).jisx0301... -
09:12 AM Feature #13677: Add more details to error "Name or service not known (SocketError)"
- microweb10 (Julian Herrero) wrote:
> I never contributed to Ruby and I'm a bit lost on how to start. I'm more fami... -
08:32 AM Feature #15741: Ordinal parameters
- shevegen (Robert A. Heiler) wrote:
> Check the date sawa. :)
I see. Honestly, I have never felt this kind of stuf... -
07:59 AM Feature #15741: Ordinal parameters
- Check the date sawa. :)
The thing is, though ... if we ignore the date (and I guess nobu is having fun
since it m... -
03:37 AM Feature #15741: Ordinal parameters
- I do not think that 1-based is a problem at all. As some have already noticed in a different thread, regex captures a...
-
12:01 AM Feature #15741 (Rejected): Ordinal parameters
- Numbered parameters have been introduced into trunk, and are still being hotly debated in #15723.
One of the probl... -
05:58 AM Revision 321d72bd (git): Added tests for end of Heisei
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:37 AM Feature #15195: Deal with new Japanese era
- duerst (Martin Dürst) wrote:
> This raises the question of whether we should release a Ruby version before May 1st... -
05:18 AM Feature #15195: Deal with new Japanese era
- A beta release for Unicode 12.1.0 should be available by tomorrow. The official release of Unicode 12.1.0 is planned ...
-
02:47 AM Feature #15195: Deal with new Japanese era
- The new era name has been announced a few minutes ago:
令和 U+4EE4 U+548C
Reading: REIWA -
05:36 AM Feature #12240: circle number arguments
- As now we have `@1` and so on, revised and refined this patch.
https://github.com/nobu/ruby/pull/new/feature/circled... -
05:28 AM Revision 285817c6 (git): date_parse.c: removed 'r' which is not in JIS X 0301 yet
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:21 AM Revision e836cd0b (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:21 AM Revision 744c3140 (git): date_parse.c: extract Japanese era initials
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 AM Feature #15667: Introduce malloc_trim(0) in full gc cycles
- @tessi
My tests were with 3.6.0, I will do a side by side now that I have all the infrastructure of 5 vs 3.6 and ...
03/31/2019
- 03:37 PM Revision 367362b9 (git): * 2019-04-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 PM Revision 5e869708 (git): exp is String, so it's always truthy
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 PM Feature #13677: Add more details to error "Name or service not known (SocketError)"
- duerst (Martin Dürst) wrote:
> Please do, patches are always welcome.
I never contributed to Ruby and I'm a bit l... -
03:01 PM Bug #15650: Segmentation fault when accessing $! in at_exit within a forked process
- ruby_2_4 r67392 merged revision(s) 67201.
- 03:01 PM Revision 15012683 (git): * 2019-04-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@67393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:01 PM Revision c0404b8c (git): merge revision(s) 67201: [Backport #15650]
- eval.c: clear internal errinfo
* eval.c (ruby_cleanup): clear internal error info when invoking
en... -
02:58 PM Bug #15642: IO#readline に chomp: true オプションを指定した場合に正しく行区切りを取り除かれないケースが存在する
- ruby_2_4 r67391 merged revision(s) 67188.
- 02:58 PM Revision 7a27746e (git): merge revision(s) 67188: [Backport #15642]
- io.c: chomp CR at the end of read buffer
* io.c (rb_io_getline_fast): chomp CR followed by LF but separated
... - 02:46 PM Revision 4e0420f5 (git): * 2019-03-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:46 PM Revision ddc58390 (git): Fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:35 AM Misc #15723: Reconsider numbered parameters
- (my small branch in this burning fire)
For me the biggest problem with the new feature is not the particular synta... -
07:01 AM Feature #15195: Deal with new Japanese era
- Changed title from "How to deal with new Japanese era" to "Deal with new Japanese era".
-
06:59 AM Bug #15740 (Closed): Backport Unicode Version 12.1.0 and other Japanese new era issues to Ruby 2.6
- Issue for backporting feature #15195 (deal with new Japanese era) once that feature's implementation has been complet...
-
01:52 AM Feature #15667: Introduce malloc_trim(0) in full gc cycles
- FYI: For easier testing this idea, I just pushed a small gem to rubygems `malloc_trim` (https://github.com/tessi/mall...
03/30/2019
-
06:39 PM Misc #15739 (Rejected): Improvements needed to documentation of Hash#dig, Array#dig and OpenStruct#dig
- The documentation of these three methods fails to explain how they interact. For example:
h = { a: [1,2,3] }
... -
05:05 PM Misc #15723: Reconsider numbered parameters
- Hi.
I'm aware this issue is just a tip of an iceberg and Matz has the final say,however I'm worried the Ruby proje... -
11:57 AM Misc #15723: Reconsider numbered parameters
- For me a big problem is that the syntax additions obviously affect what's being valued/promoted and so on. In the exa...
-
02:31 PM Bug #15738 (Closed): RUBYOPT disables have precedence over the command line
- Applied in changeset trunk|r67388.
----------
ruby.c: respect features by command line
* ruby.c (process_options): ... -
11:19 AM Bug #15738: RUBYOPT disables have precedence over the command line
- > I would expect the command line arguments always override RUBYOPT arguments.
I agree.
I do not know all speci... -
02:31 PM Revision b84eed5d (git): ruby.c: respect features by command line
- * ruby.c (process_options): feature options in command line
arguments take precedence over options in RUBYOPT envir... -
02:06 PM Bug #15649: Dir.glob regression with braces and Windows drive letters
- ruby_2_6 r67353 merged revision(s) 67332.
-
12:39 PM Revision 19e672cc (git): rdoc: Colorize background of code/pre [ci skip]
- Borrowed the style of code/pre from bugs.ruby-lang.org.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67387 b2dd... -
12:37 PM Revision 721be154 (git): process.c: [DOC] remove extra quotes [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 PM Revision 413b1273 (git): Fix a typo in an assertion message
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 AM Bug #15711: Remove use of _id2ref from DRb
- I'm happy to chat/review this code and the overall _id2ref change at RubyKaigi in a few weeks, btw.
03/29/2019
- 11:26 PM Revision 031e2f12 (git): * 2019-03-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:26 PM Revision 9249346c (git): mjit_worker.c: explicitly ignore the unused result of RB_DEBUG_COUNTER_INC_IF
- By adding `(void)`. This makes Coverity Scan happy.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67383 b2dd03c... -
06:16 PM Bug #15736 (Closed): r67361 Update to ruby/spec@e81b3cd - spec failures on MinGW ?
- I'll close this issue, I filed #15738 for the strange behavior.
-
06:13 PM Bug #15736: r67361 Update to ruby/spec@e81b3cd - spec failures on MinGW ?
- MSP-Greg (Greg L) wrote:
> Sorry & fixed. My test code had some `disable=gems` in test-all, and I never cleared it ... -
01:45 AM Bug #15736: r67361 Update to ruby/spec@e81b3cd - spec failures on MinGW ?
- @Eregon
Sorry & fixed. My test code had some `disable=gems` in test-all, and I never cleared it for spec. The ne... -
06:15 PM Bug #15738 (Closed): RUBYOPT disables have precedence over the command line
- From #15736:
It seems unexpected that the command line argument doesn't override the RUBYOPT options:
```
$ RU... -
02:57 PM Feature #14183: "Real" keyword argument
- mame (Yusuke Endoh) wrote:
> > # My Proposed Alternative
>
> Just confirm. I think your following snippet lacks ... -
10:31 AM Feature #14183: "Real" keyword argument
- Jeremy,
I really appreciate you to use time for this issue. And sorry for my late response.
I have misunderstood... -
02:44 PM Revision 9d047fd3 (git): Add mjit_compile_failures debug counter
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:27 PM Revision e465d6c5 (git): ruby tool/update-deps --fix
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 PM Revision 5ee256da (git): Prevent mjit length counters from being 0
- It seems that `debug_counter_show_results_at_exit` could be called
earlier than `mjit_finish` sometimes.
git-svn-id:... -
01:54 PM Revision b03c11a3 (git): Add debug counters for MJIT cancel
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:24 PM Revision 017cb09e (git): Add debug counter for rb_mjit_unit_list
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:06 PM Revision 26d56f7b (git): Fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:55 PM Revision 9254e1c7 (git): Debug make install instead of make
- Actually what has randomly failed was `make install`:
https://travis-ci.org/ruby/ruby/jobs/512988177
git-svn-id: svn... -
12:52 PM Revision bb5ab13b (git): Add debug counters for MJIT
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Revision fe904f1e (git): Elaborate more on some debug counters [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:00 PM Revision 49f1b711 (git): Add some more buffer for timeout check
- This spec is unstable on our CI environment:
https://gist.github.com/ko1/efa58acf4cd1d7b5bf1f63881537afe8
git-svn-id... -
09:33 AM Misc #15723: Reconsider numbered parameters
- > I vote for 3 (and hashrockets ;))
I'd add a fourth variant - that is to use both explicit names and
@1 @2 @3. :... -
08:21 AM Misc #15723: Reconsider numbered parameters
- mame (Yusuke Endoh) wrote:
> Vote:
I vote for 3 (and hashrockets ;)) - 06:36 AM Revision ce9e0ffd (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:36 AM Revision 35e677dd (git): use GET_CFP() instead of access reg_cfp directly.
- GET_CFP() macro contains performance counter logic.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67371 b2dd03c... -
04:30 AM Feature #15667: Introduce malloc_trim(0) in full gc cycles
- Thanks Sam, a very nice set of results.
Notice that 99th percentile Topic list was faster with the patch, whilst s... -
03:41 AM Bug #15737: Queue#pop randomly hangs forever
- FYI, here is rb_ps output:
```
(gdb) rb_ps
$1 = (rb_vm_t *) 0x7f3f8e840400
* #<Thread:0x7f3f8e98f330 rb_thread_... -
03:21 AM Bug #15737 (Closed): Queue#pop randomly hangs forever
- With Ruby 2.6, my single-worker application https://github.com/k0kubun/ruboty sometimes stops to respond to a message...
-
01:26 AM Revision fcf60d39 (git): process.c: [DOC] fix markups [ci skip]
- * process.c (rb_f_spawn): fix markups as rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67370 b2dd03c8-39d4... -
12:59 AM Revision b9ad698c (git): process.c: [DOC] fix markups [ci skip]
- * process.c (rb_clock_getres): fix code markups, as `+` can not
include parentheses.
git-svn-id: svn+ssh://ci.ruby... -
12:59 AM Revision f27d4354 (git): strip trailing spaces [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:49 AM Revision c33da35d (git): Fix broken retry logic
- previous retry logic did not work
https://dev.azure.com/rubylang/ruby/_build/results?buildId=266
git-svn-id: svn+ssh...
03/28/2019
-
10:56 PM Bug #15736: r67361 Update to ruby/spec@e81b3cd - spec failures on MinGW ?
- @Eregon
> Could you investigate why they fail?
Yes. I haven't had time to check it locally, will check tonite.... -
10:47 PM Bug #15736: r67361 Update to ruby/spec@e81b3cd - spec failures on MinGW ?
- @MSP-Greg Could you investigate why they fail?
Those specs look fine and portable from a quick look.
Does "The --... -
08:12 PM Bug #15736 (Closed): r67361 Update to ruby/spec@e81b3cd - spec failures on MinGW ?
- ruby-loco (MinGW trunk) had the following failures in spec tests as of r67365 (r67357 passed)
```
1)
The --enabl... -
10:42 PM Bug #15735: Thread#handle_interrupt does not prevent Thread#kill from interrupting
- If that is the case, that might also mean the fix in https://bugs.ruby-lang.org/issues/14998 might not be sufficient.
-
06:46 PM Bug #15735 (Closed): Thread#handle_interrupt does not prevent Thread#kill from interrupting
- https://docs.ruby-lang.org/en/trunk/Thread.html#method-c-handle_interrupt
According to the documentation above, `T... -
05:50 PM Feature #15734 (Open): Parsing of shorthand IPv4 addresses compatible with inet_aton
- Hi Ruby team!
I've created pull request to ipaddr gem: https://github.com/ruby/ipaddr/pull/12
I want it to be mer... -
04:25 PM Revision b6c04a7a (git): Guard spec against msys2 shell
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 PM Revision e7477a94 (git): [bug:8215] seems to be still broken on mswin
- This test fails on AppVeyor mswin so often:
https://ci.appveyor.com/project/ruby/ruby/builds/23427134/job/rowv0dohwni... - 03:25 PM Revision 233267db (git): * 2019-03-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:25 PM Revision 7ce0e963 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 PM Revision 68987d4a (git): Do not fail with --disable-jit-support
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 PM Revision a28aa80c (git): Update to ruby/spec@e81b3cd
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 PM Revision 0f647767 (git): NEWS: Fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:28 PM Feature #15554: warn/error passing a block to a method which never use a block
- This is great! Ignored blocks can be very confusing.
> A method called by super doesnt warn warning even if this m... -
11:44 AM Feature #15554: warn/error passing a block to a method which never use a block
- To detect if a block is used, binding would also need to be detected, e.g.: `def b(arg); arg.eval("yield"); end; def ...
-
12:25 PM Misc #15723: Reconsider numbered parameters
- The reason why this feature was introduced, is that people want a shorthand for `ary.map {|x| x.to_i(16) }` and `ary....
-
12:14 AM Misc #15723: Reconsider numbered parameters
- Eregon (Benoit Daloze) wrote:
> duerst (Martin Dürst) wrote:
> > `array1.zip(array2).map { @1 - @2 }` (or better ... -
11:54 AM Bug #15732: Strict mode
- So, the main thing I was thinking about is passing blocks that then get silently ignored. I was thinking a good way t...
-
07:53 AM Bug #15732: Strict mode
- This suggestion confuses me quite a bit. I am not sure of the use case; or
perhaps I don't quite understand it.
I... -
11:50 AM Revision b6443c62 (git): Note r67356 in NEWS [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:19 AM Revision ee5b5482 (git): parse.y: show error line separately
- * parse.y: show compile error and the error line separately,
instead of building the error message by snprintf then... -
08:39 AM Revision fa04b87a (git): [DOC] fix missing paren [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:35 AM Bug #15733: Inconsistent __FILE__ and Kernel#__dir__
- I have no personal preference here either way but I can also understand Satoshi's
explanation / confusion.
This m... -
02:12 AM Bug #15733 (Rejected): Inconsistent __FILE__ and Kernel#__dir__
- This might be duplicated with #7975, #8098 and #3346, but I believe it's worth to revisit.
Now, Ruby has `__FILE__... -
03:46 AM Revision b3507bf1 (git): erb.rb: prohibit marshaling [EXPERIMENTAL]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:33 AM Revision 97829051 (git): [DOC] Fix method references to Method instance methods
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:33 AM Revision de0ef1a9 (git): [DOC] fix markups [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:28 AM Revision d1b82673 (git): merge revision(s) 67332: [Backport #15649]
- dir.c: fix Dir.glob starts with brace
* dir.c (ruby_glob0): expand braces if a glob pattern starts with
... -
03:26 AM Bug #15670: Ripper treats :"sym" as xstring
- ruby_2_6 r67352 merged revision(s) 67270.
-
03:26 AM Revision 8bf06cb9 (git): merge revision(s) 67270: [Backport #15670]
- dsym should be treated as string [ruby-core:91852] [Bug #15670]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
03:25 AM Bug #15666: Backport r67247 (Guard out the test when it is run under root permission)
- ruby_2_6 r67351 merged revision(s) 67247.
-
03:24 AM Revision a888c50a (git): merge revision(s) 67247: [Backport #15666]
- Guard out the test when it is run under root permission
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_... -
01:52 AM Feature #15667: Introduce malloc_trim(0) in full gc cycles
- @mame / @carlos attached is a screenshot of side by side testing on live traffic patterns
containers run multiple ... -
01:19 AM Feature #15730 (Closed): Add map_with_index method
- Use `map.with_index`.
Matz.
03/27/2019
- 11:56 PM Revision 832bc507 (git): * 2019-03-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 PM Revision ede77e64 (git): Fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:04 PM Bug #15732: Strict mode
- localhostdotdev (localhost .dev) wrote:
> A lot of issues could be easily prevented with a strict mode, for instance... -
10:24 PM Bug #15732 (Closed): Strict mode
- A lot of issues could be easily prevented with a strict mode, for instance:
- Passing a block to a method that doe... -
09:40 PM Misc #15723: Reconsider numbered parameters
- matz (Yukihiro Matsumoto) wrote:
> The **possibility** to make code cryptic itself should not be the reason to withd... -
09:27 PM Misc #15723: Reconsider numbered parameters
- duerst (Martin Dürst) wrote:
> > ``` ruby
> > numbers.zip(other_numbers).map { them[0] * them[1] }
> > ```
>
> ... -
10:26 AM Misc #15723: Reconsider numbered parameters
- duerst (Martin Dürst) wrote:
> > * The '@n' syntax complicates the idea of what '@' identifies in Ruby, making the... -
10:04 AM Misc #15723: Reconsider numbered parameters
- ahvetm (Erik Madsen) wrote:
> I signed up just to comment on this thread, because I also feel that this change is ra... -
09:51 AM Misc #15723: Reconsider numbered parameters
- > I disagree. To only accept uncontroversial features is the death knell for progress. Design by committee is the las...
-
09:18 AM Misc #15723: Reconsider numbered parameters
- I signed up just to comment on this thread, because I also feel that this change is rather weird, and I would like to...
-
12:32 AM Misc #15723: Reconsider numbered parameters
- joanbm (Joan Blackmoore) wrote:
>
> I would not like sound too harsh, but additions to the core language in recent... -
09:31 PM Feature #15730: Add map_with_index method
- I do not have any particularly strong opinion either way. Jabari has made one point,
though, independent of crystal,... -
05:15 PM Feature #15730: Add map_with_index method
- jzakiya (Jabari Zakiya) wrote:
> I was converting some Ruby code to Crystal on Rosetta Code and came across this Rub... -
04:58 PM Feature #15730 (Closed): Add map_with_index method
- I was converting some Ruby code to Crystal on Rosetta Code and came across this Ruby snippet,
```
arry.each_with_... -
08:43 PM Feature #15724: Optionally suppress output from IRB for assignment expressions
- Thanks to some feedback on the [PR](https://github.com/ruby/irb/pull/12), I've updated it to use [Ripper](https://rub...
-
08:31 PM Feature #12655: Accessing the method visibility
- I know its been two years already.
but do you think we could get those new methods merged into trunk?
-
06:37 PM Bug #15731: Wrong evaluation of many keyword default arguments in 2.3 - 2.5
- Edits:
Print 1 to ... => Print 0 to ...
Ruby 2.4 bug => Ruby 2.2/2.3/24 bug
Ruby 2.6 ok => Ruby 2.1 and 2.6 ok
... -
05:53 PM Bug #15731 (Closed): Wrong evaluation of many keyword default arguments in 2.3 - 2.5
- I don't know if it's worth fixing at this point, but we found a strange bug with evaluation of default keyword argume...
-
01:41 PM Bug #15729 (Closed): OpenSSL::SSL::SSLSocket#connect randomly hangs
- In a test like test/drb/ut_drb_drbssl.rb, `ossl_ssl_connect` (`OpenSSL::SSL::SSLSocket#connect`) sleeps in `rb_wait_f...
-
01:31 PM Revision 41d36d2c (git): Skip EBADF spec in MJIT test for now
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:24 PM Bug #15711: Remove use of _id2ref from DRb
- headius (Charles Nutter) wrote:
> @eregon Are you talking about the PR? That has the version of code that should be ... -
01:15 PM Revision 1c5fd2bf (git): Add debug print for random CI failure on osx Travis
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:51 AM Feature #7148: Improved Tempfile w/o DelegateClass
- I guess this is related:
``` ruby
tf = Tempfile.new
tf.unlink
tf2 = tf.dup
puts tf.fileno
# => 10
puts tf2.f... - 08:26 AM Revision b51b9d50 (git): * 2019-03-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:26 AM Revision 191b99c8 (git): Merge fileutils-1.2.0 from ruby/fileutils.
- It includes the following updates:
* https://github.com/ruby/fileutils/pull/26
* https://github.com/ruby/fileuti... -
01:44 AM Bug #15727: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
- It may be as the same issue as #14553 and fixed at r66130 that is backport of r63040.
Would you please try ruby-2.5.5?
03/26/2019
-
10:15 PM Misc #15723: Reconsider numbered parameters
- Gray Kemmey summed it up [perfectly](https://bugs.ruby-lang.org/issues/4475#note-20) .
I guess there is really har... -
08:35 PM Misc #15723: Reconsider numbered parameters
- Syntax-wise I think @1 @2 is better than %1 %2 (see what jeremy wrote, even
the backwards-compatibility issue aside)... -
05:12 PM Misc #15723: Reconsider numbered parameters
- sawa (Tsuyoshi Sawada) wrote:
> I remember someone proposing the backslash `\`. Will that have problems? Are there o... -
03:24 PM Misc #15723: Reconsider numbered parameters
- bozhidar (Bozhidar Batsov) wrote:
> > I definitely prefer @1 over %1 for Ruby, because for me it 'rhymes' with @inst... -
02:20 PM Misc #15723: Reconsider numbered parameters
- > I definitely prefer @1 over %1 for Ruby, because for me it 'rhymes' with @instance_var and @@class_var, as jeremyev...
-
12:20 PM Misc #15723: Reconsider numbered parameters
- I believe a bare `@` should still be implemented as it reconciles the original need of the ticket of “hard to read co...
-
08:52 AM Misc #15723: Reconsider numbered parameters
- Answering to 4 different posts in one go, sorry.
bozhidar (Bozhidar Batsov) wrote:
> Btw, using `%1`, `%2`, `... -
08:16 AM Misc #15723: Reconsider numbered parameters
- bozhidar (Bozhidar Batsov) wrote:
> Btw, using `%1`, `%2`, `%3` is fine, right? How do people feel about that one in... -
07:57 AM Misc #15723: Reconsider numbered parameters
- > $it can already be defined, so this is not backwards compatible.
It can, but that's extremely unlikely, so I thi... -
06:13 PM Bug #15711: Remove use of _id2ref from DRb
- PR for the reference queue version is here: https://github.com/ruby/ruby/pull/2104
Won't pass CI because of the mi... -
06:01 PM Bug #15711: Remove use of _id2ref from DRb
- I have not written up a patch based on a reference queue, but it would basically just use the `IdWeakRef` class and t...
-
05:37 PM Bug #15711: Remove use of _id2ref from DRb
- @eregon Are you talking about the PR? That has the version of code that should be merged into CRuby. The link in the ...
-
07:24 AM Bug #15728 (Closed): error compiling C - file under Ruby
- Compiler message
/usr/local/include/ruby-2.6.0/ruby/intern.h:506:10: error: expected ‘,’ or ‘;’ before ‘void’
COLD... -
07:24 AM Bug #15727 (Closed): [BUG] Segmentation fault at 0x0000000000000000 ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
- /home/rails/.rvm/gems/ruby-2.5.3@manage_storage_units/gems/bootsnap-1.3.2/lib/bootsnap/compile_cache/iseq.rb:12: [BUG...
-
06:12 AM Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
- Okay. Second benchmark run gives essentially the same results:
unpatched: 187.9 reqs/sec, variance 4.1
patched: 1... -
03:00 AM Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
- I'm trying to run this and check speed and stability with Rails Ruby Bench. I'm having an odd bug when I try to use G...
Also available in: Atom