Project

General

Profile

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...
drwilco (Rogier Mulhuijzen)
06:58 PM Bug #11226: Ripper fails on mswin64
On 2015/06/07 23:21, [email protected] wrote:
> 軽くショックだったのでいちおう言っておくと、http://rubyci.org/ にあります。
> vc10-x64ってやつ...
ko1 (Koichi Sasada)
02:21 PM Bug #11226: Ripper fails on mswin64
Koichi Sasada wrote:
> CI ってあるんでしたっけ。
軽くショックだったのでいちおう言っておくと、http://rubyci.org/ にあります。
vc10-x64ってやつがそうです。
usa (Usaku NAKAMURA)
06:53 PM Misc #11061 (Closed): doc/extension.ja.rdoc 査読依頼
naruse (Yui NARUSE)
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...
jeremyevans0 (Jeremy Evans)
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
`
Anonymous
02:59 PM Bug #11234 (Closed): RubyVM::InstructionSequence.load で case が落ちる
RubyVM::InstructionSequence.load を有効にしてテストしていますが、以下のコードで Segmentation fault になります。
~~~
str = <<EOS
def test_is()...
yukimi_sake (Yukio Sakaue)
01:59 PM Bug #11231: Should rb_alloc_tmp_buffer() be public API?
Thanks for the explanations! Eregon (Benoit Daloze)
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`.
...
nobu (Nobuyoshi Nakada)
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...
kyrylo (Kyrylo Silin)
02:29 AM Bug #11232 (Feedback): rb_compile_string from parse.y segfaults
Is `vparser` in `parser_compile_string()` GCed? nobu (Nobuyoshi Nakada)
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...
kyrylo (Kyrylo Silin)

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...
gogotanaka (Kazuki Tanaka)
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 ...
Eregon (Benoit Daloze)
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...
Eregon (Benoit Daloze)
04:34 AM Bug #11226 (Rejected): Ripper fails on mswin64
builddir/ext/ripper を消して試しても再現していたのですが、
中田さんの助言にしたがい、srcdir/ext/ripper を消してやり直してみたら、この症状が無くなりました。
というわけで、閉じます。
ko1 (Koichi Sasada)
03:57 AM Feature #11227 (Feedback): May it be possible to add some symbols to IO.new() ?
Or maybe `STDIN.dup`? nobu (Nobuyoshi Nakada)
03:51 AM Bug #11223 (Closed): Rake SignalException: SIGSEGV
nobu (Nobuyoshi Nakada)
02:51 AM Bug #11223: Rake SignalException: SIGSEGV
It is a duplicate of Bug #10978 or #11089 phasis68 (Heesob Park)
01:54 AM Bug #11223 (Feedback): Rake SignalException: SIGSEGV
Couldn't you show small code to reproduce it? nobu (Nobuyoshi Nakada)
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...
marcandre (Marc-Andre Lafortune)
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...
marcandre (Marc-Andre Lafortune)

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...
normalperson (Eric Wong)
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...
martin_vahi (Martin Vahi)
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...
normalperson (Eric Wong)
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...
shevegen (Robert A. Heiler)
09:55 PM Bug #11226 (Rejected): Ripper fails on mswin64
今朝の trunk を mswin64 でビルドしたところ、
ripper でこんなエラーが出ていました。
```
Finished tests in 4.319549s, 56.7189 tests/s, 423.4238...
ko1 (Koichi Sasada)
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 ...
ngoto (Naohisa Goto)
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...
ngoto (Naohisa Goto)
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 ...
ngoto (Naohisa Goto)
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...
ngoto (Naohisa Goto)
01:51 PM Bug #11217 (Closed): vm_method.c compile error by fcc on Solaris 10
ビルドできるようになりました。ありがとうございます。 ngoto (Naohisa Goto)
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: ...
ngoto (Naohisa Goto)
11:44 AM Bug #11219 (Feedback): bootstrap test failed on sparc Solaris since r50743
ありがとうございます。
cast をしないようにしてみました。
ちょっと試してみて貰えないでしょうか。
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
ngoto (Naohisa Goto)
04:44 AM Bug #11219: bootstrap test failed on sparc Solaris since r50743
def->flags.visi = 0 ということになります。
~~~
test_syntax.rb ..............................Fstderr output is not ...
ngoto (Naohisa Goto)
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...
quang319 (Quang Nguyen)
09:36 AM Bug #11222 (Closed): make test-all 時の TESTS に -j オプションをつけるとファイルが多重ロードされる
rubygems の upstream をマージしようと作業をしていたところ、TESTS="-j4" のようにパラレル実行のオプションを付けると rubygems のテストが落ちてしまう現象に遭遇しました。
https://gi...
hsbt (Hiroshi SHIBATA)
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... tweek (Thiébaud Weksteen)

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...
Anonymous
04:18 PM Bug #11219: bootstrap test failed on sparc Solaris since r50743
報告ありがとう御座います。
r50773 で、もうちょっと詳しいメッセージを出すようにしてみました。
どうなるか、試して頂けないでしょうか。
ko1 (Koichi Sasada)
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 ...................
ngoto (Naohisa Goto)
04:09 PM Bug #11217 (Feedback): vm_method.c compile error by fcc on Solaris 10
報告ありがとうございます。
とりあえず、同じレイアウトの構造体を使うようにしてみましたが(ちょっとかっこ悪い)、いかがでしょうか。
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
02:46 PM Feature #11220 (Rejected): strptime(%6N)
strftimeにはマイクロ秒などでの出力を指定する、%6N, %9Nというフォーマットがあります。
一方で、パースを行うstrptimeにはそのような指定子が現在ありません。
そのようなものに対するニーズはぼちぼちあるような...
naruse (Yui NARUSE)
01:22 PM Bug #11209: [PATCH] Fix for String#+ when subclassed
You mean the original behaviour was intentional? yoongkang (Yoong Kang Lim)
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. nobu (Nobuyoshi Nakada)
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. yoongkang (Yoong Kang Lim)
10:43 AM Feature #11218: File.open FILE_SHARE_DELETE
Usaku NAKAMURA wrote:
> ちなみに、rubyがrb_w32_(w)openをテキストモードで呼び出すのはかなりレアケースのはずです(ぼくにはすぐにはやり方が思いつかないレベル)。
あ、ごめんなさい、嘘でし...
usa (Usaku NAKAMURA)
10:16 AM Feature #11218: File.open FILE_SHARE_DELETE
openにそういうオプション引数を追加するのが早いでしょうね。
ちなみに、rubyがrb_w32_(w)openをテキストモードで呼び出すのはかなりレアケースのはずです(ぼくにはすぐにはやり方が思いつかないレベル)。
usa (Usaku NAKAMURA)
05:19 AM Feature #11218 (Closed): File.open FILE_SHARE_DELETE
fluentdという、OSSのログコレクタがあるのですが、これには`in_tail`プラグインというものがあります。
これは、ログファイルを監視して、ログがファイルに追記されたらその分を読み込んでJSONにして他に流します。
...
naruse (Yui NARUSE)
09:49 AM Bug #11001 (Feedback): 2.2.1 Segmentation fault in reserve_stack() function.
Does it happen with recent versions? nobu (Nobuyoshi Nakada)
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...
william.l. (William L. L.)
04:52 AM Feature #11216: inode for Windows
Akira Tanaka wrote:
> Windows で ino を使えるようにするのがいけないというわけではないのですが、
> ファイルが同一かどうか確かめるのには現在でも test("-", f1, f2) が使えないで...
naruse (Yui NARUSE)
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...
Anonymous

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...
nobu (Nobuyoshi Nakada)
09:14 AM Bug #11206: short file name match incompatibility
Seems good.
Thank you, nobu. Commit it, please.
usa (Usaku NAKAMURA)
08:17 AM Bug #11206: short file name match incompatibility
https://github.com/ruby/ruby/compare/trunk...nobu:bug/11206-fnm_shortname nobu (Nobuyoshi Nakada)
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]
Anonymous
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. zzak (zzak _)
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...
ngoto (Naohisa Goto)
02:42 PM Feature #11215: pack/unpack for (u)intptr_t
パッチの中に /* j for intptr_t */ というコメントがふたつありますが、ひとつは J ですかね。
akr (Akira Tanaka)
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...
usa (Usaku NAKAMURA)
07:33 AM Feature #11215 (Closed): pack/unpack for (u)intptr_t
以前にも似たようなものを提案したような気がしないでもないですが、
WindowsのAPIを叩いてるとどうしても必要になるので改めて提案します。
pack/unpackのテンプレート文字として、新たに、
j: intp...
usa (Usaku NAKAMURA)
01:49 PM Feature #11216: inode for Windows
Windows で ino を使えるようにするのがいけないというわけではないのですが、
ファイルが同一かどうか確かめるのには現在でも test("-", f1, f2) が使えないでしょうか。
```
% ruby -e '...
akr (Akira Tanaka)
01:32 PM Feature #11216 (Closed): inode for Windows
現在WindowsではFile::Stat#inodeは常に0を返しますが、
例えばあるlogrotate的な運用の行われるファイルを監視・開きっぱなしにして、追記されれば差分を読み、
rotateされた場合は検出して最新のログを...
naruse (Yui NARUSE)

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...
schneems (Richard Schneeman)
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. wojtekmach (Wojtek Mach)
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...
normalperson (Eric Wong)
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...
ko1 (Koichi Sasada)
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...
normalperson (Eric Wong)
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... ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
marcandre (Marc-Andre Lafortune)
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 ...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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())
...
ko1 (Koichi Sasada)
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... bjmllr (Ben Miller)
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... herwinw (Herwin Quarantainenet)
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.
yoongkang (Yoong Kang Lim)
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... usa (Usaku NAKAMURA)
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... nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
02:49 AM Bug #11206: short file name match incompatibility
Conflict with #10819.
Can these reach a compromise?
nobu (Nobuyoshi Nakada)
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...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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")...
normalperson (Eric Wong)
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...
nobu (Nobuyoshi Nakada)

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...
normalperson (Eric Wong)
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.
matz (Yukihiro Matsumoto)
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 ...
naruse (Yui NARUSE)
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 ...
normalperson (Eric Wong)
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 ... ko1 (Koichi Sasada)
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.
gam3 (Allen Morris)
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...
gam3 (Allen Morris)
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...
nobu (Nobuyoshi Nakada)
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 ...
Hanmac (Hans Mackowiak)
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
-...
nobu (Nobuyoshi Nakada)
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...
Hanmac (Hans Mackowiak)
08:51 AM Bug #11201 (Feedback): pkg_config NoMethodError when finding other -config program
Does `pkg-config --libs-only-l wx` work? nobu (Nobuyoshi Nakada)
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 ...
Hanmac (Hans Mackowiak)
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...
ko1 (Koichi Sasada)
 

Also available in: Atom