Activity
From 06/01/2015 to 06/07/2015
06/07/2015
-
10:50 PM Feature #10672: Enable SSL on cache.ruby-lang.org
- Heya,
This is Doc from Fastly. Just wanted to let you know that if you send an email with a request to be added to... -
06:58 PM Bug #11226: Ripper fails on mswin64
- On 2015/06/07 23:21, [email protected] wrote:
> 軽くショックだったのでいちおう言っておくと、http://rubyci.org/ にあります。
> vc10-x64ってやつ... -
02:21 PM Bug #11226: Ripper fails on mswin64
- Koichi Sasada wrote:
> CI ってあるんでしたっけ。
軽くショックだったのでいちおう言っておくと、http://rubyci.org/ にあります。
vc10-x64ってやつがそうです。 -
06:53 PM Misc #11061 (Closed): doc/extension.ja.rdoc 査読依頼
-
03:13 PM Bug #11233: Module#include, Module#prepend can accept no arguments
- This isn't a bug, it a consequence of the fact that they take an arbitrary number of arguments:
~~~
Module.new.in... -
02:01 PM Bug #11233 (Closed): Module#include, Module#prepend can accept no arguments
- `# Module#include, Module#prepend can accept no arguments
Module.new.include
Module.new.prepend
` -
02:59 PM Bug #11234 (Closed): RubyVM::InstructionSequence.load で case が落ちる
- RubyVM::InstructionSequence.load を有効にしてテストしていますが、以下のコードで Segmentation fault になります。
~~~
str = <<EOS
def test_is()... -
01:59 PM Bug #11231: Should rb_alloc_tmp_buffer() be public API?
- Thanks for the explanations!
-
02:14 AM Bug #11231 (Closed): Should rb_alloc_tmp_buffer() be public API?
- Benoit Daloze wrote:
> `rb_alloc_tmp_buffer()` is declared in `include/ruby/intern.h`.
`include/ruby/ruby.h`.
... -
03:19 AM Bug #11232: rb_compile_string from parse.y segfaults
- Nobuyoshi Nakada wrote:
> Is `vparser` in `parser_compile_string()` GCed?
It looks like so. I'm not sure how to v... -
02:29 AM Bug #11232 (Feedback): rb_compile_string from parse.y segfaults
- Is `vparser` in `parser_compile_string()` GCed?
-
01:23 AM Bug #11232 (Closed): rb_compile_string from parse.y segfaults
- I'm using `rb_compile_string` in my project and invoke it in a loop.
Unfortunately, it segfaults for me.
I've set...
06/06/2015
-
08:35 PM Bug #11162 (Closed): Update documentation for CMath library
- Applied in changeset r50793.
----------
* lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]
Patch provi... -
08:19 PM Bug #11231 (Rejected): Should rb_alloc_tmp_buffer() be public API?
- `rb_alloc_tmp_buffer()` is declared in `include/ruby/intern.h`.
However it seems this is a fairly internal API as ... -
08:06 PM Bug #11230 (Rejected): Should rb_struct_s_members() be public API?
- rb_struct_s_members() is declared in include/ruby/intern.h.
However it seems this is a fairly internal API as it r... -
04:34 AM Bug #11226 (Rejected): Ripper fails on mswin64
- builddir/ext/ripper を消して試しても再現していたのですが、
中田さんの助言にしたがい、srcdir/ext/ripper を消してやり直してみたら、この症状が無くなりました。
というわけで、閉じます。 -
03:57 AM Feature #11227 (Feedback): May it be possible to add some symbols to IO.new() ?
- Or maybe `STDIN.dup`?
-
03:51 AM Bug #11223 (Closed): Rake SignalException: SIGSEGV
-
02:51 AM Bug #11223: Rake SignalException: SIGSEGV
- It is a duplicate of Bug #10978 or #11089
-
01:54 AM Bug #11223 (Feedback): Rake SignalException: SIGSEGV
- Couldn't you show small code to reproduce it?
-
03:06 AM Bug #11228: Classes Cannot be used in case Statements
- PS: The definition of `Class#===` allows you to write
case "A String instance"
when String
put... -
03:05 AM Bug #11228 (Rejected): Classes Cannot be used in case Statements
- This is per spec, please check the definition of `Class#===`, since a `switch` is sugar for calls to `===`.
St...
06/05/2015
-
11:47 PM Feature #11229 (Closed): [PATCH] socket: allow exception-free nonblocking sendmsg/recvmsg
- As documented before, exceptions are expensive and IO::Wait*able are too
common in socket applications to be the exc... -
11:21 PM Bug #11228 (Rejected): Classes Cannot be used in case Statements
- ~~~
#!/usr/bin/env ruby
def flaw_demo
cl_selector="A String instance".class
case cl_selector
when Str... -
10:48 PM Feature #11227: May it be possible to add some symbols to IO.new() ?
- [email protected] wrote:
> `IO.new()` wants a number.
>
> ~~~ruby
> io = IO.new(1)
> ~~~
>
> Would it be po... -
10:37 PM Feature #11227 (Feedback): May it be possible to add some symbols to IO.new() ?
- Hello.
`IO.new()` wants a number.
~~~ruby
io = IO.new(1)
~~~
Would it be possible or desirable to also all... -
09:55 PM Bug #11226 (Rejected): Ripper fails on mswin64
- 今朝の trunk を mswin64 でビルドしたところ、
ripper でこんなエラーが出ていました。
```
Finished tests in 4.319549s, 56.7189 tests/s, 423.4238... -
04:12 PM Bug #11225 (Closed): r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL
- Applied in changeset r50784.
----------
* ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments are
parsed ... -
03:54 PM Bug #11225 (Closed): r50776 + r50780 + r50781 changes behavior on systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL
- On systems without HAVE_STRUCT_MSGHDR_MSG_CONTROL such as Solaris 10,
when passing 3 or more arguments to rsock_bsoc... -
04:12 PM Bug #11224 (Closed): test/socket/test_nonblock.rb:266: [BUG] Segmentation fault at 0x00000000000008 on sparc Solaris 10
- Applied in changeset r50784.
----------
* ext/socket/ancdata.c (bsock_sendmsg_internal): all arguments are
parsed ... -
03:41 PM Bug #11224 (Closed): test/socket/test_nonblock.rb:266: [BUG] Segmentation fault at 0x00000000000008 on sparc Solaris 10
- On sparc Solaris10, during make test-all, the following SEGV occurs.
~~~
TestSocketNonblock#test_recvmsg_nonblock... -
01:51 PM Bug #11217 (Closed): vm_method.c compile error by fcc on Solaris 10
- ビルドできるようになりました。ありがとうございます。
-
01:49 PM Bug #11219: bootstrap test failed on sparc Solaris since r50743
- r50782 にて bootstrap test は PASS all 1012 tests になりました。
かわりに、 make test-all 中に
test/socket/test_nonblock.rb:266: ... -
11:44 AM Bug #11219 (Feedback): bootstrap test failed on sparc Solaris since r50743
- ありがとうございます。
cast をしないようにしてみました。
ちょっと試してみて貰えないでしょうか。 -
11:43 AM Bug #11219 (Closed): bootstrap test failed on sparc Solaris since r50743
- Applied in changeset r50782.
----------
* internal.h: move definition of rb_cref_t to method.h.
* eval_intern.h: mov... -
10:16 AM Bug #11219: bootstrap test failed on sparc Solaris since r50743
- r50743 の変更を見ていると、
eval_intern.h 内で rb_cref_t を無理やり構造体 rb_scope_visibility_t にキャストしてから操作していますが、
これと、従来からある cref->fla... -
04:44 AM Bug #11219: bootstrap test failed on sparc Solaris since r50743
- def->flags.visi = 0 ということになります。
~~~
test_syntax.rb ..............................Fstderr output is not ... -
01:17 PM Bug #11223 (Closed): Rake SignalException: SIGSEGV
- I having this problem whenever I try to perform a rake on Cmock. Any guidance would be greatly appreciated.
~~~
M... -
09:36 AM Bug #11222 (Closed): make test-all 時の TESTS に -j オプションをつけるとファイルが多重ロードされる
- rubygems の upstream をマージしようと作業をしていたところ、TESTS="-j4" のようにパラレル実行のオプションを付けると rubygems のテストが落ちてしまう現象に遭遇しました。
https://gi... -
06:12 AM Bug #11221 (Closed): Fix indentation in Zlib documentation
- The documentation of the parameter window_bits for Zlib::Inflate.new misses two colons to respect the rdoc indentatio...
06/04/2015
-
08:53 PM Feature #11207 (Closed): [PATCH] ext/socket/ancdata.c (bsock_sendmsg_internal): use rb_scan_args
- Applied in changeset r50777.
----------
ChangeLog: add entry for r50776 [ci skip]
* ext/socket/ancdata.c (bsock_sen... -
04:18 PM Bug #11219: bootstrap test failed on sparc Solaris since r50743
- 報告ありがとう御座います。
r50773 で、もうちょっと詳しいメッセージを出すようにしてみました。
どうなるか、試して頂けないでしょうか。
-
09:15 AM Bug #11219 (Closed): bootstrap test failed on sparc Solaris since r50743
- r50743以降、sparc Solaris 10 にて bootstrap test が失敗します。
(64ビット、32ビット共)
~~~
test_syntax.rb ................... -
04:09 PM Bug #11217 (Feedback): vm_method.c compile error by fcc on Solaris 10
- 報告ありがとうございます。
とりあえず、同じレイアウトの構造体を使うようにしてみましたが(ちょっとかっこ悪い)、いかがでしょうか。 -
04:09 PM Bug #11217 (Closed): vm_method.c compile error by fcc on Solaris 10
- Applied in changeset r50772.
----------
* vm_method.c (rb_add_method_iseq): use intermediate struct to
avoid initi... -
02:46 PM Feature #11220 (Rejected): strptime(%6N)
- strftimeにはマイクロ秒などでの出力を指定する、%6N, %9Nというフォーマットがあります。
一方で、パースを行うstrptimeにはそのような指定子が現在ありません。
そのようなものに対するニーズはぼちぼちあるような... -
01:22 PM Bug #11209: [PATCH] Fix for String#+ when subclassed
- You mean the original behaviour was intentional?
-
09:13 AM Bug #11209: [PATCH] Fix for String#+ when subclassed
- I think it is a spec, and there must be more duplicate issues here but can't find them now.
-
01:30 AM Bug #11209: [PATCH] Fix for String#+ when subclassed
- My apologies, just realised the previous patch file was in the wrong format. Uploaded a new patch.
-
10:43 AM Feature #11218: File.open FILE_SHARE_DELETE
- Usaku NAKAMURA wrote:
> ちなみに、rubyがrb_w32_(w)openをテキストモードで呼び出すのはかなりレアケースのはずです(ぼくにはすぐにはやり方が思いつかないレベル)。
あ、ごめんなさい、嘘でし... -
10:16 AM Feature #11218: File.open FILE_SHARE_DELETE
- openにそういうオプション引数を追加するのが早いでしょうね。
ちなみに、rubyがrb_w32_(w)openをテキストモードで呼び出すのはかなりレアケースのはずです(ぼくにはすぐにはやり方が思いつかないレベル)。 -
05:19 AM Feature #11218 (Closed): File.open FILE_SHARE_DELETE
- fluentdという、OSSのログコレクタがあるのですが、これには`in_tail`プラグインというものがあります。
これは、ログファイルを監視して、ログがファイルに追記されたらその分を読み込んでJSONにして他に流します。
... -
09:49 AM Bug #11001 (Feedback): 2.2.1 Segmentation fault in reserve_stack() function.
- Does it happen with recent versions?
-
01:52 AM Bug #11001: 2.2.1 Segmentation fault in reserve_stack() function.
- I also run into the bug too.
~~~
william@debianbox:~/talentlines/webui$ lsb_release -da
No LSB modules are avail... -
04:52 AM Feature #11216: inode for Windows
- Akira Tanaka wrote:
> Windows で ino を使えるようにするのがいけないというわけではないのですが、
> ファイルが同一かどうか確かめるのには現在でも test("-", f1, f2) が使えないで... -
01:09 AM Feature #11190 (Closed): [PATCH] openssl: use io/nonblock instead of fcntl
- Applied in changeset r50762.
----------
ext/openssl/lib/openssl/ssl.rb: use io/nonblock instead of fcntl
[ruby-core...
06/03/2015
-
10:12 PM Bug #11206 (Closed): short file name match incompatibility
- Applied in changeset r50760.
----------
dir.c: FNM_SHORTNAME
* dir.c (dirent_match): match short names only when FN... -
09:14 AM Bug #11206: short file name match incompatibility
- Seems good.
Thank you, nobu. Commit it, please. -
08:17 AM Bug #11206: short file name match incompatibility
- https://github.com/ruby/ruby/compare/trunk...nobu:bug/11206-fnm_shortname
-
08:57 PM Feature #11208 (Closed): [PATCH] variable.c: remove generic ivar support for special constants
- Applied in changeset r50759.
----------
ChangeLog: add missing reference
[ruby-core:69441] [Feature #11208] -
05:11 PM Bug #9743 (Closed): memory leak in openssl ossl_pkey_verify leaks memory
- The failure has been fixed, so we can close this ticket.
-
03:20 PM Bug #11217 (Closed): vm_method.c compile error by fcc on Solaris 10
- Solaris 10 上の古いfccにて、r50728以降、vm_method.c (vm.c から読み込まれる)のコンパイルに失敗します。
下記はr50750でのエラーメッセージです。
~~~
fcc -O2 -KV9... -
02:42 PM Feature #11215: pack/unpack for (u)intptr_t
- パッチの中に /* j for intptr_t */ というコメントがふたつありますが、ひとつは J ですかね。
-
07:39 AM Feature #11215: pack/unpack for (u)intptr_t
- あ、言い忘れましたが、j/Jはperlでは
j A Perl internal signed integer value (IV).
J A Perl internal unsigned integer v... -
07:33 AM Feature #11215 (Closed): pack/unpack for (u)intptr_t
- 以前にも似たようなものを提案したような気がしないでもないですが、
WindowsのAPIを叩いてるとどうしても必要になるので改めて提案します。
pack/unpackのテンプレート文字として、新たに、
j: intp... -
01:49 PM Feature #11216: inode for Windows
- Windows で ino を使えるようにするのがいけないというわけではないのですが、
ファイルが同一かどうか確かめるのには現在でも test("-", f1, f2) が使えないでしょうか。
```
% ruby -e '... -
01:32 PM Feature #11216 (Closed): inode for Windows
- 現在WindowsではFile::Stat#inodeは常に0を返しますが、
例えばあるlogrotate的な運用の行われるファイルを監視・開きっぱなしにして、追記されれば差分を読み、
rotateされた場合は検出して最新のログを...
06/02/2015
-
11:52 PM Bug #11214 (Closed): Cannot Get Correct Binding from inside of C Method
- I am trying to get the arguments passed into a method using the binding. This is possible using pure Ruby:
```ru... -
09:42 PM Feature #10017: Add `Hash#fetch_values`
- Hi, please let me know if there's anything I can do to move this ticket forward.
-
08:19 PM Feature #11208: [PATCH] variable.c: remove generic ivar support for special constants
- [email protected] wrote:
> So the following check should be redundant.
>
> > if (rb_obj_frozen_p(obj)) rb_error_fro... -
03:27 AM Feature #11208: [PATCH] variable.c: remove generic ivar support for special constants
- Good patch.
Before generic_ivar_set(), frozen check is already done.
So the following check should be redundant... -
03:07 AM Feature #11208 (Closed): [PATCH] variable.c: remove generic ivar support for special constants
- variable.c: remove generic ivar support for special constants
Special constants are all frozen since [Feature #892... -
08:11 PM Bug #11213: defined?(super) ignores respond_to_missing?
- However it is difficult because we can't call `self.respond_to_missing?` directly because we should ignore `C1#respon...
-
07:59 PM Bug #11213 (Closed): defined?(super) ignores respond_to_missing?
- ```ruby
class C0
def method_missing *args
p [:method_missing] + args
end
def respond_to_missing? *args... -
07:38 PM Bug #10845: Subclassing String
- It's clear to me that there's no rationale behind the current behavior.
The question is broader than that.
Firs... -
07:37 PM Bug #11211 (Closed): defined(foo.bar) calls respond_to_missing? everytime
- Applied in changeset r50737.
----------
* vm_insnhelper.c (vm_defined): skip respond_to_missing? when
a method is ... -
07:18 PM Bug #11211 (Closed): defined(foo.bar) calls respond_to_missing? everytime
- ```ruby
class C
def respond_to_missing? *args
p args
end
def existing_method; end
end
p defined?(C... -
07:21 PM Bug #11212 (Closed): defined?(foo()) ignores respond_to_missing?
- ```ruby
class C
def respond_to_missing? *args
true
end
def test
p defined?(non_exist_method())
... -
05:01 PM Feature #11210: IPAddr has no public method to get the current subnet mask
- It would be useful to expose @mask_addr. I have done this at times by reopening IPAddr and adding an attr_reader. The...
-
03:56 PM Feature #11210 (Closed): IPAddr has no public method to get the current subnet mask
- Both to_s and to_string omit the subnet mask of an IP address. The only way to query it via public methods is to manu...
-
02:42 PM Bug #11209 (Closed): [PATCH] Fix for String#+ when subclassed
- See #10845.
I also have a Github PR at https://github.com/ruby/ruby/pull/920.
-
12:29 PM Bug #11206: short file name match incompatibility
- IMO, ruby should offer an option to users to select matching short names or not. (maybe File::FNM_SHORTNAME, or someh...
-
12:18 PM Bug #11206: short file name match incompatibility
- For better or worse, extension names are something special things on Windows, so what about matching extension of lon...
-
05:43 AM Bug #11206: short file name match incompatibility
- Running these commands as the administrator would fix the problem:
1. `fsutil 8dot3name set 1`
2. `fsutil 8dot3na... -
02:49 AM Bug #11206: short file name match incompatibility
- Conflict with #10819.
Can these reach a compromise? -
04:20 AM Bug #11046 (Closed): __callee__ returns incorrect method name in orphan proc
- Applied in changeset r50728.
----------
* method.h: make rb_method_entry_t a VALUE.
Motivation and new data struct... -
04:20 AM Bug #11200 (Closed): Memory leak of method entries
- Applied in changeset r50728.
----------
* method.h: make rb_method_entry_t a VALUE.
Motivation and new data struct... -
04:20 AM Bug #11203 (Closed): Change method entries into VALUE
- Applied in changeset r50728.
----------
* method.h: make rb_method_entry_t a VALUE.
Motivation and new data struct... -
02:33 AM Feature #11207 (Closed): [PATCH] ext/socket/ancdata.c (bsock_sendmsg_internal): use rb_scan_args
- This should make the code more maintainable and make it easy to add
keyword argument (to support "exception: false")... -
01:26 AM Feature #11191: Add #to_h method to OptionParser
- Lee Jarvis wrote:
> Yes exactly. This will remove much of the boilerplate I mentioned above. However, the functional...
06/01/2015
-
05:58 PM Feature #10974: [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath
- [email protected] wrote:
> I am OK with this change. Does anyone else have opinon on this?
> E.g. compatibility i... -
12:22 PM Feature #10974: [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath
- I am OK with this change. Does anyone else have opinon on this?
E.g. compatibility issue?
Matz.
-
05:54 PM Bug #11206 (Closed): short file name match incompatibility
- When I develop a foo.gem, my working diretory has foo.gemspec and foo.gem.
If I run `gem install -l foo`, it fails ... -
05:18 PM Bug #11203: Change method entries into VALUE
- I cannot view images at the moment, but I strongly approve of using
VALUE types more in our internals for the same ... -
10:48 AM Bug #11203 (Closed): Change method entries into VALUE
- Now, `rb_method_entry_t` is an allocated data pointed from method tables (`class/module` has) and from control frame ...
-
04:14 PM Bug #11205: Problem with __dir__ or it's description
- Note that `require_relative` uses `__dir__` as the base to generate an absolute path.
-
03:08 PM Bug #11205 (Closed): Problem with __dir__ or it's description
- ~~~
Kernel#__dir__
Returns the canonicalized absolute path of the directory of the file from which this method is... -
01:05 PM Bug #11201 (Closed): pkg_config NoMethodError when finding other -config program
- Applied in changeset r50717.
----------
mkmf.rb: split --libs
* lib/mkmf.rb (pkg_config): split --libs if --libs-on... -
12:44 PM Bug #11201: pkg_config NoMethodError when finding other -config program
- i try to modify your possible patch a bit,
now it can parse the libs from the libflags again.
makes it work with ... -
09:46 AM Bug #11201: pkg_config NoMethodError when finding other -config program
- Thank you, does this patch work?
~~~diff
diff --git i/lib/mkmf.rb w/lib/mkmf.rb
index be9b06c..615e2dc 100644
-... -
09:00 AM Bug #11201: pkg_config NoMethodError when finding other -config program
- wx from wxWidgets does have its own wx-config script with does have other flags than pkg-config
(pkg-config in its s... -
08:51 AM Bug #11201 (Feedback): pkg_config NoMethodError when finding other -config program
- Does `pkg-config --libs-only-l wx` work?
-
06:48 AM Bug #11201 (Closed): pkg_config NoMethodError when finding other -config program
where it does work (existing package)
~~~ruby
pkg_config("gtk+-x11-2.0") # => ["-pthread", "", "-lgtk-x11-2.0 ...-
10:19 AM Bug #11202 (Rejected): No warning when a link to an original method body was removed
- ```
class C0
def foo
end
end
class C < C0
alias bar foo # C0#foo is pointed from C0 and C#ba...
Also available in: Atom