Activity
From 03/31/2019 to 04/06/2019
04/06/2019
-
10:09 PM Feature #15751: Add FrozenError#receiver
- Eregon (Benoit Daloze) wrote:
> In the patch in `rb_raise_frozen_error`, `exc` is used for both the message and the ... -
07:14 PM Feature #15751: Add FrozenError#receiver
- `NameError#initialize` uses a keyword argument for `receiver`, so I it makes some sense to be consistent.
OTOH, ke... -
06:04 PM Feature #15751: Add FrozenError#receiver
- nobu (Nobuyoshi Nakada) wrote:
> Seems reasonable, but shouldn't `FrozenError#initialize` use a keyword argument as ... -
01:44 PM Feature #15751: Add FrozenError#receiver
- Seems reasonable, but shouldn't `FrozenError#initialize` use a keyword argument as well as `NameError#initialize`?
-
07:06 AM Feature #15751 (Closed): Add FrozenError#receiver
- Similar to `NameError#receiver`, this returns the object on which
the modification was attempted. This is useful as... - 04:03 PM Revision 93ecb9a1 (git): * 2019-04-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 PM Revision bbb0db6f (git): Fix typo in a comment [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:42 PM Revision 5a6b0e39 (git): Add debug counter for VM <-> MJIT calls
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 PM Revision fe979e5b (git): internal.h: fix potential memory leak
- * internal.h (rb_imemo_tmpbuf_auto_free_pointer_new_from_an_RString):
create tmpbuf to keep the pointer before xmal... -
07:00 AM Misc #15723: Reconsider numbered parameters
- Marc, regarding `|x, |`, I see plenty of cases like `map(&:first)` (or `map(&:last)`). Probably taking care of these ...
-
03:36 AM Misc #15723: Reconsider numbered parameters
- jeremyevans0 (Jeremy Evans) wrote:
> Marc,
>
> I agree that a shorter notation for `{|x|}` instead of `{|x,|}` wo... -
01:52 AM Misc #15723: Reconsider numbered parameters
- Marc,
Thank you for your analysis, I think you have raised a number of good points.
marcandre (Marc-Andre Lafor... -
12:38 AM Misc #15723: Reconsider numbered parameters
- I would like a notation to replace `{|x| ...}`, and *only* to replace this.
I strongly disagree with current imple... -
04:37 AM Feature #15195 (Closed): Deal with new Japanese era
-
04:36 AM Misc #15750 (Closed): Switch Unicode Version 12.1.0 back from beta to final
- The final version of Unicode 12.1.0 will be published on May 7 (May 8 Japanese timezone). We should make sure that we...
-
02:53 AM Revision f15d0435 (git): Cover all insns in test_jit again
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:42 AM Revision feecc10b (git): Suppress unnecessary warnings in test_jit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision 4d1163b1 (git): Resurrect a test dropped in r67442
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:25 AM Revision a26d525a (git): appveyor.yml: try porting r67454 to msys2
- Trying to fix
https://ci.appveyor.com/project/ruby/ruby/builds/23639998/job/0hm9v79xlryod1ff
git-svn-id: svn+ssh://c... -
12:08 AM Revision b5df5296 (git): appveyor.yml: Use pre-generated headers and tables
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/05/2019
-
11:52 PM Revision 50eea44a (git): remove Unicode 12.0.0 related directory and generated files
- This completes issue #15195.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67453 b2dd03c8-39d4-4d8f-98ff-823fe69... - 11:16 PM Revision 4e788540 (git): * 2019-04-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:16 PM Revision cab005db (git): revert r67445, (r67446,) r67447
- Debugging output is no longer needed because the problem has been fixed with r67449.
git-svn-id: svn+ssh://ci.ruby-l... -
02:44 PM Revision 6e0e93e6 (git): downloader.rb: fix typo, extra %
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:44 PM Revision 9dcc6f08 (git): appveyor.yml: download beta version for test
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:58 PM Misc #15723: Reconsider numbered parameters
- Thank you Martin for your feedback.
I agree there is a degree of similarity between the thought disambiguation. Ac... -
11:05 AM Misc #15723: Reconsider numbered parameters
- psychoslave (mathieu lovato stumpf guntz) wrote:
> An other proposal would be to use a single letter. For example ... -
10:18 AM Misc #15723: Reconsider numbered parameters
- Hello Tsuyoshi Sawada:
> I hope you are not trying to repeat the joke in #15741 posted four days before.
I wasn... -
09:36 AM Misc #15723: Reconsider numbered parameters
- psychoslave (mathieu lovato stumpf guntz) wrote:
> Sticking to English custom and habit regarding ordinal number not... -
08:41 AM Misc #15723: Reconsider numbered parameters
- Hello Matthew! You wrote:
> The argument against the feature is people who don't want to use it, who inherit code ... -
01:53 AM Misc #15723: Reconsider numbered parameters
- dvogel (Drew Vogel) wrote:
> jeremyevans0 (Jeremy Evans) wrote:
> > dvogel (Drew Vogel) wrote:
> > > The asterisk ... -
01:01 AM Misc #15723: Reconsider numbered parameters
- jeremyevans0 (Jeremy Evans) wrote:
> dvogel (Drew Vogel) wrote:
> > The asterisk is already overloaded for multipli... -
12:44 PM Revision aebc11df (git): downloader.rb: quote base name
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 PM Revision 8f734dc7 (git): output more debug information in downloader.rb (temporary)
- Unicode file download doesn't work with Visual Studio, we need more debug output.
git-svn-id: svn+ssh://ci.ruby-lang... -
11:52 AM Bug #15749 (Third Party's Issue): Rails Sever Crashing
- Started GET "/" for ::1 at 2019-04-05 12:41:02 +0100
/Users/akanksha/.rvm/gems/ruby-2.5.1@alkimii/gems/pg-0.18.4/lib... - 10:39 AM Revision f6338966 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 AM Revision 7fd8cdf3 (git): add puts statements to debug Unicode file download (temporary)
- Unicode file download doesn't work with Visual Studio, see e.g.
https://ci.appveyor.com/project/ruby/ruby/builds/2361... -
08:41 AM Revision b2311c67 (git): `rb_add_method` is void function.
- * method.h (rb_add_method): make it void function because
nobody use a return value.
git-svn-id: svn+ssh://ci.rub... - 08:15 AM Revision 4b53f843 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 AM Revision 2b5bb8a0 (git): add definemethod/definesmethod insn.
- * insns.def: add definemethod and definesmethod (singleton method)
instructions. Old YARV contains these instructio... -
12:58 AM Revision 7fe64d17 (git): update to Unicode Version 12.1.0 (beta)
- Unicode Version 12.1.0 adds one single character, U+32FF SQUARE ERA NAME REIWA,
for the new Japanese era starting on ... -
12:22 AM Misc #15744: Improvement needed to documentation of 'Literals'
- shevegen (Robert A. Heiler) wrote:
...I don't know myself either...
Robert,
I was only musing about a how a "l...
04/04/2019
- 11:40 PM Revision c8d60fdd (git): * 2019-04-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:40 PM Revision c604219e (git): change lib/unicode_normalize/tables.rb to single item per line to make diffs shorter
- * template/unicode_norm_gen.tmpl: Change formatting of output to produce only a
single item (or range) for each lin... -
02:03 PM Misc #15748: [Documentation] Suggestion to adjust Object.html#method-i-instance_variable_set
- Duplicates #15265?
-
01:27 PM Misc #15748: [Documentation] Suggestion to adjust Object.html#method-i-instance_variable_set
- 'Frustrating' here isn't expressing any opinion - to 'frustrate' something means to prevent it from being done. The e...
-
05:47 AM Misc #15748 (Closed): [Documentation] Suggestion to adjust Object.html#method-i-instance_variable_set
- This is not hugely important but since it was mentioned on reddit for
whatever the intent (by surfordie), I'll add ... -
12:11 PM Revision 59a37c02 (git): gmake.mk: get rid of unicode normalization table timestamp
- * common.mk, defs/gmake.mk: rid of unicode normalization tables
timestamp. update the target tables file only when... -
10:07 AM Misc #15723: Reconsider numbered parameters
- psychoslave (mathieu lovato stumpf guntz) wrote:
> If there is one thought that I would think worth considering in m... -
09:35 AM Misc #15723: Reconsider numbered parameters
- Thank you Jeremy for your detailed feedback.
> Not backwards compatible as `by` could already be a local variab... -
06:34 AM Misc #15723: Reconsider numbered parameters
- dvogel (Drew Vogel) wrote:
> matz (Yukihiro Matsumoto) wrote:
> > Yes, I admit `{ @1[@2] = "Go Fish: #{@2}" }` is c... -
06:09 AM Misc #15723: Reconsider numbered parameters
- What about introducing a keyword that refer to an array rather than a direct access to each element? For example nami...
-
05:23 AM Misc #15723: Reconsider numbered parameters
- matz (Yukihiro Matsumoto) wrote:
> Yes, I admit `{ @1[@2] = "Go Fish: #{@2}" }` is cryptic. But `{@1 * @2}` is not. ... -
05:26 AM Revision 6f015efc (git): iseq.h: Remove dead members
- * iseq.h (struct iseq_compile_data): Remove the dead ensure_node
and for_iseq members.
[Fix GH-2108]
From: Louren... -
05:10 AM Revision 6faf2668 (git): gmake.mk: update normalization table
- * defs/gmake.mk: try to update Unicode normalization tables file
if Unicode data files exist.
git-svn-id: svn+ssh:... -
03:43 AM Bug #11903: [BUG] vm_call_cfunc - cfp consistency error
- jfeltesse (Julien Feltesse) wrote:
> I can reproduce in ruby 2.3.1 by lazy loading a sequence in FactoryGirl which h... - 03:34 AM Revision f1fb989f (git): enumerator.c: make arith_seq_first support nil begin
- * enumerator.c: (arith_seq_first): support nil begin.
* test/ruby/test_arithmetic_sequence.rb (test_first): add asse... - 03:34 AM Revision 53d3fe06 (git): ruby/test_arithmetic_sequence.rb: add assertions for beginless and endless ranges
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:34 AM Revision dcb37d06 (git): range.c: support to make beginless arithmetic sequences
- * range.c (range_step): fix the guard condition so that a beginless
range can be turned into a beginless arithmetic... -
01:43 AM Feature #15743: RubyVM should be renamed to CRuby
- Eregon,
Thank you for your reply, but I'm not convinced yet.
> But we cannot, end users use whatever is availab... - 01:34 AM Revision e5901735 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:34 AM Revision 22fd30e6 (git): Revert "Introduce inline cache for invokesuper"
- This reverts commit d147ad6231aebb1d478162fb8e109e0c6a696169.
because failing on CI:
http://ci.rvm.jp/results/trunk-... -
01:02 AM Feature #15747: `(..1).last(2)` should return array but raise TypeError
- Thank you to response.
mame (Yusuke Endoh) wrote:
> In general, I think that an enumerating operation against a... -
12:48 AM Feature #15747 (Feedback): `(..1).last(2)` should return array but raise TypeError
- Thank you for playing with a beginless range.
In general, I think that an enumerating operation against a beginles... -
12:12 AM Feature #15747 (Rejected): `(..1).last(2)` should return array but raise TypeError
- `Range#last` with argument for beginless range shouldn't raise exception, should it?
```
$ ./miniruby -ve 'p (..1...
04/03/2019
- 04:06 PM Revision e896292d (git): * 2019-04-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:06 PM Revision d147ad62 (git): Introduce inline cache for invokesuper
- Looks good in micro benchmark:
```
$ benchmark-driver benchmark/vm2_super.yml -v --rbenv 'before;after'
before: ruby ... -
12:48 PM Revision 2482d1f9 (git): Partially allow failures in test-bundled-gems
- Tests of minitest randomly fails with strange errors:
https://dev.azure.com/rubylang/ruby/_build/results?buildId=303
... -
12:35 PM Misc #15723: Reconsider numbered parameters
- > However, limiting the usefulness to a single argument isn't bad at at. In fact, a single argument seem to be the li...
-
11:05 AM Misc #15723: Reconsider numbered parameters
- >
> But who is to say that ruby users have to (only) write code like the above? Also, why would this
> have to be ... -
10:45 AM Misc #15723: Reconsider numbered parameters
- vo.x (Vit Ondruch) wrote:
> mame (Yusuke Endoh) wrote:
> > Vote:
>
> I vote for 3 (and hashrockets ;))
I also... -
06:48 AM Misc #15723: Reconsider numbered parameters
- Thanks everyone for the discussion. I think the feature looks nice, but the syntax does concern me, as I think it loo...
-
12:24 PM Misc #15459: DevelopersMeeting before/after RubyKaigi2019
- * [Feature #15752] A dedicated module for experimental features (eregon)
* We need to address this soon, it preven... -
12:21 PM Misc #15459: DevelopersMeeting before/after RubyKaigi2019
- (removed, patch accepted)
-
12:21 PM Feature #15743: RubyVM should be renamed to CRuby
- hsbt (Hiroshi SHIBATA) wrote:
> I strongly against to rename to `CRuby` from `RubyVM`. Because the implementation la... -
12:18 PM Feature #15743: RubyVM should be renamed to CRuby
- About the naming discussion, I picked CRuby because I think this is what @matz uses when referring to this implementa...
-
12:16 PM Feature #15743: RubyVM should be renamed to CRuby
- I strongly against to rename to `CRuby` from `RubyVM`. Because the implementation language like C in the namespace is...
-
12:09 PM Feature #15743: RubyVM should be renamed to CRuby
- k0kubun (Takashi Kokubun) wrote:
> Could you provide real-world use case in which `CRuby` looks more appropriate tha... -
12:05 PM Feature #15743: RubyVM should be renamed to CRuby
- mame (Yusuke Endoh) wrote:
> I'm negative against the rename for some reasons.
Thank you for your feedback. I wil... -
11:01 AM Feature #15743: RubyVM should be renamed to CRuby
- Could you provide real-world use case in which `CRuby` looks more appropriate than `RubyVM`?
Off topic: mruby is a... -
12:36 AM Feature #15743: RubyVM should be renamed to CRuby
- I'm negative against the rename for some reasons.
1) CRuby/MRI is a popular name, not an official name. In fact, ... -
11:16 AM Revision f4a1235a (git): vs2019 build is not functional now
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:56 AM Revision a6146af5 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:56 AM Revision 1329c7cd (git): date: make zone a substring to copy encoding and taintedness
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:40 AM Feature #15553: Addrinfo.getaddrinfo supports timeout
- This is also related to it: https://bugs.ruby-lang.org/issues/14997 - once the DNS timeout is in place (when availabl...
-
10:08 AM Bug #15746 (Rejected): 11 test cases run failed
- Below problem is find on 2.5.3 and also 2.6.2.
and ruby is compiled from source. and source get from:
http://cache... -
09:37 AM Bug #15745 (Closed): There is no symmetry in the beginless range and the endless range using `Range#inspect`
- The following commit introduces beginless range.
https://github.com/ruby/ruby/commit/95f7992b89efd35de6b28ac095c4d34... -
09:35 AM Revision f0204a25 (git): Revive accidentally removed assertion
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 AM Revision d4319541 (git): range.c (r_cover_range_p): support beginless range
- `(..2).cover?(..1)` should return true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67423 b2dd03c8-39d4-4d8f-9... -
08:16 AM Feature #14799 (Closed): Startless range
- Committed at r67422. Please give it a try and let me know if you find any issue.
-
08:11 AM Revision 95f7992b (git): Introduce beginless range [Feature#14799]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:50 AM Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
- @tenderlovemaking
I try your patch again and no error this time (without the middleware to call GC.compact)
Maybe... -
01:17 AM Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
- Sorry, I meant @noahgibbs
-
12:37 AM Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
- @noah I think I have these errors fixed on my branch (including the performance regression). I slowed down every cal...
04/02/2019
-
09:59 PM Revision dd2479bc (git): Fix more ASAN errors
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:58 PM Revision be0f09a9 (git): Extract type to sym as a new function
- I will use this from another function in compaction
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67420 b2dd03c8... -
09:13 PM Revision ad67845b (git): Fix typo in lldb script
- Also fix tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:05 PM Misc #15744: Improvement needed to documentation of 'Literals'
- I am not sure if your definition can be used. For example, you refer to "compile time", but what is meant with
compi... -
05:34 PM Misc #15744 (Open): Improvement needed to documentation of 'Literals'
- Documentation of "Literals" for v2.6.0 is given here: https://docs.ruby-lang.org/en/2.6.0/syntax/literals_rdoc.html. ...
- 07:13 PM Revision 714c2b0a (git): * 2019-04-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:13 PM Revision e377eb0e (git): Fix ASAN error
- This code was trying to access memory before unpoisoning it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67417... -
07:13 PM Revision 4283fb42 (git): Poison / verify the freelist
- This commit just adds poisoning around the freelist to help debugging.
Also verify that the freelist only contains T_... -
06:39 PM Feature #15743: RubyVM should be renamed to CRuby
- > whereas CRuby refers to ... what name exactly?
CRuby is the name some people (including Matz I believe) used to ... -
05:37 PM Feature #15743: RubyVM should be renamed to CRuby
- I agree with making the "RubyVM" namespace a little less generic. In JRuby and TruffleRuby, we both have our own "JRu...
-
03:08 PM Feature #15743: RubyVM should be renamed to CRuby
- I am not involved in any of this so this should be up to those who are
involved; but one comment that is somewhat un... -
11:53 AM Feature #15743 (Closed): RubyVM should be renamed to CRuby
- My understanding is that `RubyVM` is supposed to only exist on MRI/CRuby, and not on any other Ruby implementation.
... -
06:34 PM Misc #15459: DevelopersMeeting before/after RubyKaigi2019
- [Feature #13683] Add strict `Enumerable#single`
* Matz already showed his discontent with the name `single`, but `on... -
04:11 PM Feature #13683: Add strict Enumerable#single
- I was pointed here after sharing the following code with my team mates. I really like the idea, and find I often rea...
-
11:48 AM Revision f28be7e0 (git): Merge rubygems/rubygems from upstream.
- The current master branch is
https://github.com/rubygems/rubygems/commit/97b264f0fa248c864b6ee9a23d3ff1cdd217dddb
... -
11:39 AM Misc #15723: Reconsider numbered parameters
- I fail to see how the downsides outweigh the problems. The @-syntax looks ugly, misleading and adds even more complex...
-
11:00 AM Misc #15723: Reconsider numbered parameters
- shevegen (Robert A. Heiler) wrote:
> Why would it be completely impossible to, for example, add BOTH @1 @2 AND "it"
... -
10:22 AM Misc #15723: Reconsider numbered parameters
- I was about to comment on what ted wrote, but it would have become too long,
so here is a significantly shorter vari... -
07:57 AM Misc #15723: Reconsider numbered parameters
- What strikes me is that this feature attempts to solve a problem that is very limited in scope:
- Blocks where the... -
01:29 AM Misc #15723: Reconsider numbered parameters
- zverok (Victor Shepelev) wrote:
>
> ```ruby
> HTTP.get(url).body.then(&JSON.:parse.(symbolyze_names: true))
... -
10:51 AM Revision 53702443 (git): Azure Pipeline tests on Linux are not reliable
- test-bundler started to fail with r67383
https://dev.azure.com/rubylang/ruby/_build/results?buildId=278
which is very... -
09:52 AM Misc #14210 (Rejected): maintain net/protocol, net/smtp, tempfile, tmpdir
- I think it's early that only you maintain them. We welcome to your patch or direct commit.
-
08:08 AM Revision 79de8e9f (git): downloader.rb: keep linked file newer than cached file
- * tool/downloader.rb (Downloader.save_cache): keep linked file
newer than cached file, so that GNU make triggers wh... -
07:41 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- nobu (Nobuyoshi Nakada) wrote:
> Maybe, we should await next JIS X 0301?
I think it is too late.
JIS X 0301 up... -
06:25 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- akr (Akira Tanaka) wrote:
> I think no-era representation is similar to truncation of ISO 8601:2000.
> "truncation"... -
02:52 AM Feature #15742: Add Date#jisx0301 support new Japanese era
- Can this be handled like thread exceptions?
```ruby
Thread.abort_on_exception=true
```
I like this approach becau... -
04:36 AM Revision 7cd6706b (git): date_parse.c: name JISX0301_DEFAULT_ERA
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:36 AM Revision da0fceae (git): date_parse.c: renamed JAPANESE prefix as JISX0301
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:49 AM Revision 5f3e5e6f (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:48 AM Revision e8f8cf11 (git): date: use del_hash to extract an element destructively
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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...
Also available in: Atom