Project

General

Profile

Activity

From 01/17/2020 to 01/23/2020

01/23/2020

05:30 PM Revision f8a8f055 (git): Remove empty keyword splats when calling even when using ruby2_keywords
Keeping empty keyword splats for ruby2_keywords methods was
necessary in 2.7 to prevent the final positional hash bei...
jeremyevans (Jeremy Evans)
05:26 PM Bug #16506 (Closed): Documentation for `Module#const_souce_location` is wrong
Fixed by commit:2bde7919a0a8302c344e9bb9ddc217958fcbd3c7 jeremyevans0 (Jeremy Evans)
05:22 PM Revision 6551a25a (git): * 2020-01-24 [ci skip]
git[bot]
05:22 PM Revision 2bde7919 (git): Clarify const_source_location docs
zverok (Victor Shepelev)
05:17 PM Bug #16522: Ruby 2.7 logs deprecation warning when Warning[:deprecated] is set to false.
This no longer applies to the master branch, as the warnings have been removed.
Fixing this in 2.7 could be challe...
jeremyevans0 (Jeremy Evans)
05:09 PM Bug #16558: What is special about GB2312
I checked on OpenBSD and gb2312.so seems to be similar to others (I checked gb18030.so):
```
$ readelf -d /usr/lo...
jeremyevans0 (Jeremy Evans)
02:38 PM Bug #16558 (Closed): What is special about GB2312
Checking Ruby in Fedora, rpmlint complains about standard library:
~~~
$ rpmlint ./ruby-libs-2.7.0-126.fc32.x86_6...
vo.x (Vit Ondruch)
04:58 PM Bug #16496 (Rejected): Numbered Parameter not parsed properly in lambda
jeremyevans0 (Jeremy Evans)
03:37 PM Feature #16557: Deduplicate Regexp literals
Eregon (Benoit Daloze) wrote:
> would also avoid compiling these duplicated Regexp again.
In theory yes, however ...
byroot (Jean Boussier)
01:38 PM Feature #16557: Deduplicate Regexp literals
This is quite interesting, and would also avoid compiling these duplicated Regexp again, which likely saves quite a b... Eregon (Benoit Daloze)
11:49 AM Feature #16557 (Open): Deduplicate Regexp literals
Pull Request: https://github.com/ruby/ruby/pull/2859
### Context
Real world application contain many duplicated...
byroot (Jean Boussier)
01:03 PM Revision 109183c2 (git): Guarded the examples for deprecated "taint"
nobu (Nobuyoshi Nakada)
12:49 PM Revision 27ac1c61 (git): Revert pathname, rb_warn_deprecated* are not public API
nobu (Nobuyoshi Nakada)
12:42 PM Revision aefb13eb (git): Added rb_warn_deprecated_to_remove
Warn the deprecation and future removal, with obeying the warning
flag.
nobu (Nobuyoshi Nakada)
09:59 AM Revision 0ea759ea (git): Add more direct test for pp with a ruby2_keywords Hash
Eregon (Benoit Daloze)
09:28 AM Bug #16510: irb crashes when hitting 'Home' or 'End' keys
@packerbacker89
Could you show a full result of `gnome-terminal --version`?
@jaruga
I think the CUI access via D...
aycabta (aycabta .)
08:23 AM Revision be6931f7 (git): Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)
According to https://github.com/ruby/openssl/pull/60,
> Currently an user who wants to do the hostname verification ...
ganmacs (Yuta Iwama)
08:17 AM Bug #16556 (Feedback): Showing rails aborted message while running rails s
- 2.2.2 is out of date. There is no official support for that version now. Try a new one to see if the error persis... shyouhei (Shyouhei Urabe)
08:02 AM Bug #16556 (Closed): Showing rails aborted message while running rails s
while I am running my project on ruby on rails. rails -s is not working it is showing the error as raials aborted mes... [email protected] (Aditya Gupta)
06:32 AM Feature #16555 (Closed): Add #verify_hostname= and #verify_hostname to skip hostname verification
I'd like to add Net::HTTP#verify_hostname and Net::HTTP#verify_hostname= since OpenSSL::SSL::SSLContext has #verify_h... ganmacs (Yuta Iwama)
04:35 AM Revision 890200e8 (git): Check DONT_RUN_RELINE_TEST envvar
aycabta (aycabta .)
04:31 AM Revision 0d3e4b8a (git): Use omit instead of skip
aycabta (aycabta .)
04:31 AM Revision f09c1cf0 (git): Skip a test that uses assert_ruby_status if it doesn't exist
aycabta (aycabta .)
04:31 AM Revision a737f0ce (git): Stop using minitest dependent methods
aycabta (aycabta .)
04:31 AM Revision 425b2064 (git): [ruby/readline-ext] Include ruby/assert.h in ruby/ruby.h so that assertions can be there
https://github.com/ruby/readline-ext/commit/4d44c12832 nobu (Nobuyoshi Nakada)

01/22/2020

10:44 PM Bug #16519: pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
Eregon (Benoit Daloze) wrote:
> jeremyevans0 (Jeremy Evans) wrote:
> > With ruby2_keywords by default, it's used fo...
jeremyevans0 (Jeremy Evans)
09:15 PM Bug #16519: pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
jeremyevans0 (Jeremy Evans) wrote:
> With ruby2_keywords by default, it's used for all methods accepting args splat ...
Eregon (Benoit Daloze)
06:27 PM Bug #16519 (Closed): pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
Applied in changeset commit:git|28d31ead34baff1c4abc0d7d902ef4bc1d576fb2.
----------
Fix pp when passed a empty ruby...
jeremyevans (Jeremy Evans)
04:48 PM Bug #16519: pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
Eregon (Benoit Daloze) wrote:
> jeremyevans0 (Jeremy Evans) wrote:
> > I think @matz should strongly consider this ...
jeremyevans0 (Jeremy Evans)
10:46 AM Bug #16519: pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
> To paraphrase @Eregon , if a ruby committer heavily involved in the process cannot figure out even why a problem oc... Eregon (Benoit Daloze)
10:29 AM Bug #16519: pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
jeremyevans0 (Jeremy Evans) wrote:
> I think @matz should strongly consider this particular problem when deciding wh...
Eregon (Benoit Daloze)
12:26 AM Bug #16519: pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
Eregon (Benoit Daloze) wrote:
> The code around there looks like:
>
> ```ruby
> def seplist(list, sep=nil, iter_...
jeremyevans0 (Jeremy Evans)
08:05 PM Bug #16510: irb crashes when hitting 'Home' or 'End' keys
Hi, packerbacker89.
Here are the centos 6 containers, tag `6` and `6.X`.
https://hub.docker.com/_/centos/
If you...
jaruga (Jun Aruga)
07:19 PM Revision e18b817b (git): Make taint warnings non-verbose instead of verbose
jeremyevans (Jeremy Evans)
06:27 PM Revision 28d31ead (git): Fix pp when passed a empty ruby2_keywords-flagged hash as array element
This causes problems because the hash is passed to a block not
accepting keywords. Because the hash is empty and key...
jeremyevans (Jeremy Evans)
05:10 PM Revision 90f5c3c1 (git): * 2020-01-23 [ci skip]
git[bot]
05:09 PM Revision e91c39f1 (git): Remove special handling of $SAFE and related C-APIs
These were all deprecated in Ruby 2.7. jeremyevans (Jeremy Evans)
11:11 AM Revision 461db352 (git): Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL
0x005c
10:31 AM Bug #16522 (Closed): Ruby 2.7 logs deprecation warning when Warning[:deprecated] is set to false.
Hi
While upgrading our monolithic app to ruby 2.7, we realised that ruby 2.7 is not suppressing all deprecation w...
[email protected] (Sneha Somwanshi)
09:27 AM Bug #16518: Should we rationalize Rational's numerator automatically?
After a quick trace of the source code, the problem is BigDecimal is a subclass of Numeric but defined in Ruby.
Th...
elct9620 (ZhengXian Qiu)
08:42 AM Bug #16518: Should we rationalize Rational's numerator automatically?
Thanks for the quick response!
I also found that it returns `BigDecimal` if any of its arguments is a `BigDecimal`...
st0012 (Stan Lo)
07:04 AM Revision c90fc55a (git): Drop executable bit of *.{yml,h,mk.tmpl}
znz (Kazuhiro NISHIYAMA)
07:02 AM Revision 9e3bfed5 (git): Added usage documentation for sync_default_gems
hsbt (Hiroshi SHIBATA)
04:58 AM Bug #16520: Brackets ignored over multi-line
mame (Yusuke Endoh) wrote:
> ```
> (1
> +2)
> ```
>
> is equivalent to
>
> ```
> begin
> 1
> +2
> e...
abrom (Andrew Bromwich)
04:57 AM Bug #16520: Brackets ignored over multi-line
Note when running the above code through the parser it's pretty clear why it's breaking, and to be honest i'm not sur... abrom (Andrew Bromwich)
04:49 AM Bug #16520 (Rejected): Brackets ignored over multi-line
```
(1
+2)
```
is equivalent to
```
begin
1
+2
end
```
which evaluates, discards the first line ...
mame (Yusuke Endoh)
04:43 AM Bug #16520 (Rejected): Brackets ignored over multi-line
I was refactoring some code in a gem and noticed some test failures. It appears to be a bug in the tests masked by wh... abrom (Andrew Bromwich)
04:55 AM Bug #16521 (Closed): ST_DEBUG not working
1. configure with `cppflags=-DST_DEBUG`
2. make it.
3. ```
% gdb --args ./miniruby -ve0
GNU gdb (Ubun...
shyouhei (Shyouhei Urabe)
04:44 AM Revision cdaae38f (git): Use gem name to specify
aycabta (aycabta .)

01/21/2020

11:55 PM Revision e51b6aa8 (git): * 2020-01-22 [ci skip]
git[bot]
11:54 PM Revision 913dc64e (git): Drop executable bit set by 25f2005a638570cce832d218a451072057610f06
nobu (Nobuyoshi Nakada)
11:11 PM Bug #16519: pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
The code around there looks like:
```ruby
def seplist(list, sep=nil, iter_method=:each) # :yield: element
sep ...
Eregon (Benoit Daloze)
11:07 PM Bug #16519 (Closed): pp [Hash.ruby2_keywords_hash({})] shows `[nil]`
This happens on `master`:
```
$ ruby -ve 'ruby2_keywords def flag(*a); a.last; end; pp [flag(**{})]'
ruby 2.8.0d...
Eregon (Benoit Daloze)
10:53 PM Feature #16463: Fixing *args-delegation in Ruby 2.7: ruby2_keywords semantics by default in 2.7.1
I opened a PR implementing this change: https://github.com/ruby/ruby/pull/2853
I think it's quite clean and I think ...
Eregon (Benoit Daloze)
01:45 PM Revision 5798d35f (git): Also check EWOULDBLOCK as well as EAGAIN
nobu (Nobuyoshi Nakada)
01:41 PM Revision 25f2005a (git): fix load error with EAGAIN
This is a fix related to the following issue.
rails/rails#33464
Not only in rails apps, some little ruby app with on...
Xia Xionjun
12:26 PM Revision b0ca1fc2 (git): Reline: Fix changed test results due to change to UTF-8 on Windows
In commit f8ea2860b0cac1aec79978e6c44168802958e8af the Reline encoding
for native windows console was changed to hard...
larskanis (Lars Kanis)
12:26 PM Revision d1166c6d (git): Reline: Use a more robust detection of MinTTY
The previous detection per get_screen_size fails when stdout is passed
to a pipe. That is the case when running ruby ...
larskanis (Lars Kanis)
09:13 AM Revision 1de7941f (git): DocumentRoot is optional
since 2.3.0
https://github.com/ruby/ruby/commit/0b9d86f29be8e3d4fa0958bf3db41907e21ad1a0
znz (Kazuhiro NISHIYAMA)
08:23 AM Bug #16510: irb crashes when hitting 'Home' or 'End' keys
It works perfectly for me. I'm using GNOME Terminal (`GNOME Terminal 3.34.2 using VTE 0.58.2 +BIDI +GNUTLS`) in Ubun... mame (Yusuke Endoh)
07:58 AM Revision 8113f3fe (git): add default break points
ko1 (Koichi Sasada)
05:21 AM Revision 97d75639 (git): VALUE is narrower than rb_serial_t
VALUE and rb_serial_t do not agree with their width. We have to be
consistent. Assigning an rb_serial_t value to a ...
shyouhei (Shyouhei Urabe)
12:53 AM Revision 32fb6c8c (git): * 2020-01-21 [ci skip]
git[bot]
12:52 AM Revision 2943ebd2 (git): [ruby/reline] Implement vi_change_meta
https://github.com/ruby/reline/commit/8538e0e10f aycabta (aycabta .)
12:51 AM Revision 93ca212d (git): [ruby/irb] [ruby/irb] Rewrite an expression to detect multiline
https://github.com/ruby/irb/commit/ed5cf375a6
https://github.com/ruby/irb/commit/5b7bbf9c34
Kenta Murata
12:51 AM Revision 51a8055d (git): [ruby/irb] Add newline_before_multiline_output
https://github.com/ruby/irb/commit/9eb1801a66 Kenta Murata

01/20/2020

06:05 PM Feature #16517: mkmf.rb - changes for Windows ?
Just a comment or two - please don't get distracted from the main issue greg referred
to, it is just my opinion:
...
shevegen (Robert A. Heiler)
03:49 PM Feature #16517: mkmf.rb - changes for Windows ?
Re the mswin change, the cost is low, and the benefit is high.
Re requiring devkit, my request is a specific solut...
MSP-Greg (Greg L)
09:16 AM Feature #16517: mkmf.rb - changes for Windows ?
I think `mkmf.rb` is a good place to add `require 'devkit'`. It doesn't catch the cases where the Rakefile makes use ... larskanis (Lars Kanis)
10:13 AM Revision f451bb54 (git): [ruby/irb] Fix compatibility with rails before 5.2
Rails before 5.2 added Array#append as an alias to Array#<< ,
so that it expects only one argument.
However ruby-2.5 ...
larskanis (Lars Kanis)
10:13 AM Revision 3b407abe (git): [ruby/reline] Implement vi_prev_char and vi_to_prev_char
https://github.com/ruby/reline/commit/0ad3ee63fa aycabta (aycabta .)
10:13 AM Revision b17797a6 (git): [ruby/reline] Implement vi_to_next_char
https://github.com/ruby/reline/commit/066ecb0a21 aycabta (aycabta .)
09:30 AM Bug #16518: Should we rationalize Rational's numerator automatically?
This seems due to the fact `Rational(BigDecimal, Integer)` does not return a Rational but a BigDecimal!
That seems...
Eregon (Benoit Daloze)
08:48 AM Feature #14240 (Open): warn four special variables: $; $, $/ $\
nobu (Nobuyoshi Nakada)
08:48 AM Feature #14240 (Closed): warn four special variables: $; $, $/ $\
Applied in changeset commit:git|9f99760dafac6eaa53287470b8ff59b1be0bf6d6.
----------
Get rid of use of special varia...
jeremyevans (Jeremy Evans)
07:58 AM Revision 9f99760d (git): Get rid of use of special variables
Use `"\n"` and `IO#fileno` instead of `$/` and `$.` respectively.
[Feature #14240]
jeremyevans (Jeremy Evans)
12:51 AM Feature #16511: Staged warnings and better compatibility for keyword arguments in 2.7.1
I'm adjusting the proposal to focus on the goal (flexible deprecation) rather than the means (subclass or flag) Dan0042 (Daniel DeLorme)
12:50 AM Revision f31b90f2 (git): * 2020-01-20 [ci skip]
git[bot]
12:49 AM Revision bdef392e (git): Fixed double closedir
In the case that shinking the entries buffer to the exact size
failed, `dirp` is already closed. Found by mame with ...
nobu (Nobuyoshi Nakada)

01/19/2020

04:08 PM Feature #16517: mkmf.rb - changes for Windows ?
@nobu
### MinGW devkit issue
`devkit.rb` is a file included in RubyInstaller and RubyInstaller2 builds. These ...
MSP-Greg (Greg L)
12:47 PM Feature #16517: mkmf.rb - changes for Windows ?
duerst (Martin Dürst) wrote:
> I don't think so. Please have a look at https://github.com/oneclick/rubyinstaller/wik...
nobu (Nobuyoshi Nakada)
06:29 AM Feature #16517: mkmf.rb - changes for Windows ?
nobu (Nobuyoshi Nakada) wrote:
> What is `devkit`?
> Is it https://rubygems.org/gems/devkit ?
I don't think so...
duerst (Martin Dürst)
05:04 AM Feature #16517: mkmf.rb - changes for Windows ?
MSP-Greg (Greg L) wrote:
> I propose two changes to mkmf.rb to make it more Windows friendly.
>
> 1) mingw
Wha...
nobu (Nobuyoshi Nakada)
12:21 PM Revision 884897db (git): README.ja.md: removed the badge for Cygwin [ci skip]
The workflow for Cygwin has been removed at
3344f811074e1e6119eec23684013457dab4f8b0.
nobu (Nobuyoshi Nakada)
12:16 PM Revision 2d61684e (git): README.md: removed the badge for Cygwin [ci skip]
The workflow for Cygwin has been removed at
3344f811074e1e6119eec23684013457dab4f8b0.
nobu (Nobuyoshi Nakada)
12:13 PM Feature #16495: Inconsistent quotes in error messages
@nobu
> Why don't you use block quoting?
Because error messages are by their nature something you frequently wa...
zverok (Victor Shepelev)
02:22 AM Feature #16495: Inconsistent quotes in error messages
zverok (Victor Shepelev) wrote:
> > I fail to see the actual gain.
>
>
> As it was already pointed in related t...
nobu (Nobuyoshi Nakada)
12:07 PM Revision 0ab93e09 (git): NEWS.md: set code format explicitly [ci skip]
It is not set by default in the Github viewer. nobu (Nobuyoshi Nakada)
11:51 AM Bug #16506: Documentation for `Module#const_souce_location` is wrong
Clarification PR: https://github.com/ruby/ruby/pull/2850 zverok (Victor Shepelev)
07:02 AM Bug #16518 (Closed): Should we rationalize Rational's numerator automatically?
In this [Rails issue](https://github.com/rails/rails/issues/38041) we found that using `BigDecimal` as a `Rational`'s... st0012 (Stan Lo)
06:54 AM Feature #8709 (Closed): Dir.glob should return sorted file list
Applied in changeset commit:git|2f1081a451f21ca017cc9fdc585883e5c6ebf618.
----------
Sort globbed results by default...
nobu (Nobuyoshi Nakada)
05:46 AM Revision 2f1081a4 (git): Sort globbed results by default [Feature #8709]
Sort the results which matched single wildcard or character set in
binary ascending order, unless `sort: false` is gi...
nobu (Nobuyoshi Nakada)
04:06 AM Revision af6563f0 (git): Fix typo s/test_ruby2_keywords_hash!/test_ruby2_keywords_hash/
In #2818, `Hash.ruby2_keywords!` has renamed to `Hash.ruby2_keywords_hash`. kamipo (Ryuta Kamizono)
02:56 AM Revision edf2cedc (git): Allow rexml to fail on macOS of Github Actions
And revert "Stop test-bundled-gems on macOS for now",
28b290f7f4cb332dab3ddf3132e1916d413ea65c.
nobu (Nobuyoshi Nakada)
02:35 AM Revision 496f295f (git): Test bundled gems with timeout
nobu (Nobuyoshi Nakada)
12:48 AM Revision b5a2e734 (git): * 2020-01-19 [ci skip]
git[bot]
12:48 AM Revision 28b290f7 (git): Stop test-bundled-gems on macOS for now
nobu (Nobuyoshi Nakada)

01/18/2020

11:49 PM Feature #16517 (Open): mkmf.rb - changes for Windows ?
I propose two changes to mkmf.rb to make it more Windows friendly.
1) mingw - `devkit` has been the standard for '...
MSP-Greg (Greg L)
09:50 PM Feature #16513: TracePoint#inspect to return "... file:line" instead of "...@file:line"
+1 from me. Eregon (Benoit Daloze)
05:23 PM Feature #16495: Inconsistent quotes in error messages
> I fail to see the actual gain.
As it was already pointed in related tickets, the gain (or rather the problem s...
zverok (Victor Shepelev)
05:14 PM Feature #16495: Inconsistent quotes in error messages
I fail to see the actual gain.
This would introducing potential incompatibilities. For example, I remember [parsin...
marcandre (Marc-Andre Lafortune)
09:46 AM Revision 979b32d7 (git): Removed useless sorts of lists generated from literals
nobu (Nobuyoshi Nakada)
09:14 AM Revision eb96e4e9 (git): Made glob option keyword IDs static
nobu (Nobuyoshi Nakada)
08:46 AM Revision 79f0ed35 (git): NEWS.md: reduce headings level [ci skip]
As the only h2 did not have its exclusively owned body text,
merged it to the first paragraph. Then pulled up h3 and...
nobu (Nobuyoshi Nakada)
08:43 AM Revision 59d255b9 (git): NEWS.md: made ticket references links [ci skip]
nobu (Nobuyoshi Nakada)
08:23 AM Revision a1ce1dc2 (git): NEWS.md: fixed lists and indents [ci skip]
* The definition lists extensions of the RDoc Markdown parser does
not support nesting.
* The RDoc Markdown parser...
nobu (Nobuyoshi Nakada)
07:47 AM Revision 93a51c15 (git): Update clean-local [ci skip]
* Remove builtin_binary.inc which is generated for each time
miniruby is built.
* dSYM is a directory, not a file.
nobu (Nobuyoshi Nakada)
01:07 AM Bug #9790: Zlib::GzipReader only decompressed the first of concatenated files
nobu (Nobuyoshi Nakada) wrote:
> It is an interesting usage.
> Does that metadata need to be a separate member, not...
jeremyevans0 (Jeremy Evans)
12:51 AM Bug #9790: Zlib::GzipReader only decompressed the first of concatenated files
jeremyevans0 (Jeremy Evans) wrote:
> For example, in OpenBSD's packages, the first gzip stream in the package contai...
nobu (Nobuyoshi Nakada)

01/17/2020

08:21 PM Bug #16510: irb crashes when hitting 'Home' or 'End' keys
I've found the issue using RedHat 6.10 and reproduced the behavior in CentOS 6.
I was using GNOME Terminal (v 2.31...
packerbacker89 (Josh Johnson)
08:07 PM Bug #16455: coroutine ucontext uses deprecated POSIX getcontext/swapcontext/makecontext, absent in musl and uclibc
Copy implementation is the right one. But what architecture are you compiling for? because copy coroutine is so slow. ioquatix (Samuel Williams)
04:20 PM Feature #16511: Staged warnings and better compatibility for keyword arguments in 2.7.1
jeremyevans0 (Jeremy Evans) wrote:
> In this case the minimum arity is met, but you would still end up with Argument...
Dan0042 (Daniel DeLorme)
04:00 PM Feature #16511: Staged warnings and better compatibility for keyword arguments in 2.7.1
Dan0042 (Daniel DeLorme) wrote:
> I'm rethinking the issue pointed out by Jeremy. It makes no sense to introduce a n...
jeremyevans0 (Jeremy Evans)
04:04 AM Feature #16511: Staged warnings and better compatibility for keyword arguments in 2.7.1
I'm rethinking the issue pointed out by Jeremy. It makes no sense to introduce a new kind of incompatibility for the ... Dan0042 (Daniel DeLorme)
04:04 PM Bug #9790: Zlib::GzipReader only decompressed the first of concatenated files
shyouhei (Shyouhei Urabe) wrote:
> Do you know if there are cases when taking a random member of such gzip file is a...
jeremyevans0 (Jeremy Evans)
02:17 PM Bug #9790: Zlib::GzipReader only decompressed the first of concatenated files
I can't think of taking a random member but I can imagine wanting to extract to separate files.
```ruby
Zlib::Gzi...
Dan0042 (Daniel DeLorme)
04:51 AM Bug #9790: Zlib::GzipReader only decompressed the first of concatenated files
Dan0042 (Daniel DeLorme) wrote:
> > matz: it should behave like zcat. Handling each member should be deleted.
>
...
shyouhei (Shyouhei Urabe)
03:46 PM Misc #16407 (Feedback): Add .github/workflows/cygwin.yml
> Adding a platform to the official CI may make users misunderstand that the platform is officially supported.
I'm...
naruse (Yui NARUSE)
08:33 AM Misc #16407: Add .github/workflows/cygwin.yml
I have deleted the github action file for cygwin CI. That is broken.
https://github.com/ruby/ruby/runs/394774858
...
mame (Yusuke Endoh)
03:17 PM Bug #16509 (Closed): puts from a thread seem to be missing linefeed when run in ruby 2.7.0 console
Applied in changeset commit:git|4e56ec4ef74cf77dbcb4ce7c669e0595cd0d12fa.
----------
[ruby/io-console] Set `OPOST` w...
nobu (Nobuyoshi Nakada)
03:17 PM Revision 1e29fe77 (git): * 2020-01-18 [ci skip]
git[bot]
03:17 PM Revision 199d829a (git): [ruby/io-console] bump up to 0.5.5
nobu (Nobuyoshi Nakada)
03:15 PM Revision 4e56ec4e (git): [ruby/io-console] Set `OPOST` when `intr` is true
To enable implementation-defined output processing, for the
compatibility with readline. [Bug #16509]
https://bugs....
nobu (Nobuyoshi Nakada)
03:15 PM Revision 569f56e0 (git): [ruby/io-console] Filter Ruby engine name rather than just /ruby/
This breaks tests using this path on JRuby because the `jruby`
executable turns into `jjruby` after the sub.
https:/...
headius (Charles Nutter)
03:14 PM Revision 4e1a7678 (git): [ruby/io-console] Update the minimum requirement of Ruby version
https://github.com/ruby/io-console/commit/73e7b6318a hsbt (Hiroshi SHIBATA)
03:06 PM Feature #16495: Inconsistent quotes in error messages
Maybe a fix could involve customization of which quotes to display via an ENV var or something?
Instead of changing ...
Dan0042 (Daniel DeLorme)
12:34 PM Bug #16516 (Closed): [BACKPORT] AST locations with numbered parameter
The locations in args node for numbered parameters are left the default values, and `test_ranges` and `test_not_cared... nobu (Nobuyoshi Nakada)
10:53 AM Bug #16514 (Closed): Documentation mistake for method syntax (splat/array parameter)
nobu (Nobuyoshi Nakada)
10:50 AM Revision 09271acd (git): Update documentation for Array/Hash Argument section of methods.rdoc
adamisom (Adam Isom)
10:00 AM Misc #16515 (Closed): one of authoritative name server of ruby-lang.org "pichu.netlab.jp" not responding DNS query
I'm reporting issue about ruby-lang.org network infrastructure. If here's not the place to report such issues,
I'd a...
[email protected] (Koichiro Iwao)
08:25 AM Revision 3344f811 (git): .github/workflows/cygwin.yml: Removed
There is no active maintainer for cygwin. The CI failure is too noisy.
[Misc #16407]
mame (Yusuke Endoh)
08:20 AM Bug #16486 (Closed): Hash.ruby2_keywords?(hash) and Hash.ruby2_keywords!(hash)
Applied in changeset commit:git|7cfe93c028fbf7aa0022ca8a4ac6a66d0103337a.
----------
hash.c: Add a feature to manipu...
mame (Yusuke Endoh)
08:20 AM Bug #16501 (Closed): Support marshaling of ruby2_keywords flag
Applied in changeset commit:git|b23fd59cbb3f097bcd559d0c85a86ff7a1eeeb7e.
----------
marshal.c: Support dump and loa...
mame (Yusuke Endoh)
08:20 AM Revision 7cfe93c0 (git): hash.c: Add a feature to manipulate ruby2_keywords flag
It was found that a feature to check and add ruby2_keywords flag to an
existing Hash is needed when arguments are ser...
mame (Yusuke Endoh)
08:20 AM Revision b23fd59c (git): marshal.c: Support dump and load of a Hash with the ruby2_keywords flag
It is useful for a program that dumps and load arguments (like drb).
In future, they should deal with both positional...
mame (Yusuke Endoh)
07:56 AM Revision c98c4925 (git): Added test for f38b3e8c707ebdcad05aa9485cf1760640b74fbb
nobu (Nobuyoshi Nakada)
07:41 AM Revision f9788ca7 (git): Update dependencies
internal/rational.h needs internal/warnings.h with Apple clang,
for `UNALIGNED_MEMBER_ACCESS`.
nobu (Nobuyoshi Nakada)
05:51 AM Misc #16454 (Closed): DevelopersMeeting20200116Japan
Published. Closing. mame (Yusuke Endoh)
05:35 AM Misc #16454: DevelopersMeeting20200116Japan
The linked log https://docs.google.com/document/d/1NxNMc7tlt-olPRyRQDhAjZWw30Atr6a-rfQxQ9BRXfY is not updated. Can I ... sawa (Tsuyoshi Sawada)
03:00 AM Bug #5179: Complex#rationalize and to_r with approximate zeros
We discussed #5321 at the dev-meeting. Whether a value is exact or inexact, is not decidable based on a class. For ... mame (Yusuke Endoh)
01:18 AM Bug #5179: Complex#rationalize and to_r with approximate zeros
As Numeric#exact? has been rejected, and BigDecimal is not a core class, I'm not sure what to do about this issue. @m... jeremyevans0 (Jeremy Evans)
02:19 AM Revision 4e6bcac2 (git): Update dependencies in makefiles again
patch from https://travis-ci.org/ruby/ruby/jobs/638231960 znz (Kazuhiro NISHIYAMA)
01:57 AM Revision 5275d8bf (git): rb_rational_raw: convert num and den by to_int
Kenta Murata
01:57 AM Revision 47465ab1 (git): rb_rational_raw: make a denominator always positive
Kenta Murata
01:25 AM Revision 73618d84 (git): Update dependencies in makefiles
patch from https://travis-ci.org/ruby/ruby/jobs/638226493 znz (Kazuhiro NISHIYAMA)
01:06 AM Revision 07ce51c5 (git): internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN}
Kenta Murata
01:06 AM Revision fbc00c2d (git): rational.c: remove nurat_s_new
Kenta Murata
01:04 AM Revision 019a0ed0 (git): Make RATIONAL_SET_{NUM,DEN} static inline functions
Kenta Murata
 

Also available in: Atom