Activity
From 07/26/2017 to 08/01/2017
08/01/2017
-
10:30 PM Bug #13778 (Closed): net/http.rb:879 TCPSocket.open fail
- I had a error on use evil-proxy in ruby 2.2.4, please see attached.
-
12:14 PM Misc #13704 (Assigned): [PATCH] Exclude Changelog files from documentation.
- I'm not sure that html page of Changelog is not valuable.
Example, permalink of changelog: https://docs.ruby-lang.... -
11:59 AM Revision ae6625c5 (git): assertions.rb: AllFailures#message encoding
- * test/lib/test/unit/assertions.rb (AllFailures#message): put
indented messages back to the original encoding, to g... -
08:32 AM Revision 4eafec5e (git): parse.y: simplify parse_ident
- * parse.y (parse_ident): simplified selecting identifier types by
the suffix.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
07:15 AM Bug #13537: ruby crash in rb_gc_mark
- I get the same error running the Pry rspec suite.
~~~
[BUG] rb_gc_mark(): 0x000000036d2bc8 is T_NONE
~~~
The ... -
05:08 AM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
- I'm going to set Backport field based on the report at https://bugs.ruby-lang.org/issues/13772#note-1
-
02:10 AM Bug #13775 (Closed): Ruby hangs when calling scope and belongs_to many times (with mongomapper)
- Applied in changeset trunk|r59457.
----------
should not copy promoted flags.
* include/ruby/ruby.h (rb_clone_setup... -
01:07 AM Bug #13775: Ruby hangs when calling scope and belongs_to many times (with mongomapper)
- mtsmfm (Fumiaki Matsushima) wrote:
> Oops!
> Sorry, I committed and pushed!
Thank you. reproduced.
I guess th... -
02:10 AM Revision fb29a4dc (git): should not copy promoted flags.
- * include/ruby/ruby.h (rb_clone_setup): should not copy some flags
(FL_PROMOTED0|FL_PROMOTED1|FL_FINALIZE).
[Bug ... - 12:19 AM Revision 66cc7e04 (git): * 2017-08-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 AM Revision 53b88cc6 (git): Use `&.` instead of modifier if
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/31/2017
-
11:59 PM Bug #13772 (Assigned): Memory leak recycling stacks for threads in 2.4.1
-
02:28 PM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
- On Friday I downgraded one of our clusters, this is how it looks.
 written in C, while Falcon is pure Ruby, yet Falcon has ...
-
09:19 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
- I am following this thread and I find it really fascinating.
Thanks everyone for thinking about these issues and E... -
05:55 AM Bug #13775: Ruby hangs when calling scope and belongs_to many times (with mongomapper)
- wanabe (_ wanabe) wrote:
> I couldn't reproduce because of lack of docker-compose.yml (and maybe Dockerfile).
>
>... -
01:04 AM Bug #13775: Ruby hangs when calling scope and belongs_to many times (with mongomapper)
- I couldn't reproduce because of lack of docker-compose.yml (and maybe Dockerfile).
```
$ docker-compose run ruby-... -
04:04 AM Revision bf87195e (git): configure.in: use libtool
- * configure.in: use libtool on macOS to suppress a warning against
debug_counter.o, which has no symbols unless USE... - 03:35 AM Revision 2fa38c59 (git): * 2017-07-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:35 AM Revision d9d2bbe4 (git): Improve error message
- ref [Bug #13761]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/30/2017
-
02:59 PM Revision 84d83482 (git): UNALIGNED_MEMBER_ACCESS only for clang
- * eval_intern.h (UNALIGNED_MEMBER_ACCESS): enable only on clang.
gcc does not complain about pointers to member of ... -
02:48 PM Revision 2b582b7c (git): UNALIGNED_MEMBER_ACCESS
- * eval_intern.h (UNALIGNED_MEMBER_ACCESS): suppress
address-of-packed-member warnings by clang 4.0.
git-svn-id: sv... -
01:36 PM Feature #13777: Array#delete_all
- I myself usually use .reject! and .select! and then apply the reverse prior to that
if I need to keep these entries ... -
07:12 AM Feature #13777 (Rejected): Array#delete_all
- I want Array#delete_if which returns array of deleted values.
For following code,
~~~
array = ["a", "aa", "ab"... -
02:56 AM Revision f9d5843f (git): hash.c: refactor env_enc_str_new
- * hash.c (env_enc_str_new): convert to the expected encoding
without intermediate string, and set econv flags if de... -
02:56 AM Revision 8458e709 (git): string.c: rb_str_initialize
- * string.c (rb_str_initialize): new function to (re)initialize a
string with data and encoding. extracted from
r... - 12:40 AM Revision c3c215e2 (git): * 2017-07-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:40 AM Revision 44544c03 (git): compile.c: replace adjuststack
- * compile.c (iseq_set_sequence): replace adjuststack with pop, or
remove if possible instead of two nops.
git-svn-...
07/29/2017
-
12:42 PM Bug #13776 (Closed): Refined methods ignore visibility of inherited methods
- Applied in changeset trunk|r59445.
----------
visibility of inherited method
* vm_insnhelper.c (vm_call_method_each... -
09:19 AM Bug #13776 (Closed): Refined methods ignore visibility of inherited methods
- This bug was pointed out by al2o3-cr on the #ruby IRC channel on freenode. The following code sleeps for 3 seconds, e...
-
12:42 PM Revision 3449d4fa (git): visibility of inherited method
- * vm_insnhelper.c (vm_call_method_each_type): honor the original
visibility of inherited methods when a refinement ... -
12:42 PM Revision 97c977de (git): adjust indent [ci skip]
- * vm_insnhelper.c (vm_call_method_each_type): adjust indent of a
block in switch.
git-svn-id: svn+ssh://ci.ruby-la... -
12:11 PM Revision 4905a62f (git): file.c: [DOC] File.mkfifo
- * file.c (rb_file_s_mkfifo): enclose rdoc by ifdef so it will be
generated properly.
git-svn-id: svn+ssh://ci.ruby... -
02:03 AM Revision c1d5d16c (git): compile.c: fix flip-flop value
- * compile.c (iseq_compile_each0): as compile_flip_flop always ends
with a jump instruction, successive instruction ... -
12:17 AM Feature #13770: Can't create valid Cyrillic-named class/module
- To distinguish non-ASCII upper/lower cases would lead non-ASCII punctuations too.
ASCII punctuations cannot be a par...
07/28/2017
-
04:57 PM Feature #13637: [PATCH] tool/runruby.rb: test with smallest possible machine stack
- I think I am using openssl-1.0.1s.
`HAVE_RB_FD_INIT` is not defined, but in fact AIX has `fd_mask`. It turned out ... - 04:47 PM Revision ab6631e0 (git): * 2017-07-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:47 PM Revision 3215b27a (git): Include sys/select.h when checking HAVE_RB_FD_INIT
- * configure.in: include sys/select.h for fd_mask on AIX
[Feature #13637]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... - 02:16 PM Revision cff3941b (git): rexml: Remove needless document
- [Fix GH-1671]
Patch by madblobfish. Thanks!!!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59439 b2dd03c8-39d... -
10:49 AM Feature #13770: Can't create valid Cyrillic-named class/module
- matz (Yukihiro Matsumoto) wrote:
> And maybe it's time to relax the limitation for Non-ASCII capital letters to star... -
10:22 AM Feature #13770: Can't create valid Cyrillic-named class/module
- shevegen (Robert A. Heiler) wrote:
> Martin Dürst could then create classes for all Emojis in Unicode. :D
Well, i... - 07:46 AM Revision 0607ccc2 (git): * 2017-07-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:46 AM Revision 32eeff17 (git): csv.rb: fix incompatibility introduced in r59428
- * lib/csv.rb: fix incompatibility introduced in r59428.
CSV.new takes options as keyword arguments.
* ...
07/27/2017
-
07:06 PM Feature #12628: change block/env structs
- looks like this regressed https://bugs.ruby-lang.org/issues/13772
-
07:02 PM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
- Looks like ko1 broke this in #12628 :
https://github.com/ruby/ruby/commit/9f60791a0412cae804f13ed3e746a634c7a0731b... -
04:17 PM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
- OK I have a standalone repro here: https://gist.github.com/SamSaffron/f43996d5989cefbfbf69e9557ef13b23
Also impac... -
06:41 PM Bug #13775 (Closed): Ruby hangs when calling scope and belongs_to many times (with mongomapper)
- Following code will hang Ruby:
~~~ruby
require 'bundler/setup'
require 'mongo_mapper'
MongoMapper.setup(
{
... -
05:55 PM Bug #13774: for methods defined from procs, the binding of the resulting bound_method.to_proc does not have access to the original proc's closure environment
- bughit (bug hit) wrote:
> ```ruby
> def foo
> o = Object.new
> local_var = 'local_var'
> method_lambda = -... -
05:39 PM Bug #13774 (Rejected): for methods defined from procs, the binding of the resulting bound_method.to_proc does not have access to the original proc's closure environment
- ```ruby
def foo
o = Object.new
local_var = 'local_var'
method_lambda = ->{local_var}
o.define_singleton_... -
12:54 PM Revision b89d5938 (git): set auto-props to avoid commits setting properties
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 PM Revision c6134d19 (git): fix type
- * spec/rubyspec/optional/capi/ext/io_spec.c (io_spec_rb_io_wait_readable):
fix type of read(2).
git-svn-id: svn+ss... -
12:17 PM Revision 083a25f9 (git): vm_core.h: shrink trap_list size
- * vm_core.h (rb_vm_struct): separate trap_list cmd and safe to
each arrays, to shrink the size.
git-svn-id: svn+ss... - 12:10 PM Revision 9e9f57e4 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 PM Revision 0cb5fa58 (git): Update to ruby/spec@c3e6b90
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:10 PM Revision 819977e4 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 PM Revision c13aa27e (git): Update to ruby/mspec@353605f
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 AM Revision aa30bfd5 (git): Update configuration for slack notification.
- * Encrypted slack token.
* Only notify when build fails and it recovered.
* Only notify trunk build without pull ... -
09:53 AM Revision a983fc50 (git): csv.rb: use keyword parameters
- * lib/csv.rb: usb keyword parameters to receive options
* test/csv/test_features.rb: remove a test for checking opti... -
09:51 AM Feature #13721: [PATCH] net/imap: dedupe attr keys in Net::IMAP::FetchData
- [email protected] wrote:
> Sounds reasonable. Could you commit it on your own?
Thanks. But maybe we can do i... -
09:41 AM Feature #13637: [PATCH] tool/runruby.rb: test with smallest possible machine stack
- [email protected] wrote:
> Thanks for the patch. Unfortunately, it did not solve the problem. Looks like this ... -
07:50 AM Bug #13773 (Closed): Improve String#prepend performance if only one argument is given
- This is very similar with https://github.com/ruby/ruby/pull/1634
If only one argument is given, this will prepend th... -
07:38 AM Feature #13770: Can't create valid Cyrillic-named class/module
- OK, I see. Thank you.
-
06:54 AM Feature #13770: Can't create valid Cyrillic-named class/module
- shyouhei (Shyouhei Urabe) wrote:
> phluid61 (Matthew Kerwin) wrote:
> >
> > Isn't titlecase a mapping property, ra... -
06:27 AM Feature #13770: Can't create valid Cyrillic-named class/module
- phluid61 (Matthew Kerwin) wrote:
> shyouhei (Shyouhei Urabe) wrote:
> > matz (Yukihiro Matsumoto) wrote:
> > > And... -
06:19 AM Feature #13770: Can't create valid Cyrillic-named class/module
- shyouhei (Shyouhei Urabe) wrote:
> matz (Yukihiro Matsumoto) wrote:
> > And maybe it's time to relax the limitation... -
12:40 AM Feature #13770: Can't create valid Cyrillic-named class/module
- matz (Yukihiro Matsumoto) wrote:
> And maybe it's time to relax the limitation for Non-ASCII capital letters to star... - 06:49 AM Revision 52c6acda (git): * 2017-07-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 AM Revision 5e3f1a10 (git): csv.rb: use Array#to_h
- * lib/csv.rb (CSV::Row#to_hash): use Array#to_h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59426 b2dd03c8-39d... -
06:08 AM Bug #13768: SIGCHLD and Thread dead-lock problem
- けいじゅ@いしつかです.
[email protected] wrote:
> Issue #13768 has been updated by ko1 (Koichi Sasada).
> これ、dead-lock の定義の... -
04:19 AM Bug #13768: SIGCHLD and Thread dead-lock problem
- これ、dead-lock の定義の問題なので、ちょっと議論が要るような気がしています。
> Signal.trapを設定していたら常にデッドロックではない、とすべきというところでしょうか。
いいんかな、これで。例えば、we... -
04:13 AM Bug #13768: SIGCHLD and Thread dead-lock problem
- `Signal.trap`を設定していたら常にデッドロックではない、とすべきというところでしょうか。
まぁ設定していなくても実際に受けとればデッドロックを抜けはするのですが。
```diff
diff --git c/sig... -
05:11 AM Feature #12733: Bundle bundler to ruby core
- I've added `make test-bundler` task to the ruby core.
see https://github.com/ruby/ruby/pull/1536
Maybe, I test... -
03:59 AM Misc #13771: Digest, Ruby OpenSSL, OpenSSL v1.1.0
- nobu (Nobuyoshi Nakada) wrote:
> I think that it can happen even if both are installed as gems.
True. But if dig... -
03:45 AM Misc #13771: Digest, Ruby OpenSSL, OpenSSL v1.1.0
- MSP-Greg (Greg L) wrote:
> Where I noticed potential issues is that std-lib openssl is a gem, but std-lib digest is ... -
12:46 AM Misc #13771 (Assigned): Digest, Ruby OpenSSL, OpenSSL v1.1.0
07/26/2017
-
09:00 PM Misc #13771: Digest, Ruby OpenSSL, OpenSSL v1.1.0
- I can not answer your questions, the ruby core team will have to decide on the content + gemifying.
As for one oth... -
04:50 PM Misc #13771 (Closed): Digest, Ruby OpenSSL, OpenSSL v1.1.0
- A thanks to everyone involved in 'gemifying' ruby.
As I've mentioned before, I'm a windows user, and not a c type.... -
08:55 PM Bug #13772 (Closed): Memory leak recycling stacks for threads in 2.4.1
- Per:
https://github.com/rest-client/rest-client/issues/611
gem install rest-client
```
100000.times.each_s... -
08:40 PM Feature #13637: [PATCH] tool/runruby.rb: test with smallest possible machine stack
- Thanks for the patch. Unfortunately, it did not solve the problem. Looks like this test does not call `nogvl_copy_s...
-
05:32 PM Feature #13770: Can't create valid Cyrillic-named class/module
- Martin Dürst could then create classes for all Emojis in Unicode. :D
-
02:25 PM Feature #13770: Can't create valid Cyrillic-named class/module
- And maybe it's time to relax the limitation for Non-ASCII capital letters to start constant names.
Matz.
-
12:46 PM Feature #13770: Can't create valid Cyrillic-named class/module
- Constant names must start with an upper case in **ASCII**.
-
12:22 PM Feature #13770 (Closed): Can't create valid Cyrillic-named class/module
- Can't create a valid Cyrillic-named class. If I have a file **мир.rb**:
~~~ ruby
# Content of мир.rb:
class Ми... -
05:29 PM Feature #13767: add something like python's buffer protocol to share memory between different narray like classes
- I am not sure I understand the proposal, also partially due to python's confusing naming scheme such as List and arra...
-
01:31 PM Feature #13765: Add Proc#bind
- > Could you show a real Ruby application or code which you can write more effectively if we have partial application?...
-
12:44 PM Revision 11f69dcc (git): vcs.rb: commit
- * tool/vcs.rb (commit): do commit, reset svn revision to sync git
mirror.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
07:51 AM Feature #13721: [PATCH] net/imap: dedupe attr keys in Net::IMAP::FetchData
- normalperson (Eric Wong) wrote:
> Since attr hash keys are frequently reused, it makes sense to
> deduplicate them ... -
07:48 AM Feature #10119: [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
- plehoux (Philippe-Antoine Lehoux) wrote:
> I updated the patch so the code doesn't raise when passing a CHANGEDSINCE... -
07:47 AM Feature #10119 (Closed): [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
- Applied in changeset trunk|r59424.
----------
lib/net/imap.rb: support CHANGEDSINCE and MODSEQ
Patch by plehoux (Ph... -
07:47 AM Revision ae91976d (git): lib/net/imap.rb: support CHANGEDSINCE and MODSEQ
- Patch by plehoux (Philippe-Antoine Lehoux). [ruby-core:64272] [Feature #10119]
git-svn-id: svn+ssh://ci.ruby-lang.o... -
06:06 AM Revision dc9fad3a (git): To use slack notification instead of email notification.
- It's easily customize configuration of test notify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59423 b2dd03c8... -
05:42 AM Revision 4e56e437 (git): Removed definitions of mspec and ruby/spec.
- They are no longer used on ruby core repository.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59422 b2dd03c8-39... -
05:39 AM Revision 369df466 (git): Removed Ruby 2.1 from Travis CI. It's EOL status on 2017.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:45 AM Bug #13769 (Closed): IPAddr#ipv4_compat incorrect behavior
- To ease transition from IPv4 to IPv6, there exist "ipv4-compatible" and "ipv4-mapped" addresses, which are ipv6 addre...
-
03:47 AM Bug #13768 (Closed): SIGCHLD and Thread dead-lock problem
- けいじゅ@いしつかです.
下記のプログラムを実行するとThreadがデッドロックしたと例外が発生します.
# コメント部分をはずせば, デッドロックはしません
シグナルのtrapが絡むときのデッドロックの検知... -
12:56 AM Revision 7d6965f8 (git): parse.y: brace after array literal arg
- * parse.y (parser_yylex): array is another literal. set state to
END too not only ENDARG and after a literal, so t... -
12:09 AM Bug #13691: Word- and symbol array literals not valid where regular array is
- Because of the precedence, `{}` is bound to `%i()` here, and `%i()` literal cannot be a method call.
- 12:01 AM Revision c6c975ca (git): * 2017-07-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 AM Revision 79ee23f0 (git): Fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom