Activity
From 10/06/2018 to 10/12/2018
10/12/2018
- 11:57 PM Revision d6b0fe7d (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:57 PM Revision 09cd99b3 (git): win32/win32.c: drop always-NULL psa parameter
- I'm simplifying the interface of ChildRecord as I'm going to complicate
it a little next.
I didn't drop hInput since... -
11:07 PM Revision 9749bab3 (git): use assert_equal instead of assert
- * test/win32ole/test_win32ole_param.rb (test_input?, test_output,
test_optional, test_retval?): use assert_equal in... -
09:55 PM Revision ee2416e3 (git): enumerator.c: [DOC] small fix
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:11 PM Revision 863a2a1f (git): range.c: [DOC] improve docs for Range#cover?
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:49 PM Feature #15171: [patch] Use OpenSSL 1.1.1 for Appveyor MinGW build
- jaruga (Jun Aruga) wrote:
> I mean that I wanted to know if the OpenSSL package has already compiled or not.
Ye... -
08:37 PM Revision 08d01949 (git): readline.c: improve docs
- * ext/readline/readline.c: [DOC] fix typo in docs for
Readline.completion_quote_character; enable link to method.
... -
08:01 PM Revision 580a2103 (git): process.c: [DOC] improve docs for Process.groups
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:00 PM Revision e7719a1c (git): vm.c: [DOC] small improvements
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:58 PM Revision ef0615b6 (git): default gems: add missing comment in gemspec
- * lib/csv/csv.gemspec: [DOC] add comment for require fallback
in Ruby repository.
* lib/logger.gemspec: ditto.
* l... -
07:56 PM Revision 60990b9a (git): hash.c: improve docs for Hash#{size,length}
- * hash.c: [DOC] shorten example code for Hash#{size,length}
and mention aliases at the end; also enable links.
git... -
06:44 PM Bug #15210: UTF-8 BOM should be removed from String in internal representation
- I looked into it a bit more closely into it:
io.c does this in
~~~ c
static int
io_strip_bom(VALUE io)
~~~
wh... -
04:51 PM Misc #15220: Adding OpenSSL 1.1.1 on Travis CI gcc-8 case
- * As an another idea to run the heavy task such as installing openssl from source or running the docker. If we are ru...
-
04:31 PM Misc #15220: Adding OpenSSL 1.1.1 on Travis CI gcc-8 case
- > Maybe we can use docker like ruby/openssl does today, or maybe we can have our own .deb prepared somewhere.
I se... -
03:48 PM Revision 1821e9f4 (git): Fix overwritten zone string
- * time.c (zone_str): while rb_fstring_usascii and the family
require that the argument string is never modified, tz... - 03:14 PM Revision 5b61288f (git): * 2018-10-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision b712840c (git): mjit_worker.c: suppress child process's output properly
- Prior to this commit, some of parent process's output was unintentionally
suppressed. We couldn't suppress only child... -
01:51 PM Revision a113da5b (git): remove duplicate assertion
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:54 PM Revision 0d957a91 (git): Removed unreachable code
- * node.c (rb_ast_dispose): since `ast->node_buffer` is freed in
`rb_ast_free()`, it should be always NULL.
git-svn... -
11:13 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- webzorg (Lasha Abulashvili) wrote:
> duerst (Martin Dürst) wrote:
> > @mame
> > Can you please try `'იანვარი'.up... -
11:11 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- webzorg (Lasha Abulashvili) wrote:
> Giia (George Pheikrishvili) wrote:
> > Lasha, if someone calls *`mkhedruli.u... -
10:50 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- duerst (Martin Dürst) wrote:
> @mame
>
> mame (Yusuke Endoh) wrote:
> > Just FYI. Python 3.7 supports Unicode11... -
10:40 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Hello Lasha, George,
Many thanks for your comments. Your input is very much appreciated!
webzorg (Lasha Abulash... -
10:31 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- @mame
mame (Yusuke Endoh) wrote:
> Just FYI. Python 3.7 supports Unicode11, and behaves as follows.
>
> ```
... -
06:33 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- mame (Yusuke Endoh) wrote:
> Just FYI. Python 3.7 supports Unicode11, and behaves as follows.
>
> ```
> $ ./loc... -
02:34 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Just FYI. Python 3.7 supports Unicode11, and behaves as follows.
```
$ ./local/bin/python3
Python 3.7.0 (defaul... -
09:19 AM Revision 6c415d01 (git): test/win32ole/test_win32ole_event.rb: wait longer
- for unstable spec. I added r64963 but it couldn't rescue:
https://ci.appveyor.com/project/ruby/ruby/builds/19451743/j... -
08:49 AM Bug #13524: miniruby: [BUG] Segmentation fault at 0x0055e487e00230 ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-li
- I used this Docker file (https://github.com/t-anjan/ruby/blob/jemalloc/2.4/alpine3.7/Dockerfile) which uses Alpine 3....
-
08:45 AM Revision 54e99c7c (git): Disable fast_finish
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 AM Bug #15223: Windows 1809 Update causes almost all file operations to segfault
- As an another workaround and as far as I tried, Ruby binary compiled with Visual Studio v15 can work on Windows 1809 ...
-
04:04 AM Bug #15223 (Feedback): Windows 1809 Update causes almost all file operations to segfault
- This is supposedly fixed in revision r64913. Can you try the latest trunk?
-
03:01 AM Bug #15223 (Closed): Windows 1809 Update causes almost all file operations to segfault
- File I/O has almost completely broken after the recent Windows 1809 update when compiling Ruby against MSVCRT.
Her... -
08:37 AM Feature #15113 (Closed): Show warnings on unused blocks with Enumerable#all? any? one? none?
- Closed at proposer's request.
- 03:55 AM Revision 95fd76a2 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 AM Revision eb384728 (git): use ADODB.connection instead of Microsoft Internet Controls
- * test/win32ole/test_win32ole_method.rb: remove test using Microsoft
Internet Controls.
* test/win32ole/test_w... -
02:49 AM Revision ade73091 (git): Initialize zone
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 AM Revision 75ac8e86 (git): Load as FIXOFF mode if zone is present
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:25 AM Revision 093398f9 (git): Just copy tzmode
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 AM Revision d8104d73 (git): Missing write-barrier
- Fix up r64507.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:02 AM Feature #15112: Introducing the short form of `STDERR.puts expr.inspect`.
- I totally agree with Jeremy and Usaku, so I want to change the title of this issue.
-
01:21 AM Revision 3b3b2091 (git): Remove debug print
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:45 AM Revision 9d1aab43 (git): use APPVEYOR_BUILD_WORKER_IMAGE
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 AM Revision 865b0c23 (git): escape
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 AM Revision 0ce33fd8 (git): Quote path
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:20 AM Revision 918ce88b (git): debug print
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:09 AM Revision c1d78bc4 (git): Define VS140COMNTOOLS by itself
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/11/2018
-
11:59 PM Revision c0e5f06d (git): Specify vm image on appveyor.yml
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:58 PM Revision eca36f9c (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:58 PM Revision 0b81f7bf (git): Revert wrongly commit debug_info feature
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision d3853d7c (git): Support FreeBSD
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 628e85c7 (git): Support compressed debug_info
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 136d24ea (git): free line info leaves
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 336f86f2 (git): close dlopen-ed handle
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 69f06e9e (git): fix
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 692a5f21 (git): Support additional forms
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 37ea0f19 (git): Show backtrace with .debug_info
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 139f0bb4 (git): Read .debug_info
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 PM Revision 0cb08355 (git): show envvars before use it
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 PM Revision f873de6a (git): Show VS*COMNTOOLS environment variable on appveyor
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:28 PM Revision 0fd5f063 (git): win32/Makefile.sub: generate MJIT header pdb
- in the MJIT-header-specific path, not default path like vc140.pdb.
mjit_worker.c: specify the MJIT-header-specific p... -
03:12 PM Bug #15118: Method [] & []= does not respect frozen_string_literal: true comment
- ruby_2_5 r65002 merged revision(s) 64745.
-
03:12 PM Revision ff5475bf (git): merge revision(s) 64745: [Backport #15118]
- Use opt_{aref,aset} over opt_{aref,aset}_with
* compile.c (iseq_compile_each0): Use `opt_aref`/`opt_aset` ov... - 03:02 PM Revision 3dd48673 (git): * 2018-10-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 PM Revision 34ade9a4 (git): win32/Makefile.sub: install MJIT header and object
- to prefix. This is a retry of r64947. So this doesn't still make mswin MJIT
on install directory succeed. One more st... -
02:58 PM Bug #14939: [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
- ruby_2_5 r64999 merged revision(s) 64062.
-
02:58 PM Revision 9fc4c79f (git): merge revision(s) 64062: [Backport #14939]
- cont.c (ec_switch): prevent delayed/missed trap interrupt race
timer-thread may set trap interrupt with rb_t... -
02:40 PM Bug #14841: Very rarely IO#readpartial does not raise EOFError
- ruby_2_5 r64998 merged revision(s) 63711,64398.
-
02:40 PM Revision c561f04b (git): merge revision(s) 63711,64398: [Backport #14841]
- thread_sync.c (rb_mutex_lock): fix deadlock
* thread_sync.c (rb_mutex_lock): fix deadlock
[ruby-co... -
02:20 PM Bug #14702: On Ruby 2.5.1, tracepoint isn't working on the file that is loaded by load_iseq
- ruby_2_5 r64997 merged revision(s) 64514.
-
02:20 PM Revision c1034574 (git): merge revision(s) 64514: [Backport #14702]
- check trace flags at loading [Bug #14702]
* iseq.c (iseq_init_trace): at ISeq loading time, we need to check... -
01:51 PM Bug #14639: Array#map and lambda arity regression
- ruby_2_5 r64996 merged revision(s) 63030.
-
01:51 PM Revision ea15cedd (git): merge revision(s) 63030: [Backport #14639]
- array.c: yield blockarg in collect
* array.c (rb_ary_collect): yield in block argument semantics
a... -
01:16 PM Feature #15222: Add a way to distinguish between Struct classes with and without keyword initializer
- This would be helpful for implementing custom deserializer of Struct.
Note: If you need to support Ruby 2.5, you w... -
01:01 PM Feature #15222 (Open): Add a way to distinguish between Struct classes with and without keyword initializer
- With Ruby 2.5.0 Struct subclasses can have different `initialize` arguments list based on `keyword_init` option. Howe...
-
12:22 PM Bug #15221 (Closed): Segfault in Ruby VM
- Ruby is segfaulting randomly for me on MacOS 10.14 (18A391).
I don't have a script to reproduce the error as it se... -
09:59 AM Bug #14920: Backport r63857 to fix performance problem on Time class in MacOs systems
- Hi rafaelfranca,
Thank you for your notification.
I overlooked your comment when I backported r63994.
r63857, r... -
02:42 AM Bug #14920: Backport r63857 to fix performance problem on Time class in MacOs systems
- Hi, @nagachika and @usa
Can you take another look on this backport? The commit that you backported doesn't fix the... -
05:30 AM Misc #15220: Adding OpenSSL 1.1.1 on Travis CI gcc-8 case
- First, I understand the motivation behind this request. We should enrich our build matrix.
That said, 2+ min over... - 01:03 AM Revision d5ecc9e5 (git): * 2018-10-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 AM Revision b27fa8ed (git): prelude.rb (Kernel#pp): make it private
- It was a bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:26 AM Feature #14784: Comparable#clamp with a range
- If Ruby support clamp(range), the behavior of clamp(b...e) should be considered.
What returns x.clamp(b...e) when ...
10/10/2018
-
05:29 PM Feature #15113: Show warnings on unused blocks with Enumerable#all? any? one? none?
- Thank you for letting me know robert-san
Yes, looks like this has been quickly merged by nobu-san. (thanksfully enou... -
02:56 PM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Giia (George Pheikrishvili) wrote:
> webzorg (Lasha Abulashvili) wrote:
> > Hey all, I'm from Georgia so I hope I c... -
10:20 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- webzorg (Lasha Abulashvili) wrote:
> Hey all, I'm from Georgia so I hope I can help. I'm also Ruby dev and I heard a... -
10:13 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- duerst (Martin Dürst) wrote:
> This is a request for feedback. In particular if you are from Georgia (the country, n... -
10:10 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Hey all, I'm from Georgia so I hope I can help. I'm also Ruby dev and I heard about this issue from Akira Matsuda's p...
-
11:58 AM Revision 1b8534e6 (git): spec/.../ole_method.rb: retry WIN32OLERuntimeError
- This part sometimes causes random failure like:
https://ci.appveyor.com/project/ruby/ruby/builds/19382723/job/bedc33p... -
11:39 AM Revision 3f113219 (git): spec: add comments to re-enable specs for MinGW [ci skip]
- r64918 and r64988 should not be kept forever.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64992 b2dd03c8-39d4-... -
11:35 AM Revision c7220bd3 (git): terminate_spec.rb: exclude unstable spec for MinGW
- This spec seems to randomly kill mspec worker.
https://ci.appveyor.com/project/ruby/ruby/builds/19390874/job/wv1bsm8s... -
08:44 AM Feature #12490: Remove warning on shadowing block params
- And we've got Matz's approval for this proposal! Congratulations!
-
08:42 AM Feature #12490: Remove warning on shadowing block params
- I definitely agree. Here's a typical example that makes me mad when I get the warning:
```
user = users.find { |... -
08:28 AM Feature #5866 (Rejected): ValidationError
- The term `Validation` may have different meaning upon applications. There's no reason to treat them uniformly.
In ad... -
06:44 AM Feature #14781: Enumerator.generate
- How about "recurrence" as method name?
It is noun, though. -
06:44 AM Feature #14784: Comparable#clamp with a range
- So, let's focus on making `Comparable#clamp` accept `Range`s. Subject updated.
-
06:29 AM Feature #14784: Comparable#clamp with a range
- Please don't put multiple proposals in one issue. It's hard for us to tell which is important `clamp` to accept range...
-
06:18 AM Feature #15144: Enumerator#chain
- In today's developer meeting, Matz said Enumerator#+ would be OK to add, so I'm going to work on it first and then we...
-
06:12 AM Feature #709: Enumerator#+
- I've become positive about this proposal after experiences with potential use cases.
In today's developer meeting,... -
06:01 AM Feature #11505 (Rejected): Module#=== should call #kind_of? on the object rather than rb_obj_is_kind_of which only searches the ancestor heirarchy
- I understand your needs but the receiver of `===` is a class/module, not the decorator. So if you want to override th...
-
05:51 AM Feature #15112: Introducing the short form of `STDERR.puts expr.inspect`.
- I propose more generalized method on `IO` instead of `STDERR.p`.
My proposal is `IO#putp`.
- 04:24 AM Revision 50281e8c (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:24 AM Revision 228fc417 (git): revisit `RARRAY_PTR()`.
- * ext/fiddle/function.c (initialize): use RARRAY_AREF() instead of
using RARRAY_PTR().
git-svn-id: svn+ssh://ci.r... - 04:20 AM Revision 9d7a5a49 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:20 AM Revision eed1deec (git): revisit `RARRAY_PTR()`.
- * process.c (check_exec_redirect): use RARRAY_AREF() instead of
using RARRAY_PTR().
git-svn-id: svn+ssh://ci.ruby... -
04:17 AM Revision 4ed087b0 (git): revisit `RARRAY_PTR()`.
- * array.c (yield_indexed_values): use RARRAY_AREF/ASET instead of
using RARRAY_PTR().
* enum.c (nmin_filter): ditt... -
03:52 AM Revision 165b4461 (git): revisit `RARRAY_PTR()`.
- * array.c (ary_memcpy0): remove traditional `RARRAY_PTR()` code.
It's enough stable.
* array.c (rb_ary_splice): ad...
10/09/2018
- 08:06 PM Revision 6a6684cd (git): * 2018-10-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:06 PM Revision 67fcbf93 (git): * configure.ac: do not use __builtin_longjmp on ppc64* Linux
- because it causes a segmentation fault with MJIT
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64983 b2dd03c8-39... -
06:08 PM Bug #15219: Backport: Ruby 2.5.X to support OpenSSL 1.1.1 and TLS 1.3
- This would be nice indeed. I have a small gem that collects information about the
host-system (on the target compute... -
03:20 PM Bug #15219 (Closed): Backport: Ruby 2.5.X to support OpenSSL 1.1.1 and TLS 1.3
- I would be happy that the coming Ruby 2.5.2 would support OpenSSL 1.1.1 and TLS 1.3 [1].
To do that, it seems at l... -
05:36 PM Feature #15171: [patch] Use OpenSSL 1.1.1 for Appveyor MinGW build
- > I'm not sure what you mean. Whenever I refer to a package, I'm referring to a pre-compiled package. MSYS2/MinGW has...
-
03:35 PM Feature #15171: [patch] Use OpenSSL 1.1.1 for Appveyor MinGW build
- @jaruga
I'm not sure what you mean. Whenever I refer to a package, I'm referring to a pre-compiled package. MSYS... -
03:00 PM Feature #15171: [patch] Use OpenSSL 1.1.1 for Appveyor MinGW build
- > The package release 1.1.1-4 should build fine on Appveyor MinGW.
Thank you for the working.
The OpenSSL 1.1.1 ... -
05:30 PM Misc #15220 (Closed): Adding OpenSSL 1.1.1 on Travis CI gcc-8 case
- Currently Travis CI test cases are running on OpenSSL 1.0.1f as the default setting.
I want to add the latest vers... -
02:43 PM Bug #15164: mkmf doesn't work with miniruby on Windows
- ruby_2_5 r64982 merged revision(s) 64860,64861.
-
02:43 PM Revision 49d542f6 (git): merge revision(s) 64860,64861: [Backport #15164]
- fallback env encoding to ASCII-8BIT
* hash.c (env_enc_str_new): as no locale/filesystem encoding is
... -
02:39 PM Bug #14658: Kernel#singleton_method is incompatible with Module#prepend.
- ruby_2_5 r64981 merged revision(s) 63067,63068.
-
02:39 PM Revision e2283c62 (git): merge revision(s) 63067,63068: [Backport #14658]
- Fix Kernel#singleton_method with Module#Prepend
* proc.c (rb_obj_singleton_method): search the method entry ... -
02:25 PM Bug #15190: Null pointer dereference in process_options -- OOB read (size of 8 bytes)
- ruby_2_5 r64980 merged revision(s) 64900.
-
02:25 PM Revision 98eb63a8 (git): merge revision(s) 64900: [Backport #15190]
- Just a shebang is valid code
[ruby-core:89240] [Bug #15190]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
02:09 PM Bug #13069: mkmf: ignore linker warnings on OpenBSD
- ruby_2_5 r64979 merged revision(s) 62007,62024.
-
02:09 PM Revision b014387f (git): merge revision(s) 62007,62024: [Backport #13069]
- mkmf.rb: ignore linker warnings
* lib/mkmf.rb (try_ldflags): ignore linker warnings. they cause
u... -
01:59 PM Bug #15205: backport r64915 (check argument type.)
- ruby_2_5 r64978 merged revision(s) 64915.
-
01:59 PM Revision c14ab348 (git): merge revision(s) 64915: [Backport #15205]
- check argument type.
* iseq.c (iseqw_s_compile): check argument type (T_STRING) to
avoid SEGV.
g... -
01:56 PM Bug #15200: RubyVM::InstructionSequence can not compile to binary from method call with hash in 'if false' expression
- I don't think all of the changesets could be backported cleanly...
Anyway I set the Backport field for remembrance. -
01:04 PM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- なぜかminirubyだと一致するようです。
```
$ TZ=Asia/Tokyo ./bin/ruby -ve "ENV['TZ']='right/Asia/Tokyo';t=Time.at(2<<30);p t;p t.... -
09:45 AM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- あれ、あぁ、そうか、r63848でいじったときにはまぁいいかと思ったんでした……。
期待は分かりますがright/*と非right/*を混ぜて使うのが実用的な用途とは思えないのであんまり…って感じですね… -
09:14 AM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- trunk でも同じでした。
期待している値としては t と t.utc で同じ分秒になることですが、13:41と14:08のどちらが良いかは特に意見がありません。
```
% TZ=Asia/Tokyo ruby -ve ... -
02:10 AM Bug #15177: 起動した後にTZを変更するとTime#utcがずれることがある
- その辺最近いじったのでtrunkの動作が期待通りか試して頂けますか
-
08:14 AM Feature #15195: Deal with new Japanese era
- Link to (request for) feedback on this issue from Rails: https://groups.google.com/forum/#!topic/rubyonrails-core/fZU...
-
08:13 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- Link to (request for) feedback on this issue from Rails: https://groups.google.com/forum/#!topic/rubyonrails-core/fZU...
-
06:56 AM Revision 74072a16 (git): Add tests for another timezone
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:18 AM Revision e94ede5a (git): use `should include`.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 AM Bug #11037 (Closed): Time Parse Documentation Incorrect - Undefined method getlocal
- Applied in changeset trunk|r64975.
----------
Time.parse based from non-Time object
* lib/time.rb (Time.make_time):... -
05:55 AM Revision 7f9089a1 (git): Time.parse based from non-Time object
- * lib/time.rb (Time.make_time): as the document states, the second
argument of `Time.parse` may be a non-`Time` obj... -
03:21 AM Revision 97fffcad (git): ext/objspace/objspace_dump.c: print addresses consistently
- The format addresses are printed in are different if you use
`ObjectSpace.dump_all(output: :stdout)` vs.
`ObjectSpace... - 02:01 AM Revision e20ac944 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:01 AM Revision b9d00698 (git): Revert "ext/objspace/objspace_dump.c: print addresses consistently"
- This reverts commit r64970.
Visual C++ 12.0 doesn't have PRIxPTR.
Anyway we have our own vfprintf implementation BSD... -
01:52 AM Feature #11098: Thread-level allocation counting
- If you've received this email by mistake, we're sorry for bothering you. It may contain information that's confident...
10/08/2018
- 11:43 PM Revision 9f81048b (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:43 PM Revision c5768e43 (git): ext/objspace/objspace_dump.c: print addresses consistently
- The format addresses are printed in are different if you use
`ObjectSpace.dump_all(output: :stdout)` vs.
`ObjectSpace... -
11:18 PM Feature #15217 (Open): Add Resolv.current_resolver
- This allows us to have a per-thread default resolver.
This change is backwards compatible and will not change the be... -
05:10 PM Feature #15198: Array#intersect?
- It also seems like it comes up fairly commonly on stackoverflow/blogs:
https://stackoverflow.com/questions/2603895/h... -
04:03 PM Feature #14912: Introduce pattern matching syntax
- I don't have anything specific to say about this particular proposal, I just want to point out that a lot of people h...
-
03:47 PM Revision 48291d52 (git): Revert "NEWS: Fix indent [ci skip]"
- This reverts commit a43d71159fdf208f5ad29fe8f4169e193056caaa.
already fixed at r64958
git-svn-id: svn+ssh://ci.ruby... -
03:26 PM Bug #14652: ruby -e "p ARGV" **/* is reasonably but slow
- sanae (Sanae Artoria) wrote:
> ~~~ ruby
> C:\Users\Administrator>ruby -e "p ARGV" **/*
>
> ~~~
>
> Runs slow ... -
03:16 PM Bug #14541: Class variables have broken semantics, let's fix them
- Hanmac (Hans Mackowiak) wrote:
> @Eregon: the problem is the other way around ...
>
> a class variable in a super... - 03:12 PM Revision c82bafdb (git): * 2018-10-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 PM Revision 634de695 (git): NEWS: Fix indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 PM Feature #14423: Enumerator from single object
- [Oops. I didn't see #14781.]
The general version of this method is the category-theoretical dual of a `fold` (call... -
02:15 PM Bug #14948 (Closed): MinGW Failure - r64072 - test_jit.rb: test_compile_insn_putspecialobject_putiseq
- r64964 solved all issues on MinGW MJIT. Closing.
- 01:57 PM Revision 6938834c (git): * remove trailing space. [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 PM Revision 71e70d28 (git): include/ruby/ruby.h: comment about mswin RUBY_EXTERN [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:46 PM Revision ad2d2e3f (git): include/ruby/ruby.h: import external symbols
- properly on MinGW MJIT.
test_jit.rb: all MJIT tests are now passing on MinGW.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
01:44 PM Feature #14164: [Suggestion] Type system for ruby 3x to be usable for e. g. rubocop or autogenerating crystal code and so forth
- I feel that most discussions about "type systems" or "types" for Ruby suffer from a serious lack of unambiguous defin...
-
12:41 PM Bug #11037: Time Parse Documentation Incorrect - Undefined method getlocal
- What is the status of this?
-
11:59 AM Revision 1ce45a44 (git): test_win32ole_event.rb: sleep longer
- to increase the possibility of TestWIN32OLE_EVENT_SWbemSink#test_on_event success.
It seems to randomly fail
https://... -
10:46 AM Revision 6a7df0ec (git): appveyor.yml: execute test_syntax separately
- because NoMemoryError tends to be caused by
TestSyntax#assert_syntax_files.
https://ci.appveyor.com/project/ruby/ruby... -
10:33 AM Misc #15129: DevelopersMeeting20181010Japan
- * How to address increasing spam to the bug tracker. #15212/#15213 are just two examples. They get removed (return a ...
-
07:09 AM Misc #15129: DevelopersMeeting20181010Japan
- I am not sure if it is appropriate, but I'd also be very glad to hear about some "stale" discussions. They were typic...
-
10:25 AM Feature #14839: How to deal with capitalizing Georgian in Unicode 11.0.0
- spixi (Marius Spix) wrote:
> The current implementation of String.capitalize is not just a problem in Georgian, but ... -
08:54 AM Revision 62a3dbd5 (git): Add test for marshal
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 AM Revision 68ec41d7 (git): Removed redundant suffix `_with_timezone`
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:30 AM Revision 5d85a46e (git): revert r64957 [ci skip]
- r64956 didn't work either...
This means that svn.ruby-lang.org/ruby is not executing the latest git
hook on git.ruby-... -
04:03 AM Revision fcf308e5 (git): Timezone at Time#+ and Time#-
- * time.c (time_add): support for Timezone.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64958 b2dd03c8-39d4-4d8... - 03:11 AM Revision e94b5221 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 042718c2 (git): revert r64955
- r64954 didn't work...
In this commit, I'm experimenting
https://git.ruby-lang.org/ruby-commit-hook.git/commit/svn-ut... - 02:55 AM Revision dde4a171 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:55 AM Revision ca8b54b6 (git): partially revert r64953
- "expand tabs" is not intended to be applied to strftime.c, because its
c-file-style is "linux", not "ruby".
It's exp... -
02:35 AM Feature #14850 (Closed): Add official API for setting timezone on Time
- Applied in changeset trunk|r64952.
----------
Timezone support by Time [Feature #14850]
* strftime.c (rb_strftime):... - 02:35 AM Revision b8fbe8b5 (git): * expand tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision ee58c638 (git): Timezone support by Time [Feature #14850]
- * strftime.c (rb_strftime): support timezone object by `%z`.
* time.c (time_init_1, time_new_timew, time_getlocaltim... -
01:08 AM Revision e0bc5e49 (git): test_jit.rb: skip to test tempdir emptiness
- on AppVeyor mswin. It's somehow failing and not reproductive on my
environment.
We're suspecting maybe somebody is s... -
12:12 AM Revision 1f49e9bc (git): revert r64947 and r64949
- Both didn't work well on mswin. Reverting.
https://ci.appveyor.com/project/ruby/ruby/builds/19322867/job/28fgwiq8j7hd...
10/07/2018
-
11:19 PM Feature #15198: Array#intersect?
- I threw together an example in a [gist](https://gist.github.com/travisofthenorth/eb2a68f5cd309dc7442ec4e1e55ae117) wh...
-
04:52 PM Revision 0da1f4e8 (git): win32/Makefile.sub: create header install dir first
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:45 PM Revision 2c276c19 (git): appveyor.yml: completely separate win32ole tests
- because r64938 was not enough and another win32ole test file
(`test_win32ole_type.rb`) crashed worker.
https://ci.app... -
03:38 PM Revision 24ca8720 (git): win32/Makefile.sub: install precompiled header to prefix
- This is needed to run JIT from the installed ruby binary.
Even after this, we're hitting another error though.
star... - 03:10 PM Revision 3ea17032 (git): * 2018-10-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 50f2520b (git): mjit_worker.c: clean up all unnecessary files on mswin
- test_jit.rb: passed all MJIT tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64945 b2dd03c8-39d4-4d8f-98ff... -
02:51 PM Revision ceab2821 (git): mjit_worker.c: don't suppress cl.exe logs
- on --jit-verbose=2+.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:05 PM Revision cdffad51 (git): appveyor.yml: give up running TestThreadQueue#test_queue_with_trap
- for mswin. We tried to increase timeout and execute separately but both
didn't work. Let me skip this until somebody ... -
02:00 PM Revision fd719c59 (git): include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTED
- on most of platforms except mswin.
Changing it to static was needed for mswin because it doesn't use
transform_mjit_... -
01:34 PM Revision d590027f (git): vm_core.h: fix inconsistent prototype declarations
- like "error: static declaration of 'xxx' follows non-static declaration".
r64940 is successfully built on mswin but n... -
01:11 PM Revision 950d1007 (git): mjit.h: introduce MJIT_STATIC for full mswin JIT support
- This change resolves most of major remaining MJIT bugs on mswin.
Since Visual Studio doesn't support generating pre-p... -
12:28 PM Revision b62c1a22 (git): mjit_worker.c: print warning if FreeLibrary fails
- because somehow AppVeyor fails to remove so file by Permission Deined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
12:05 PM Feature #14784: Comparable#clamp with a range
- @akr The proposal is "`Comparable#clamp` with a range". It also _justifies_ the possible need for a startless range, ...
-
12:03 PM Revision 686a12a6 (git): appveyor.yml: separately execute unstable tests
- without -j option. Those 2 tests are too unstable on AppVeyor.
test/excludes/TestThreadQueue.rb: The most unstable t... -
11:46 AM Revision 6b596cc2 (git): revert r64935
- that didn't work at all. So the so file should be open at the time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
09:45 AM Feature #15215: HTTPS server name indication (SNI): explicit server_name in Net::HTTP
- aspettl (Aaron Spettl) wrote:
> **Proposed solution:**
> Decouple the server name used for SNI from the address use... -
09:20 AM Feature #15215 (Closed): HTTPS server name indication (SNI): explicit server_name in Net::HTTP
- **Current behavior and problem:**
At the moment, the host name or IP address given in the URL is used to provide the... -
09:23 AM Feature #15211: Integer.try_convert
- I don't know about the other try_convert
how does Ruby react if you try to overwrite the try_convert from the ruby... -
04:17 AM Feature #15211 (Closed): Integer.try_convert
- I found `Integer` doesn't have `try_convert` method, which converts the argument by `to_int` method without explicit ...
-
09:17 AM Revision 7f24188a (git): Added missing declarations in readline.h bundled with macOS 10.14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 AM Revision 86e09265 (git): appveyor.yml: use ./tmp as TMPDIR for test-all
- on VS.
On AppVeyor, we seem to fail to remove so file due to permission error.
C:/projects/ruby/test/ruby/test_jit.r... -
08:03 AM Revision 77a682a3 (git): mjit_worker.c: clean up .obj file on mswin
- prior to this commit, .obj file is generated on current directory and nobody deletes that.
This changes it to make su... -
06:08 AM Revision 0f8a433c (git): add_spec.rb: skip unstable spec on mingw
- This sometimes crashes mspec worker like
https://ci.appveyor.com/project/ruby/ruby/build/9806/job/37tx2atojy96227m
a... -
05:54 AM Revision 2cacb2d0 (git): test_jit.rb: skip some tests
- that don't succeed on MinGW after r64929
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64932 b2dd03c8-39d4-4d8f-... -
04:29 AM Revision f13a2ad6 (git): mjit.c: fix obsoleted comment [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 AM Revision 1c7d3348 (git): Fix indent of output in doc [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Revision e889fad8 (git): mjit.h: call compiled code immediately
- after the first compilation on --jit-wait.
Previously the assignment to `func` didn't have meaning for the behavior,... -
12:53 AM Bug #15210: UTF-8 BOM should be removed from String in internal representation
- foonlyboy (Eike Dierks) wrote:
> I believe this to be a bug in how byte data is converted to the ruby internal Strin...
10/06/2018
-
07:51 PM Bug #15210: UTF-8 BOM should be removed from String in internal representation
- > BTW: stdlib::CSV chokes on the BOM
I can't say how common this is or whether there is a bug; but in the event
t... -
06:47 PM Bug #15210 (Closed): UTF-8 BOM should be removed from String in internal representation
- Hi everyone working on the ruby trunk,
I encountered a problem with a BOM (Byte Order Mark) at the front of UTF-8... -
05:30 PM Feature #15198: Array#intersect?
- Demonstrated use cases helps the core team & matz assess on the usefulness of a proposed
change, which can help in a... -
03:31 PM Bug #15206: require_relative in std_lib
- The Appveyor run on the PR passed.
Appveyor testing has been intermittently failing. With parallel/multi testing ... -
03:17 AM Bug #15206 (Closed): require_relative in std_lib
- I noticed that there are some `require` for internal files in `lib/`. Ideally, they would be using `require_relative`...
- 03:14 PM Revision b50955fd (git): * 2018-10-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 37575155 (git): revert r64925
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Bug #15137 (Third Party's Issue): Can't run brew cleanup
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15139 (Third Party's Issue): Bug in Interpreter or Extension Libraries
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15147 (Third Party's Issue): Mac OSX (brew) reported: You may have encountered a bug in the Ruby interpreter or extension libraries
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15142 (Third Party's Issue): Bug in the Ruby interpreter or extension libraries
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15180 (Third Party's Issue): Segmentation fault at 0x00000001097ffffe
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15197 (Third Party's Issue): Segmentation fault in Ruby script cache_store.rb from homebrew on macOS Mojave
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
03:11 PM Bug #15207 (Third Party's Issue): Bug - interpreter or extension libraries, Crashed running brew upgrade
- I can't reproduce it on linkage.db files uploaded there, but `dbm_open` in the system library returns `NULL` instead....
-
05:05 AM Bug #15207 (Third Party's Issue): Bug - interpreter or extension libraries, Crashed running brew upgrade
- After running brew upgrade installing to latest Xcode CLI, I ran again the brew upgrade. When it got to upgrading oct...
-
03:02 PM Bug #15209 (Closed): r64925 order-only-prerequisites - make targets - breaking change
- This commit has changed behavior of make targets such that make install or make install-nodoc is now running tests.
... - 03:11 AM Revision 3fcecb3c (git): * 2018-10-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 96eff9ed (git): order-only-prerequisites
- * defs/gmake.mk: use order-only-prerequisites to run build and test
targets sequentially.
https://www.gnu.org/sof...
Also available in: Atom