Activity
From 04/16/2017 to 04/22/2017
04/22/2017
-
07:04 PM Feature #13495 (Rejected): add Range#count as an alias to Range#size
- For infinite ranges you can't call `count`, you have to call `size`.
~~~
irb> (1..Float::INFINITY).count # have t... -
04:26 PM Revision 3aa95e78 (git): Ignore enc/jis/props.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 PM Bug #13492: Integer#prime? and Prime.each might produce false positives
- The proposed change breaks an essentially unrelated test.
A test for Prime::EratosthenesSieve redefines `Integer()... - 04:19 PM Revision aeb7f801 (git): * 2017-04-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 PM Revision fe378f03 (git): test/test_prime.rb: update method name in comment
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:41 PM Bug #13493: `make realclean` removes aclocal.m4 and enc/jis/props.h
- What about aclocal.m4? `make realclean` still removes the file.
-
11:05 AM Bug #13489 (Open): "make test-all" fails on macOS with case-sensitive filesystem
- まだ、以下のテストが case-sensitive filesystem で通らないのでチケットを再オープンいたします。
(該当箇所は https://github.com/ruby/ruby/blob/9c5c31c8b7010... -
08:32 AM Revision 27ed9f1d (git): parse.y: fix compile_error format
- * parse.y (ripper_compile_error, parser_compile_error): declare as
PRINTF_ARGS attribute.
* parse.y (id_is_var_gen... -
08:19 AM Revision 9c5c31c8 (git): test_file_exhaustive.rb: check case-sensitive fs
- * test/ruby/test_file_exhaustive.rb (test_expand_path): dump
expanded file name, not only appended char, for case-s... -
08:19 AM Revision 0749e7be (git): adjust indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:29 AM Revision d86d283f (git): merge revision(s) 58323,58324:
- Merge json-2.0.4.
* https://github.com/flori/json/releases/tag/v2.0.4
* https://github.com/flori... -
07:20 AM Revision 4138651b (git): bump teeny version to 2.4.2
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@58444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:08 AM Bug #13491: MinGW 58400 - TestSocket_BasicSocket#test_read_write_nonblock
- [email protected] wrote:
> I got same error, too.
> And it seems that r58437 has fixed it.
> I still doubt th... -
03:50 AM Bug #13491 (Closed): MinGW 58400 - TestSocket_BasicSocket#test_read_write_nonblock
- I got same error, too.
And it seems that r58437 has fixed it.
I still doubt that there is something wrong with `IO#... -
02:04 AM Revision 8baadf66 (git): Remove nonexistent files and rename some files
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 AM Feature #13494 (Closed): [PATCH] pack rb_method_definition_t struct
- ```
We only have 12 method types, so 4 bits is enough for
rb_method_type_t.
Size reductions:
- x86-64 48 ... - 01:08 AM Revision 7e5462b3 (git): define PACKED_STRUCT_UNALIGNED correctly
- Defining PACKED_STRUCT_UNALIGNED to a noop in ruby/config.h (via
`configure') prevents the definition in include/ruby... -
12:27 AM Revision 966bfb07 (git): Add sha512
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:18 AM Revision ee691fea (git): Update sources and include files after update
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 AM Revision 9e1ab6ce (git): use $(srcdir).
- * Makefile.in (enc/jis/props.h): build it in not builddir, but in srcdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
04/21/2017
-
11:16 PM Bug #13493 (Closed): `make realclean` removes aclocal.m4 and enc/jis/props.h
- Applied in changeset trunk|r58438.
----------
clean autogenerated files
* enc/depend (clean, clean-srcs): fix path ... -
07:24 PM Bug #13493 (Closed): `make realclean` removes aclocal.m4 and enc/jis/props.h
- `make realclean` removes aclocal.m4 and enc/jis/props.h, which both are under version control, and probably should be...
-
11:16 PM Revision d97f7009 (git): clean autogenerated files
- * enc/depend (clean, clean-srcs): fix path of name2ctype.h, and
remove casefold.h too.
* enc/jis/props.h: autogene... -
09:00 PM Bug #13491: MinGW 58400 - TestSocket_BasicSocket#test_read_write_nonblock
- normalperson (Eric Wong) wrote:
> Can you try r58437?
Works. I guess I was staring at the case statement, I shou... -
08:42 PM Bug #13491: MinGW 58400 - TestSocket_BasicSocket#test_read_write_nonblock
- Can you try r58437? I made it call IO.select on :wait_readable
instead of using your change.
Thanks. -
05:08 PM Bug #13491: MinGW 58400 - TestSocket_BasicSocket#test_read_write_nonblock
- [email protected] wrote:
> The test `TestSocket_BasicSocket#test_read_write_nonblock` was recently add via [58400... -
03:16 PM Bug #13491 (Closed): MinGW 58400 - TestSocket_BasicSocket#test_read_write_nonblock
- The test `TestSocket_BasicSocket#test_read_write_nonblock` was recently add via [58400](https://bugs.ruby-lang.org/pr...
- 08:38 PM Revision e79ecc54 (git): test/socket/test_basicsocket: handle :wait_readable on read_nonblock
- On some systems with slower local sockets, :wait_readable may
happen and we should wait on it to drain the socket.
Th... -
07:12 PM Bug #13492: Integer#prime? and Prime.each might produce false positives
- By monkey patching Math.sqrt to be extremely imprecise, the general effect can be seen better, i.e. for low numbers.
... -
07:06 PM Bug #13492 (Closed): Integer#prime? and Prime.each might produce false positives
- There is a bug in Integer#prime? that might result in the method returning `true` for (very big) numbers that are not...
-
04:47 PM Feature #13420: Integer#{round,floor,ceil,truncate} should always return an integer, not a float
- Nice.
-
02:35 PM Feature #13420: Integer#{round,floor,ceil,truncate} should always return an integer, not a float
- The patch has been updated to also include doc changes.
Any thoughts on this? -
03:27 PM Misc #13486: Using rb_thread_call_without_gvl{2}
- Thinking more on this, I'm wondering if maybe I would still like to be in a situation where the compilation thread is...
-
03:01 PM Bug #13262 (Closed): Docs of core classes (Math and others) are shadowed by mathn.rb docs
- Closing. Fixed with r58432 (removing of mathn).
- 03:00 PM Revision 581c447f (git): * 2017-04-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 PM Revision 5f5bc068 (git): insert WB correctly.
- * hash.c (hash_insert_raw): should insert WB.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58435 b2dd03c8-39d4... -
01:11 PM Bug #13397: #object_id should not be signed
- vo.x (Vit Ondruch) wrote:
> Is there a chance to find some generic reliable solution to this? Or is it just feature ... -
09:04 AM Bug #13397: #object_id should not be signed
- Last CI build of concurrent-ruby in Fedora failed again:
https://apps.fedoraproject.org/koschei/package/rubygem-co... -
12:21 PM Bug #13490 (Feedback): segmentation fault while parsing object to time and adding to array
- Could you try 2.4.1 (with debugging info if possible)?
-
11:59 AM Bug #13490 (Closed): segmentation fault while parsing object to time and adding to array
- While parsing Github API with Octokit.rb I get a reproducible segmentation fault.
I'm running Arch Linux 4.10.10:... -
11:02 AM Revision a7db6320 (git): mark created frozen strings.
- * hash.c (rb_hash_new_from_values_with_klass): before this fix,
only a st table are filled with passed values. Howe... -
11:00 AM Revision 34f14888 (git): Remove empty directories
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:16 AM Feature #10169 (Closed): It might be better to make Mathn class deprecated
- Applied in changeset trunk|r58432.
----------
Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.
[Featu... -
06:16 AM Revision 7a856b11 (git): Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.
- [Feature #10169][[ruby-core:64553]]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58432 b2dd03c8-39d4-4d8f-98ff-... -
06:12 AM Bug #13489 (Closed): "make test-all" fails on macOS with case-sensitive filesystem
- Applied in changeset trunk|r58431.
----------
test_framework.rb: for case-sensitive filesystem
* test/mkmf/test_fra... -
05:36 AM Bug #13489: "make test-all" fails on macOS with case-sensitive filesystem
- watson1978 (Shizuo Fujita) wrote:
> 以下の変更をテストに加え `#include <Ruby/ruby.h>` を生成することで、`conftest.c` のコンパイルエラーは解消しました。
... -
03:20 AM Bug #13489: "make test-all" fails on macOS with case-sensitive filesystem
- 以下の変更をテストに加え `#include <Ruby/ruby.h>` を生成することで、`conftest.c` のコンパイルエラーは解消しました。
```diff
diff --git a/test/mkmf/test... -
06:12 AM Revision 20d81b42 (git): test_framework.rb: for case-sensitive filesystem
- * test/mkmf/test_framework.rb (test_single_framework): fix header
file name for case-sensitive filesystem. it may ... -
06:05 AM Feature #13488 (Rejected): Set Encoding.default_external to UTF-8 on Windows
- Though it should be changed into UTF-8 in the future, I don't plan it in 2.5 too.
(If many people want to change, I ... -
06:03 AM Revision 70c9bb4b (git): Remove missing/strtol.c
- It is never used. We don't need it anyway as it's part of C89 which is
our current minimum requirement.
git-svn-id: ... -
05:35 AM Revision 16ffd476 (git): NEWS entry for [Feature #13302]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 AM Revision 0c082fe6 (git): typo fix (sorry!)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 AM Revision 4ee09d91 (git): refactor hash literal
- Same as rb_ary_tmp_new_from_values(), it reduces vm_exec_core binary
size from 26,176 bytes to 26,080 bytes. But thi... -
03:01 AM Revision bdc6d416 (git): ext/extmk.rb: colorize notes [Feature #13302]
- * common.mk (build-ext): pass variables to colorize.
* ext/extmk.rb: colorize notes with tool/colorize.rb.
* tool/c... -
02:43 AM Revision 3ca61bb0 (git): exts.mk: refine notes [Feature #13302]
- * ext/extmk.rb: split notes into header and footer, which are
common, from bodies which are unique for each extensi... -
12:53 AM Revision 5651313b (git): vm_dump.c: non-scalar thread_id
- * vm_dump.c (rb_vmdebug_stack_dump_all_threads): fix for
non-scalar thread_id platforms. c.f. [Bug #9884]
git-svn... -
12:11 AM Revision c483ae65 (git): Suppress a warning in ruby/win32.h [Fix GH-1591]
- Fix a warning in ruby/win32.h which can cause failures with mkmf
The return value is implicit type casted from 'long...
04/20/2017
-
10:52 PM Revision 8b31febd (git): use correct synchronization.
- * test/ruby/test_thread.rb (make_handle_interrupt_test_thread1): use Queue
to use correct synchronization.
git-sv... -
06:44 PM Bug #13489: "make test-all" fails on macOS with case-sensitive filesystem
- まだテスト内容を誤解しているようで
```
/System/Library/Frameworks/Ruby.framework/Headers/ruby.h
```
を include することは意図されていて、`#i... -
06:03 PM Bug #13489: "make test-all" fails on macOS with case-sensitive filesystem
- clang はデフォルトで
- `/System/Library/Frameworks`
- `/Library/Frameworks`
の中からフレームワークを探索します。(以下のように確認できます)
```
$ cl... -
05:13 PM Bug #13489: "make test-all" fails on macOS with case-sensitive filesystem
- nobu (Nobuyoshi Nakada) wrote:
> Frameworkが有効な場合は `<Foo/bar.h>` は `$(FRAMEWORKSDIR)/Foo.framework/Headers/bar.h` が読ま... -
04:42 PM Bug #13489 (Feedback): "make test-all" fails on macOS with case-sensitive filesystem
- Frameworkが有効な場合は `<Foo/bar.h>` は `$(FRAMEWORKSDIR)/Foo.framework/Headers/bar.h` が読まれるものと理解しているのですが、以下のソースは `clang -Ob...
-
01:53 PM Bug #13489 (Closed): "make test-all" fails on macOS with case-sensitive filesystem
- 普段使用している macOS は HFS+ case-sensitive でフォーマットしています。
"make test-all" をそのマシン上で実行すると以下のようなエラーが発生し、
どうやら conftest.c でのコン... -
04:02 PM Misc #13486 (Closed): Using rb_thread_call_without_gvl{2}
-
12:54 PM Misc #13486: Using rb_thread_call_without_gvl{2}
- Ok. That makes sense.
Thanks for the tip. This can probably get closed (I can't seem to do it myself). -
03:58 PM Revision 8934082e (git): * vm_dump.c (rb_vmdebug_stack_dump_all_threads): cast to `void*`.
- Pointed out at
<https://github.com/ruby/ruby/commit/fbc1deca89595e60af21e58b7e164f376e4bd2fc#commitcomment-21839826... - 03:02 PM Revision df53b325 (git): * 2017-04-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision 1721dfa0 (git): release monitor correctly.
- * lib/rubygems/core_ext/kernel_require.rb: sometimes
`Kernel.send(:gem, spec.name)` can raise some errors
(Gem::M... -
12:40 PM Feature #13488: Set Encoding.default_external to UTF-8 on Windows
- larskanis (Lars Kanis) wrote:
> The current setting is a major interoperability issue and it is neither useful nor e... -
11:32 AM Feature #13488 (Closed): Set Encoding.default_external to UTF-8 on Windows
- Currently Encoding.default_external is set to the local ANSI encoding of the Windows installation unless changed per ...
-
11:38 AM Bug #13431: sample/drb/http0*.rb is not working.
- That is different from my case.
I forgot telling you the important fact.
* I copied files `http0.rb`, `http0ser... -
11:07 AM Revision f14f0d34 (git): ruby-lex.rb: fix continued line conditions
- * lib/irb/ruby-lex.rb (RubyLex#lex): fix conditions for continued
line; empty lines, a semicolon, first line in `be... -
11:07 AM Revision 716ce651 (git): ruby-lex.rb: merge regexps
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:32 AM Revision 5069122a (git): refactor torexp to use routine in array.c
- Found a part where copy&paste can be eliminated. Reduces vm_exec_core
from 26,228 bytes to 26,176 bytes in size on m... -
10:18 AM Bug #13487 (Closed): Update ri man page (and others)
-
10:12 AM Bug #13487 (Closed): Update ri man page (and others)
- Backport ticket.
-
09:11 AM Revision 6a08beef (git): Removed math mode from irb.
- mathn is deprecated from Ruby 2.2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58415 b2dd03c8-39d4-4d8f-98ff-8... -
08:38 AM Feature #10169: It might be better to make Mathn class deprecated
- Note: We need to remove Math mode from irb before unbundling mathn. So it uses mathn library.
After that, We can r... -
08:31 AM Revision 23e481e3 (git): common.mk: separate note
- * common.mk (build-ext): separate note from building extensions,
not to be intermingled. [ruby-core:80759] [Featur... -
08:21 AM Feature #13334 (Closed): Removed deprecated mathn extentions.
- Applied in changeset trunk|r58413.
----------
Removed deprecated extensions of mathn.
* ext/mathn/{complex,ration... -
08:21 AM Revision 7b3ac077 (git): Removed deprecated extensions of mathn.
- * ext/mathn/{complex,rational}: Removed from ruby core.
[fix GH-1542][Feature #13334][ruby-core:80247]
git-svn-i... -
08:13 AM Feature #13302 (Closed): Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- Applied in changeset trunk|r58412.
----------
extmk.rb: fail for mandatory libraries
* ext/extmk.rb: fail if a mand... -
08:13 AM Revision b58a30e1 (git): extmk.rb: fail for mandatory libraries
- * ext/extmk.rb: fail if a mandatory extension library failed to
configure. [ruby-core:80759] [Feature #13302]
* t... -
07:46 AM Revision cafa438f (git): improve man pages
- * man/ruby.1, man/erb.1, man/goruby.1, man/irb.1:
fix document title formatting and volume name,
improve "REPORTI... -
07:44 AM Revision 76047234 (git): ri.1: rewrite ri man page
- * man/ri.1: update the (very outdated) ri man page:
* update document date
* fix document title formatting and vo... -
07:44 AM Bug #10838 (Closed): ri's man page and options are wrong
- Applied in changeset trunk|r58409.
----------
ri.1: fix errors in ri man page
* man/ri.1: fix some errors in ri man... -
07:44 AM Revision 3d709948 (git): ri.1: fix errors in ri man page
- * man/ri.1: fix some errors in ri man page (add missing options,
remove options that do not exist, fix formatter li... -
05:56 AM Bug #13447: Improve performance of rb_eql()
- Unfortunately, I'm just one of Ruby users.
Could you please commit it if you agreed the changing ? -
04:50 AM Revision fbc1deca (git): add a debug function.
- * vm_dump.c (rb_vmdebug_stack_dump_all_threads): dump stack dump
for all living threads.
git-svn-id: svn+ssh://ci... -
03:20 AM Bug #13481 (Closed): MinGW, test-all SEGV in TestLambdaParameters#test_call_simple
- Glad to hear that. Thank you for your cooperation.
- 01:36 AM Revision abbabbf8 (git): Move test_extlibs.rb because it's not the test of ruby itself
- * test/test_extlibs.rb: moved from test/ruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58407 b2dd03c8-39d4...
04/19/2017
-
11:13 PM Misc #13486: Using rb_thread_call_without_gvl{2}
- I'm not sure what is the problem on your situation, but you can't call `rb_thread_wait_for` when you don't holding GV...
-
08:08 PM Misc #13486 (Closed): Using rb_thread_call_without_gvl{2}
- I'm currently working on adding asynchronous compilation to [Ruby+OMR][1], and I'm trying to use the existing Ruby th...
-
07:49 PM Bug #13481: MinGW, test-all SEGV in TestLambdaParameters#test_call_simple
- Building `ruby 2.5.0dev (2017-04-20 trunk 58406) [x64-mingw32]`, the issue with `TestLambdaParameters#test_call_simpl...
-
05:40 PM Bug #10838: ri's man page and options are wrong
- The help screen was fixed hier: https://github.com/rdoc/rdoc/pull/448
The man page is WIP and will be fixed soon. -
04:17 PM Bug #13485 (Closed): MinGW TestEnumerable#test_callcc SEGV info
- Re the patch needed in MinGW builds for [TestEnumerable#test_callcc](https://github.com/ruby/ruby/blob/d6873af4bdc999...
- 03:14 PM Revision edd063ab (git): * 2017-04-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision f0e5e056 (git): fix infinite recursion
- * vm_insnhelper.c (vm_once_dispatch): no guarantee that tail call
is always optimized away.
git-svn-id: svn+ssh://... -
02:49 PM Bug #13484 (Closed): Please backport r54575 ("tkutil.c: ary can be nil") to 2.3
- r54575 fixes a bug in ext/tk of Ruby 2.3, which was introduced by r53077.
Reference:
https://github.com/ruby/tk/p... -
02:07 PM Feature #13302 (Open): Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- shyouhei (Shyouhei Urabe) wrote:
> We looked at this issue in yesterday's developer meeting.
>
> Kazuki's improve... -
02:05 PM Feature #13302 (Closed): Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- Applied in changeset trunk|r58404.
----------
extmk.rb: improve message printed when configuring extensions fails
P... -
12:48 PM Feature #13302: Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- rhenium (Kazuki Yamaguchi) wrote:
> This is not informative about what exactly caused the failure. Actually, everyth... -
02:05 PM Revision 826f16d4 (git): extmk.rb: improve message printed when configuring extensions fails
- Point to the mkmf.log if configuring an extension fails so that people
can find and fix the culprit easily. [ruby-co... -
12:05 PM Feature #12573: Introduce a straightforward way to discover whether a process is running
- Ah, I see what you are saying.
`/var` isn't always available to an application, especially in a shared server situ... -
03:54 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- will_in_wi (William Johnston) wrote:
> Yup, sometimes you have access to an NFS volume, but not enough system access... -
12:42 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- Yup, sometimes you have access to an NFS volume, but not enough system access to mount things.
-
12:39 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- will_in_wi (William Johnston) wrote:
> Thanks for looking at this!
>
> Locking is less reliable than kill(0) in s... -
11:50 AM Revision cd8f9904 (git): Rervert r58304. Because Rubygems have specialized finder for default gems.
- We need to list library entries for default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58403 b2dd03c8-3... -
09:35 AM Feature #13482: Improve performance of "set instance variable"
- It has already ensured inlining in where vm_getivar()
(https://github.com/ruby/ruby/blob/524fb0138b773f2ed01441abbcf... -
04:31 AM Feature #13482 (Open): Improve performance of "set instance variable"
- "set instance variable" will be faster around 14%.
## macOS 10.12 + clang-802.0.41
### Before
~~~
user ... -
07:38 AM Feature #13483 (Rejected): TracePoint#enable with block for thread-local trace
- # Summary
`TracePoint#enable` with block should enable thread-local trace.
# Current behavior
`TracePoint#en... -
07:27 AM Revision 524fb013 (git): refactor extract binop dispatcher
- Those opt_something instructions are worth refactoring. They tend to
have similar ways of executions. By extracting ... -
06:26 AM Feature #12921: Retrieve user and password for proxy from env
- kosaki (Motohiro KOSAKI) wrote:
> Linux kernel expert is here.
Hi. What do your think about this:
shyouhei (Sh... -
12:47 AM Feature #12921: Retrieve user and password for proxy from env
- Hi
Linux kernel expert is here.
wolfer (Sergey Fedosov) wrote:
> akr (Akira Tanaka) wrote:
> > environment vari... -
02:20 AM Bug #13319 (Closed): GC issues seen with GCC7
-
02:06 AM Feature #11302: Dir.entries and Dir.foreach without [".", ".."]
- red (Arnaud Rouyer) wrote:
> Basing myself on the GNU ls util, I propose supporting an `:ignore` key in the optional... -
01:22 AM Feature #13362: [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- [email protected] wrote:
> I think we can try it to see the incompatibility is really minor or not.
> So, it should be ... -
01:08 AM Feature #13362 (Closed): [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- Applied in changeset trunk|r58400.
----------
socket: avoid fcntl for read/write_nonblock on Linux
On platforms whe... - 01:08 AM Revision 0848b68a (git): * 2017-04-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:08 AM Revision c32fc82d (git): socket: avoid fcntl for read/write_nonblock on Linux
- On platforms where MSG_DONTWAIT works reliably on all sockets
(so far, I know of Linux), we can avoid fcntl syscalls ... -
12:21 AM Bug #13338 (Closed): MinGW SEGV in test/ruby/test_keyword.rb svn 58034, ok in svn 58021.
04/18/2017
-
11:55 PM Bug #13481 (Closed): MinGW, test-all SEGV in TestLambdaParameters#test_call_simple
- A MinGW build of `ruby 2.5.0dev (2017-04-18 trunk 58397) [x64-mingw32]` had a silent SEGV when running [`TestLambdaP...
-
11:50 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- ko1 (Koichi Sasada) wrote:
> On 2017/04/19 1:23, [email protected] wrote:
> > I think it should be bac... -
11:21 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- On 2017/04/19 1:23, [email protected] wrote:
> I think it should be backported to 2.4, to ensure that r... -
04:23 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> After some more analysis and research, I don't think this patch to gc.c is nece... -
02:09 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- ko1 (Koichi Sasada) wrote:
> > I think this is a problem on OpenBSD when calling posix_memalign with allocations ove... -
12:42 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- > I think this is a problem on OpenBSD when calling posix_memalign with allocations over 4KB that are slightly less t...
-
12:33 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> I tried increasing the size passed to `aligned_malloc` to see if I could determ... -
11:09 PM Feature #13362: [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- I think we can try it to see the incompatibility is really minor or not.
So, it should be described in NEWS. -
07:42 PM Feature #13362: [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- [email protected] wrote:
> Issue #13362 has been updated by akr (Akira Tanaka).
>
> Status changed from Open to Feedb... -
10:47 PM Bug #13367 (Closed): Fix issue for MinGW / MSYS2 builds and testing
-
10:33 PM Bug #13338: MinGW SEGV in test/ruby/test_keyword.rb svn 58034, ok in svn 58021.
- As of recent builds (2017-04-18 trunk 58397), this SEGV no longer occurs.
PLease close. -
09:14 PM Bug #13141: Spurious Net::FTPReplyError
- shugo (Shugo Maeda) wrote:
> Please retry on FTPReplyError as a workaround.
I have implemented this workaround an... -
08:41 PM Bug #13390: MinGW build test-all SEGV, issue in test framework or error recovery?
- This patch is no longer needed as of builds around `ruby 2.5.0dev (2017-04-17 trunk 58383) [x64-mingw32]`. It may re...
-
08:32 PM Feature #13434: better method definition in C API
- Also, this is a bit far off; but a potential future optimization
is even being able to use readonly markers in C me... -
08:13 PM Feature #13434: better method definition in C API
- [email protected] wrote:
> Issue #13434 has been updated by naruse (Yui NARUSE).
>
>
> I agree with the concept... -
09:14 AM Feature #13434: better method definition in C API
- I agree with the concept.
From r55102, rb_scan_args is statically resolved by C compilers on some environment, rb_... -
07:16 PM Bug #13447: Improve performance of rb_eql()
- Would you commit it by yourself?
-
07:50 AM Bug #13447 (Closed): Improve performance of rb_eql()
- This is similar with https://github.com/ruby/ruby/pull/1552
At least, Array#eql? will be faster around 30% with foll... -
06:32 PM Feature #13303: String#any? as !String#empty?
- After some more thought (and the desire for a method name that could be used with other objects), I think
`#each?`... -
04:23 PM Feature #13303: String#any? as !String#empty?
- shyouhei (Shyouhei Urabe) wrote:
> Any other ideas?
Assuming we want to stay away from prefixed or concatenated... -
06:04 AM Feature #13303: String#any? as !String#empty?
- possible name of this method:
- #present? is NG because that conflicts with ActiveSupport (AS's #present? have di... -
03:10 PM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- wanabe (_ wanabe) wrote:
> nobu (Nobuyoshi Nakada) wrote:
> > `ALLOCA` would be useful.
>
> Is it platform depen... -
01:14 PM Bug #13444 (Closed): compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Applied in changeset trunk|r58398.
----------
compile.c: wrong optimization
* compile.c (compile_branch_condition):... -
11:44 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Or putting a warning, because optimization actually changes behavior.
-
03:04 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Might be worth documenting.
-
12:46 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- yes, You are right, it was my mistake to use it in this way, as this example is actually pointless and always True. a...
-
12:36 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- `ruby` does not evaluate specific kinds of expressions at `if`/`unless` cond after r54775.
NODE_XSTR is one of them. -
01:14 PM Revision 0013fdaa (git): fixup! vm_insnhelper.c: adjust indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:14 PM Revision 5cc56f0d (git): compile.c: wrong optimization
- * compile.c (compile_branch_condition): expression which has side
effects should not be eliminated.
[ruby-core:80... -
01:14 PM Revision d939fdc1 (git): vm_insnhelper.c: adjust indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Revision 93b1b04a (git): typo fix (sorry!) [ci skip]
- Surprisingly this was not a syntax error on my machine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58396 b2d... -
01:02 PM Revision 89b13fd3 (git): test_optimization.rb: heredoc code style
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 PM Bug #13480 (Closed): Build error since r58390 on macOS
-
12:39 PM Bug #13480: Build error since r58390 on macOS
- Seems that this was fixed at r58394.
Thank you for quickly fixing and please close this ticket. -
12:30 PM Bug #13480 (Closed): Build error since r58390 on macOS
- ~~~
$ make
CC = clang
LD = ld
LDSHARED = clang -dynamic -bundle
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -We... -
12:35 PM Bug #13431: sample/drb/http0*.rb is not working.
- 以下のようにサーバーを起動して別端末で `ruby -e '$LOAD_PATH.push "sample"' -e 'require "drb/http0"' -e 'remote = DRbObject.new_with_uri ...
-
12:30 PM Revision 37d2f972 (git): fix compile error.
- * insns.def (trace): use cast `flag` to pass compilation with clang on MacOSX.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
11:55 AM Revision 97a114de (git): Fix heading of README.
- [Fix GH-1586] Patch by @jbampton
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58393 b2dd03c8-39d4-4d8f-98ff-823... -
11:53 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- Thanks for looking at this!
Locking is less reliable than kill(0) in situations such as NFS filesystems. Not all f... -
05:24 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- We looked at this issue in yesterday's developer meeting.
Agreed that a locked pidfile is the best to achieve your... -
11:06 AM Revision 4a8c235f (git): tabify (sorry!) [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:58 AM Revision ee4ce52d (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:58 AM Revision 4d21d1f0 (git): split insns.def into functions
- Contemporary C compilers are good at function inlining. They fold
multiple functions into one. However they are not... -
09:04 AM Feature #12921: Retrieve user and password for proxy from env
- akr (Akira Tanaka) wrote:
> environment variables are not visible from other users?
As far as I know, in almost e... -
03:09 AM Feature #12921: Retrieve user and password for proxy from env
- akr (Akira Tanaka) wrote:
> How about make white-list of OSs which environment variables are not visible from other ... -
08:58 AM Feature #13382: [PATCH] Options for FTP PORT command
- shugo (Shugo Maeda) wrote:
> The name data_listening_address= seems misleading because it doesn't
> change the addr... -
08:34 AM Revision d9ea26de (git): eval.c: fix exit inside TAG
- * eval.c (setup_exception): do not exit by goto inside
PUSH_TAG/POP_TAG. it causes an infinite loop.
git-svn-id: ... -
05:56 AM Revision a8faecc1 (git): configure.in: honor GIT env
- * configure.in (--with-git): honor environment variable GIT if
set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
05:52 AM Feature #13302: Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- We looked at this issue in yesterday's developer meeting.
Kazuki's improved log seems good so please go ahead.
... -
04:54 AM Bug #12834: `prepend` getting prepended even if it already exists in the ancestors chain
- We looked at this issue in yesterday's developer meeting.
While discussing, we learned that prepended ancestors ar... -
04:38 AM Bug #13249 (Assigned): Access modifiers don't have an effect inside class methods in Ruby >= 2.3
- We looked at this issue in yesterday's developer meeting.
The use of private in evolve75/RubyTree shown in the des... -
04:31 AM Bug #11567 (Closed): Segmentation fault CFUNC :gets
- It seems fixed already. Try a newer version. Tell us if it still happens.
-
04:29 AM Feature #13211: Hash#delete taking a splat
- We looked at this issue in yesterday's developer meeting.
While extending Hash#delete is still a valid feature req... -
04:20 AM Bug #13163: Uncaught exceptions may not be reported when Thread#report_on_exception=true and Thread#abort_on_exception=true
- No objection.
-
03:55 AM Bug #13445 (Closed): MinGW, GIT, revision.h, vcs.rb
-
03:35 AM Bug #13445: MinGW, GIT, revision.h, vcs.rb
- Please close.
I fixed the issue based on looking into [tool/vsc.rb](https://github.com/ruby/ruby/blob/2103197ccebe... -
02:58 AM Revision 2103197c (git): vcs.rb: env for command
- * tool/vcs.rb (VCS::SVN::COMMAND, VCS::GIT::COMMAND): customize
command paths by environment variables.
git-svn-id... -
02:58 AM Revision ae73dc36 (git): enc/depend: remove Unicode versions
- * enc/depend (enc/unicode.o): remove hardcoded Unicode versions.
this object file must be compiled by toplevel make... -
01:17 AM Bug #13446 (Closed): refinements with prepend for module has strange behavior
- ~~~ruby
using Module.new {
refine Enumerable do
alias :orig_sum :sum
end
}
module Enumerable
def s...
04/17/2017
- 11:47 PM Revision 0644c4ef (git): * 2017-04-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:47 PM Revision c29e8a02 (git): should not return.
- * test/ruby/test_settracefunc.rb (test_throwing_return_with_finish_frame):
should not use `return`, but should use ... -
11:21 PM Feature #12886: URI#merge doesn't handle paths correctly
- > In other words, in the end, only absolute URIs are actionable. So we need an absolute URI eventually. The way relat...
-
09:17 AM Feature #12886: URI#merge doesn't handle paths correctly
- naruse (Yui NARUSE) wrote:
> [URL Standard](https://url.spec.whatwg.org/) defines partially merging, but it is base ... -
07:34 AM Feature #12886: URI#merge doesn't handle paths correctly
- [URL Standard](https://url.spec.whatwg.org/) defines partially merging, but it is base (absolute URL) + relative as y...
-
06:46 AM Feature #12886: URI#merge doesn't handle paths correctly
- > I wonder whether there are any other languages/libraries that implement anything like the operation you propose.
... -
06:07 AM Feature #12886: URI#merge doesn't handle paths correctly
- I'm not suggesting that the operation is defined for all URIs, just ones where it makes sense.
-
05:34 AM Feature #12886 (Rejected): URI#merge doesn't handle paths correctly
- I agree with Martin-sensei.
Defining hierarchical path operation for all URIs (including non-hierarchical URI such a... -
05:28 AM Feature #12886: URI#merge doesn't handle paths correctly
- note: https://github.com/ruby/ruby/pull/1469
-
09:42 PM Bug #13445: MinGW, GIT, revision.h, vcs.rb
- PR is 1587, but link is correct...
-
09:39 PM Bug #13445 (Closed): MinGW, GIT, revision.h, vcs.rb
- When generating a MinGW build from a local repo, the revision.h file does not exist, and is create by [`tool/file2las...
-
09:14 PM Bug #13444 (Closed): compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Ruby versions from 2.0 to 2.3.x while executing shell script via backticks inside of "unless" construction had it exe...
-
08:36 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> 1) The heap overflow only happens when the operating system uses <16kb pages an... -
01:38 PM Revision cc68af3d (git): string.c: improve insertion performace
- * string.c (rb_str_splice_0): improve performace of single byte
optimizable cases, insertion 7bit string to 7bit st... -
01:23 PM Revision 97819765 (git): thread_win32.c: fix index
- * thread_win32.c (w32_wait_events): fix wait object index in the
case of interrupt_event is not usable.
git-svn-id... -
12:57 PM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- nobu (Nobuyoshi Nakada) wrote:
> `ALLOCA` would be useful.
Is it platform dependent?
`__builtin_alloca()` of gcc... -
03:15 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- wanabe (_ wanabe) wrote:
> 2. Ensure enough stack before `rb_vm_push_frame()` or control SIGSEGV point
> ensure_sta... -
12:14 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- There are some choices for this "cfp consistency error".
All patches are just for description and incomplete.
1... -
11:07 AM Bug #11078: 2.2 String#unicode_normalize method does not appear in generated API docs
- stomar (Marcus Stollsteimer) wrote:
> The docs _do_ appear in the generated documentation. However, **ruby-doc.org... -
09:39 AM Bug #13228 (Rejected): s[i]=c(assigning a character) for String is slower than Array on Linux
- It's natural because String index access requires character counting.
If you need performance and the string is ASCI... -
09:36 AM Bug #13228: s[i]=c(assigning a character) for String is slower than Array on Linux
- Difference of locale configuration, not OS?
~~~
sorah@yuuki ~ $ uname -a
Linux yuuki 4.9.6-gentoo-r1 #1 SMP Sun ... -
09:33 AM Bug #13264 (Assigned): Binding#irb does not work in context of frozen object
-
09:21 AM Feature #12921: Retrieve user and password for proxy from env
- How about make white-list of OSs which environment variables are not visible from other users?
If ruby runs on OS ... -
09:12 AM Feature #13303: String#any? as !String#empty?
- I want to use this with &.
Therefore String#empty? is not suitable.
It must returns false if it is empty.
Note t... -
08:29 AM Feature #9453: Return symbols of defined methods for `attr` and friends
- Yes, `def` and `define_method` returns symbols now.
But it does not mean `attr_*` should return symbols. Since they ... -
07:59 AM Bug #7976 (Assigned): TracePoint call is at call point, not call site
-
07:43 AM Bug #13406 (Rejected): URI.parse
- Unfortunately RFC3986 allows "'" in host.
```
authority = [ userinfo "@" ] host [ ":" port ]
host ... -
07:36 AM Feature #12760: Optional block argument for `itself`
- I believe the situation **should** be addressed just by somebody's authority.
What do you think about appointing t... -
06:47 AM Feature #12760: Optional block argument for `itself`
- how about `alter`?
at dev meeting, someone said `reform`.
-
07:35 AM Feature #13265 (Assigned): TracePoint for basic operation redefinition
-
07:22 AM Feature #13252 (Assigned): C API for creating strings without copying
-
07:03 AM Feature #13252: C API for creating strings without copying
- normalperson (Eric Wong) wrote:
> We can maybe use FL_USER{3,4,5}, and STR_NOFREE flags for
> non-embed strings a... -
06:53 AM Misc #13230 (Rejected): Better Do ... while structure
- You haven't explained the reason behind the proposal. We don't understand why you think it's "better".
If you think ... -
06:50 AM Feature #13224: Add FrozenError as a subclass of RuntimeError
- OK, accepted.
Matz.
-
06:47 AM Feature #13172: Method that yields object to block and returns result
- I don't think "pass" is a good name for it.
Matz.
-
06:30 AM Feature #13257: Symbol#singleton_class should be undef
- I guess a some method such as Kernel#ancestor_modules, which returns all class/modules to search methods, supports yo...
-
05:58 AM Feature #2740: Extend const_missing to pass in the nesting
- A long time has passed. I am a bit concerned about the situation.
Do we still need this, regarding the fact I am not... -
05:43 AM Feature #13362 (Feedback): [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- I think it's possible on such platforms.
If some non-Ruby application depend on nonblocking flag set by Ruby,
suc... -
05:39 AM Bug #13188 (Assigned): Reinitialize Ruby VM.
-
05:36 AM Feature #8263 (Assigned): Support discovering yield state of individual Fibers
-
05:30 AM Bug #13443 (Closed): Improve performance of Range#{min,max}
- Range#{min,max} will be faster around 30%.
### Before
~~~
user system total real... -
05:24 AM Feature #13334: Removed deprecated mathn extentions.
- OK, now is the time to go.
Matz.
-
05:09 AM Feature #13382: [PATCH] Options for FTP PORT command
- osa (Shunsuke OSA) wrote:
> Thank you so much for your survey.
>
> If we translate java's `setReportActiveExterna... -
02:41 AM Revision 61ea519d (git): eval.c: copy before cause setup
- * eval.c (setup_exception): copy frozen exception before setting
up a cause not only a backtrace.
git-svn-id: svn+... -
02:31 AM Revision e601e775 (git): eval.c: copy special exceptions before raise
- * eval.c (setup_exception): consider if the exception is frozen,
but not one of special exception objects.
* gc.c ... -
02:08 AM Revision e97ac02f (git): vm_insnhelper.c: rb_threadptr_stack_overflow
- * vm_insnhelper.c (rb_threadptr_stack_overflow): move from
thread.c and integrate with vm_stackoverflow.
git-svn-i... -
01:35 AM Revision 158c742b (git): parse.y: fix for empty `__VA_ARGS__`
- * parse.y (WARN_CALL, WARNING_CALL): need `##` between a comman
and `__VA_ARGS__` in the case it is empty, not to e... -
01:23 AM Revision 26942108 (git): vm_backtrace.c: backtrace functions per threads
- * vm_backtrace.c (rb_threadptr_backtrace_object): rename and
extern.
* vm_backtrace.c (rb_threadptr_backtrace_str_... -
12:25 AM Revision a0219e2f (git): eval.c: share rb_longjmp
- * eval.c (rb_longjmp, rb_raise_jump): parameterize thread, and
share rb_longjmp.
git-svn-id: svn+ssh://ci.ruby-lan... -
12:10 AM Revision 61d9da25 (git): gc.c: rb_threadptr_stack_check
- * gc.c (rb_threadptr_stack_check): check probability of stack
overflow for the given thread, not the current thread... -
12:10 AM Revision b0d36494 (git): gc.c: PREVENT_STACK_OVERFLOW
- * gc.c (PREVENT_STACK_OVERFLOW): define TRUE to try preventing
stack overflow before actually happens.
* gc.c (sta...
04/16/2017
-
11:18 PM Bug #13441: building - GIT variable, ruby, rubygems tests
- As long as we're discussing git and the build system, do you believe the following would help (or not break) builds o...
- 03:54 PM Revision d2b68234 (git): * 2017-04-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision 4027f415 (git): test_integer.rb: simplify test
- * test/ruby/test_integer.rb: simplify test for Integer.sqrt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58372... -
02:54 PM Revision e326045a (git): rbinstall.rb: ignore skipped exts
- * tool/rbinstall.rb (default-gems): skip gemspec if corresponding
Makefile does not exist.
git-svn-id: svn+ssh://c... -
02:27 PM Revision 7206ac54 (git): thread_win32.c: no GVL for interrupt_event
- * thread_win32.c (w32_wait_events): do not acquire GVL, to fix
deadlock at read/close race condition. instead, jus... -
09:11 AM Bug #13442 (Closed): Please backport r57359
- cf. https://github.com/ruby/ruby/commit/556e3da4216c926e71dea9ce4ea4a08dcfdc1275
-
06:27 AM Bug #13440: Integer.sqrt produces wrong results
- stomar (Marcus Stollsteimer) wrote:
> Do you mind when I simplify the test and also reduce the number of tested valu... -
05:35 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- Here is another stat for association between first SEGV point and process result.
```
ruby 2.5.0dev (2017-04-16 t... -
03:16 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- I have checked the patterns with attached .patch and .sh and .rb.
This is the result at r58331.
```
ruby 2.5.0... -
04:16 AM Revision 04b618e5 (git): test/ruby/test_io.rb: use Thread.stop? to wait
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> ko1 (Koichi Sasada) wrote:
> > Just for confirmation.
> > Your patch doesn't ... - 02:00 AM Revision d8ea05c1 (git): * test/ruby/test_io.rb (test_race_closed_stream): separate because it stops
- entire test process on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58368 b2dd03c8-39d4-4d8f-98ff-823...
Also available in: Atom