Project

General

Profile

Activity

From 01/27/2015 to 02/02/2015

02/02/2015

11:47 PM Bug #10820: Win32 Registry Delete uses ANSI instead of Wide APIs
Looks like you may want to explore the same for `RegQueryInfoKey` as well. See https://msdn.microsoft.com/en-us/libra... ferventcoder (Rob Reynolds)
11:26 PM Bug #10820: Win32 Registry Delete uses ANSI instead of Wide APIs
For the issue, without this fix, it is likely not to find registry keys/values that have unicode in them. This is wha... ferventcoder (Rob Reynolds)
11:12 PM Bug #10820: Win32 Registry Delete uses ANSI instead of Wide APIs
Apparently markdown didn't work so well, but hopefully the gist of the issue is captured here. ferventcoder (Rob Reynolds)
11:11 PM Bug #10820 (Closed): Win32 Registry Delete uses ANSI instead of Wide APIs
https://github.com/ruby/ruby/blob/trunk/ext/win32/lib/win32/registry.rb#L236-L237
Contains:
~~~ruby
module...
ferventcoder (Rob Reynolds)
10:41 PM Bug #10815: Dir.foreach in block form does not allow encoding
Ok, but that seems a strange way to declare the function prototype. Compare that with Dir.entries, which does give yo... djberg96 (Daniel Berger)
02:58 AM Bug #10815 (Rejected): Dir.foreach in block form does not allow encoding
Encoding is a keyword argument.
~~~
Dir.foreach( dirname, encoding: enc ) {| filename | block } -> nil
~~~
>...
nobu (Nobuyoshi Nakada)
09:02 PM Bug #10768: segfault during ruby_vm_destruct() in cont_free()
For backporting into 2.1, include r46340 first. tmm1 (Aman Karmani)
08:58 PM Bug #10768 (Closed): segfault during ruby_vm_destruct() in cont_free()
Applied in changeset r49474.
----------
gc.c: ensure GC state is consistent during VM shutdown
* gc.c (rb_objspace_...
tmm1 (Aman Karmani)
06:34 PM Bug #10819 (Closed): can't glob win32 short pathname
I used to install ruby under the "c:/program files" and use to apply windows short pathname such as "c:/progra~1" and... arton (Akio Tajima)
02:48 PM Bug #10493: Wrong encoding for Etc.getlogin in Windows
Tomoyuki Chikanaga wrote:
> Backported into `ruby_2_1` at r49473.
> usa-san, thank you for your advice. I'll keep m...
usa (Usaku NAKAMURA)
02:01 PM Bug #10493: Wrong encoding for Etc.getlogin in Windows
Backported into `ruby_2_1` at r49473.
usa-san, thank you for your advice. I'll keep my eyes on RubyCI, especially ...
nagachika (Tomoyuki Chikanaga)
02:46 PM Bug #10811: x86_64 segfault on Haiku
hm, this looks like it could be thread related.. the __int64 0 size is expected.
CFLAGS='-g -ggdb' ./configure --e...
kallisti5 (Alexander von Gluck)
01:55 PM Bug #10432: wrong receiver of Binding from Method
Backported into `ruby_2_1` at r49472. nagachika (Tomoyuki Chikanaga)
01:46 PM Bug #10412: DNS Resolv broken when resolv.conf has option ndots > 1
Backported into `ruby_2_1` at r49471. nagachika (Tomoyuki Chikanaga)
01:40 PM Bug #10210: LDSHARED and LDSHAREDXX set to null ('')
Backported into `ruby_2_1` at r49470. nagachika (Tomoyuki Chikanaga)
12:00 PM Feature #10816: Add the ability to capture Coverage information
Sounds good to me. I'm positive to import the feature.
I'd like to hear any opinion from the direct users of the ...
mame (Yusuke Endoh)
09:15 AM Feature #10510 (Assigned): Remove REXML instead of patching it
hsbt (Hiroshi SHIBATA)
08:19 AM Bug #10818 (Closed): Extrange behaviour when apliying a refinement inside eval
When you activate a refinement inside an a string using `eval` with a binding, the refinement is sill active the next... pabloh (Pablo Herrero)
06:30 AM Bug #10817 (Closed): [PERF] vm3_gc slower
http://rubybench.org/ruby/ruby/commits?result_type=vm3_gc
When running locally,
---------------------------------...
tgxworld (Guo Xiang Tan)
04:29 AM Feature #10017 (Assigned): Add `Hash#fetch_values`
Matz, can we introduce this `Hash#fetch_values`? nobu (Nobuyoshi Nakada)
03:24 AM Misc #10809: [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
Commit bit approved. Proceed to usual previledge grant process.
Matz.
matz (Yukihiro Matsumoto)
12:20 AM Feature #10790: Can't read CommitterHowto's links
RDの時はこのプラグインで整形してたとかですかねぇ。
* https://github.com/ruby/redmine_ruby_lang_mailing_list_customization
In English,
Be...
sho-h (Sho Hashimoto)

02/01/2015

11:57 PM Feature #10816 (Closed): Add the ability to capture Coverage information
Hi,
I would like to periodically capture coverage information. The reason is because I would like to be able to p...
tenderlovemaking (Aaron Patterson)
10:11 PM Bug #10815: Dir.foreach in block form does not allow encoding
I should also note that the method does not appear to do any sort of type or arity checking. I'm not sure if that's i... djberg96 (Daniel Berger)
08:11 PM Bug #10815 (Rejected): Dir.foreach in block form does not allow encoding
It doesn't appear that Dir.foreach{} allows an encoding:
enc = Encoding::UTF_16LE
# Without a block, wo...
djberg96 (Daniel Berger)
05:59 PM Bug #10814: SIGBUS by stack overflow on Funtoo (fixed at r49463)
Backported into ruby_2_1 at r49467. nagachika (Tomoyuki Chikanaga)
05:56 PM Bug #10814 (Closed): SIGBUS by stack overflow on Funtoo (fixed at r49463)
This ticket is only for backport management.
I didn't confirm this change can be backported into each branch, but ...
nagachika (Tomoyuki Chikanaga)
05:57 PM Bug #10779: occasional segmentation fault running ruby 2.1, doesn't appear with ruby 1.9
Nobuyoshi Nakada wrote:
> LMH medchem wrote:
> > I'm not sure what you are referring to with this. I don't have any...
LMHmedchem (LMH medchem)
05:52 PM Bug #10813 (Closed): Fix intermittent SIGBUS on Linux (fixed at r49452)
This ticket is only for backport management.
I didn't confirm this can be backported into each branch. But I'll fi...
nagachika (Tomoyuki Chikanaga)
04:01 PM Bug #5618: Exceptions cause DRb connection to be closed
This issue still exists in Ruby 2.1.5. felixbuenemann (Felix Bünemann)
12:41 PM Misc #10809: [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
It's my super great pleasure to be able to do that, I'm glad to and go to follow what you said.
But now I'm afraid...
gogotanaka (Kazuki Tanaka)
06:32 AM Misc #10809: [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
`class_eval` with a block form would be preferable to a string form in may cases.
Are you going to commit these pa...
nobu (Nobuyoshi Nakada)
04:56 AM Misc #10809: [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
Oh.. I found editting message with uploading new file posts new message with duplicate contents.
We seem not to be...
gogotanaka (Kazuki Tanaka)
04:49 AM Misc #10809: [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
> Isn't it better to use assert_infinity?
It's much better! I attached patch to follow what you said(not only `Ma...
gogotanaka (Kazuki Tanaka)
03:14 AM Misc #10809: [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
> ~~~diff
> + assert_equal(1.0/0, Math.cbrt(1.0/0))
> ~~~
Isn't it better to use `assert_infinity`?
> ~~~d...
nobu (Nobuyoshi Nakada)
12:32 AM Misc #10809 (Closed): [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
Hi! Here are two patches.
## reorder_test_cbrt_and_add_a_assertion.patch:
Move Test#test_cbrt to more proper pl...
gogotanaka (Kazuki Tanaka)
11:15 AM Bug #10812 (Closed): Object#respond_to? doesn't acknowledge active refinements
nobu (Nobuyoshi Nakada)
09:30 AM Bug #10812: Object#respond_to? doesn't acknowledge active refinements
Aparently this is at the Refinements Specification, sorry for not seeing this before. Please close this issue. pabloh (Pablo Herrero)
08:27 AM Bug #10812 (Closed): Object#respond_to? doesn't acknowledge active refinements
Object#respond_to? seems to ignore active refinements.
Take for instance the following code:
```ruby
module...
pabloh (Pablo Herrero)
04:47 AM Feature #10806 (Closed): drop batch installation
Applied in changeset r49465.
----------
rbinstall.rb: no batch installation
* tool/rbinstall.rb (bin-comm): drop ba...
nobu (Nobuyoshi Nakada)
03:51 AM Bug #10811: x86_64 segfault on Haiku
Just noticed that "checking size of __int64... 0" during configure... hmmm
```
checking for long long... yes
che...
kallisti5 (Alexander von Gluck)
03:47 AM Bug #10811: x86_64 segfault on Haiku
adding complete buildlog kallisti5 (Alexander von Gluck)
03:46 AM Bug #10811 (Closed): x86_64 segfault on Haiku
make test, although all ruby scripts result in this failure..
```
make[2]: `ruby' is up to date.
make[2]: Leavin...
kallisti5 (Alexander von Gluck)
02:40 AM Misc #10810 (Closed): Refactor test_math.rb by introducing method named `assert_float_and_int`
Hi! I've refactored `/test/ruby/test_math.c` by introducing method named `assert_float_and_int`.
Begin afraid of c...
gogotanaka (Kazuki Tanaka)

01/31/2015

11:59 PM Bug #10808 (Feedback): r49451以降 Solarisにてruby-glommed.oの作成に失敗
ldに渡されていることから `$(OBJS)` には含まれているようです。
直接 `make dln.o` と実行した場合は作られるのでしょうか。
もしそれでできないのなら dln.o の依存ルールがおかしいことになりますが。
nobu (Nobuyoshi Nakada)
04:06 PM Bug #10808 (Closed): r49451以降 Solarisにてruby-glommed.oの作成に失敗
r49451以降、以下のエラーが発生してビルドできません。
dln.o がビルドされないため、ruby-glommed.o のビルドに失敗しています。
~~~
cc -xO4 -xtarget=sparc64viiplus ...
ngoto (Naohisa Goto)
11:31 PM Feature #10740: Base64 urlsafe methods are not urlsafe
Awesome. :) dragonsinth (Scott Blum)
03:37 PM Feature #10740 (Assigned): Base64 urlsafe methods are not urlsafe
Thank you all. I'll commit the patch in a few days unless there is objection.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
02:14 PM Bug #10807: Segfault on arm - ruby trunk, 2.2, 2.1
Usaku NAKAMURA wrote:
> The SEGV is caused in therubyracer's C extention.
> So, you should report this to the devel...
oceyral (Olivier Ceyral)
01:53 PM Bug #10807 (Third Party's Issue): Segfault on arm - ruby trunk, 2.2, 2.1
The SEGV is caused in therubyracer's C extention.
So, you should report this to the developers of therubyracer first.
usa (Usaku NAKAMURA)
01:36 PM Bug #10807 (Third Party's Issue): Segfault on arm - ruby trunk, 2.2, 2.1
First, apologies if this is a duplicate or wrong place to report. I know next to nothing about ruby, so I don't even ... oceyral (Olivier Ceyral)
04:39 AM Feature #10806 (Closed): drop batch installation
We have already dropped Windows 95 support a few years ago.
So I want to drop batch file installation too now.
Does...
nobu (Nobuyoshi Nakada)

01/30/2015

08:46 PM Feature #10800: [PRRF][PATCH] Make math.c twice as faster when passed Bignum
Hi! After r49449, I found math.c become 5.7 times faster than before.
note: in a certain case (`Math.atan2 ` with `F...
gogotanaka (Kazuki Tanaka)
08:28 AM Feature #10800 (Closed): [PRRF][PATCH] Make math.c twice as faster when passed Bignum
Applied in changeset r49449.
----------
math.c: optimization for Bignum
* math.c (num2dbl_with_to_f): make faster w...
nobu (Nobuyoshi Nakada)
01:45 AM Feature #10800: [PRRF][PATCH] Make math.c twice as faster when passed Bignum
Hi, I just fix indent my patch "introduce_num2dbl_with_to_f_func.patch".
If you prefer merge it to one patch, ple...
gogotanaka (Kazuki Tanaka)
05:22 PM Bug #10768: segfault during ruby_vm_destruct() in cont_free()
Thank you for confirmation.
> Would you like me to commit it to trunk?
Yes, please!
ko1 (Koichi Sasada)
05:01 PM Bug #10804 (Feedback): [BUG] Segmentation fault ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
Probably, same as #10408? nobu (Nobuyoshi Nakada)
03:22 PM Bug #10804 (Closed): [BUG] Segmentation fault ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]
~~~
-- Control frame information -----------------------------------------------
c:0004 p:---- s:0010 e:000009 CFUN...
supergirl630 (Sophia Harrison)
04:53 PM Bug #10803 (Feedback): Similar issue/stack trace as above in 2.1.5, 2.1.6
Gabriel Mazetto wrote:
> I've experienced this problem with other gems that have C extensions, it's not deterministi...
nobu (Nobuyoshi Nakada)
01:02 PM Bug #10803: Similar issue/stack trace as above in 2.1.5, 2.1.6
Here is the C-level backtrace:
> ~~~
> -- C level backtrace information -----------------------------------------...
brodock (Gabriel Mazetto)
12:56 PM Bug #10803 (Closed): Similar issue/stack trace as above in 2.1.5, 2.1.6
~~~
/opt/rubies/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/syck-358913870211/lib/syck.rb:136: [BUG] rb_gc_mark(): 0x007f...
brodock (Gabriel Mazetto)
02:04 PM Feature #10790: Can't read CommitterHowto's links
English later. ruby-dev になっているので先に日本語で。
私が RD から markdown に変換したときに既に RD 形式のリンクではなく今のような書き方になっていたので、自動変換でうまく変換できなかっ...
znz (Kazuhiro NISHIYAMA)
11:44 AM Bug #10802 (Closed): strict-aliasing warning on RHEL/CentOS 6
Is there a chance to suppress the strict-aliasing warning:
~~~
string.c: In function [e28098]rb_fstring_new[e2809...
vo.x (Vit Ondruch)
08:21 AM Bug #10801 (Rejected): Problem running rails server for sample app
~~~
-- C level backtrace information -------------------------------------------
0 libruby.2.2.0.dylib ...
nobu (Nobuyoshi Nakada)
02:31 AM Bug #10801 (Rejected): Problem running rails server for sample app
This is the crash report I received
~~~
alexander-porros-macbook-pro:sample_app alexanderporro$ rails server
(sn...
[email protected] (Alexander Porro)
07:46 AM Bug #10568: segmentation fault after pack & ioctl & unpack
ruby_2_0_0 r49447 merged revision(s) 48803.
r44803 was already backported to `ruby_2_0_0`, and now a part of r44804 h...
usa (Usaku NAKAMURA)
07:20 AM Bug #10494: ioctl returns EINVAL instead of ENOTTY for pipes on older linux, breaking piped test suite
ruby_2_0_0 r49446 merged revision(s) 48854.
Note that `ruby_2_0_0` has `lib/test/unit.rb` instead of at `test/lib`.
usa (Usaku NAKAMURA)
07:13 AM Bug #10732: rdoc:ファイル中に単独の\rがあるとrdocがハングアップする
ruby_2_0_0 r49445 merged revision(s) 49223. usa (Usaku NAKAMURA)
07:10 AM Bug #8115: make install DESTDIR=/my/install/path fails
ruby_2_0_0 r49444 merged revision(s) 41756. usa (Usaku NAKAMURA)
06:54 AM Bug #10711: Incorrect error message in coerce failed
ruby_2_0_0 r49443 merged revision(s) 49224,49225,49234,49235. usa (Usaku NAKAMURA)
03:44 AM Bug #10796: bigdecimal gem update error
Usaku NAKAMURA wrote:
> Jon Forums wrote:
> > Bigdecimal 1.2.6 installs fine in 64bit 2.1.5p277 on my ubuntu server...
jonforums (Jon Forums)
12:03 AM Bug #10796: bigdecimal gem update error
Problem fixed at least for the case I reported.
Thank you.
SAnDAnGE (Emanuel D)

01/29/2015

10:09 PM Feature #10800: [PRRF][PATCH] Make math.c twice as faster when passed Bignum
$ cat bench.rb
```ruby
require 'benchmark'
puts Benchmark.measure { 10000000.times { Math.cos(1) } }
puts...
gogotanaka (Kazuki Tanaka)
09:32 PM Feature #10800 (Closed): [PRRF][PATCH] Make math.c twice as faster when passed Bignum
This ticket is continued from [Feature 10785](https://bugs.ruby-lang.org/issues/10785)
My patch last time is only...
gogotanaka (Kazuki Tanaka)
09:50 PM Bug #10768: segfault during ruby_vm_destruct() in cont_free()
We deployed the lazy-sweep/finalizer patch to production a few days ago and have confirmed that it stopped the segfau... tmm1 (Aman Karmani)
05:36 PM Bug #10799 (Rejected): Segmentation fault in Tests
We have been facing issues with frequent Segmentation faults while running whole test suite on local and on CI platfo... varunlalan (Varun Lalan)
03:58 PM Bug #10795: to_s returns references to self if called on string
Francesco Boffa wrote:
> I insist, however, that this should at least be made clearer in the documentation of all th...
marcandre (Marc-Andre Lafortune)
08:26 AM Bug #10795: to_s returns references to self if called on string
For sure, our code was not the ideal for that task, and indeed, I already had changed it to one of your sane alternat... fra.boffa (Francesco Boffa)
03:10 PM Bug #10796: bigdecimal gem update error
Ah, is this change really required for ruby_2_2?
IMO this is needed only for bigdecimal gem.
We can build current e...
usa (Usaku NAKAMURA)
02:44 PM Bug #10796 (Assigned): bigdecimal gem update error
Please backport r49440 to ruby_2_2 branch. mrkn (Kenta Murata)
02:43 PM Bug #10796 (Closed): bigdecimal gem update error
I've fixed the problem and released bigdecimal 1.2.7.
Please check the new version.
Thanks.
mrkn (Kenta Murata)
12:34 AM Bug #10796: bigdecimal gem update error
bigdecimal-1.2.6 is only works ruby 2.2.0 or later.
gemspec of bigdecimal needs require_ruby_version section.
I a...
hsbt (Hiroshi SHIBATA)
12:32 AM Bug #10796 (Assigned): bigdecimal gem update error
Jon Forums wrote:
> Bigdecimal 1.2.6 installs fine in 64bit 2.1.5p277 on my ubuntu server 14.10 x64 vm.
Perhaps t...
usa (Usaku NAKAMURA)
11:59 AM Bug #10677: Regression: Time#parse no longer automatically converts to localtime
Ben Johnson wrote:
> Thank you for the explanation. I'll continue to debug and see if I can help measure it's impact...
rohandaxini (Rohan Daxini)
08:20 AM Feature #10798 (Closed): Define the MIME type for JSON in WEBrick::HTTPUtils::DefaultMimeTypes
This patch adds the MIME type for JSON (application/json) to WEBrick::HTTPUtils::DefaultMimeTypes.
This is useful wh...
kyanagi (Kouhei Yanagita)
06:31 AM Feature #10793: Infrastructure/Release-Management: Sign releases
As far as I remember we discussed this topic before (but I can't find the ticket/mail).
Anyway the conclusion is h...
naruse (Yui NARUSE)
02:32 AM Feature #10785: [PATCH1/1] [ja/en] 特定のケースでMath.cを3倍速く / Make Math.c 3 times faster in a certain situation
@Nobuyoshi Nakada san
Thank you for merging.
I'm gonna make docs be better and try to solve "warning" issue.
...
gogotanaka (Kazuki Tanaka)
01:42 AM Feature #10785 (Closed): [PATCH1/1] [ja/en] 特定のケースでMath.cを3倍速く / Make Math.c 3 times faster in a certain situation
Applied in changeset r49433.
----------
math.c: Get_Double
* math.c (Get_Double): direct casting from Fixnum to dou...
nobu (Nobuyoshi Nakada)
12:29 AM Feature #10785: [PATCH1/1] [ja/en] 特定のケースでMath.cを3倍速く / Make Math.c 3 times faster in a certain situation
I got your point, I'm sorry to cause you trouble.
But even now, `Float#to_f` is ignored. I think it's same for thi...
gogotanaka (Kazuki Tanaka)

01/28/2015

11:46 PM Bug #10796: bigdecimal gem update error
Due to the same undefined reference link errors, 1.2.6 causes gem install failures in 32bit versions of 2.0.0p617 and... jonforums (Jon Forums)
07:21 PM Bug #10796 (Closed): bigdecimal gem update error
```winbatch
C:\Zend\Apache2\htdocs\u3c>gem update
Updating installed gems
Updating bigdecimal
Building native ext...
SAnDAnGE (Emanuel D)
11:40 PM Feature #10785: [PATCH1/1] [ja/en] 特定のケースでMath.cを3倍速く / Make Math.c 3 times faster in a certain situation
gogo tanaka wrote:
> Nobuyoshi Nakada wrote:
> > I don't think this is a sane idea
>
> Hmm.. I believe using `(d...
nobu (Nobuyoshi Nakada)
06:01 PM Feature #10785: [PATCH1/1] [ja/en] 特定のケースでMath.cを3倍速く / Make Math.c 3 times faster in a certain situation
Nobuyoshi Nakada wrote:
> I don't think this is a sane idea
Hmm.. I believe using `(double)FIX2LONG(x)` instead o...
gogotanaka (Kazuki Tanaka)
08:19 AM Feature #10785: [PATCH1/1] [ja/en] 特定のケースでMath.cを3倍速く / Make Math.c 3 times faster in a certain situation
Although I don't think this is a sane idea, redefinition of `Integer#to_f` won't be ignored after your patch? nobu (Nobuyoshi Nakada)
10:45 PM Bug #10795: to_s returns references to self if called on string
Marc-Andre Lafortune wrote:
> In any case, your code is better written
>
> def coords_to_string
> "#{l...
sawa (Tsuyoshi Sawada)
09:08 PM Bug #10795 (Rejected): to_s returns references to self if called on string
Remember, the principle of least astonishment applies to Matz only :-)
Changing this would, among other things, be...
marcandre (Marc-Andre Lafortune)
03:58 PM Bug #10795 (Rejected): to_s returns references to self if called on string
This is not actually a bug, but rather a strong violation of the Principle of least astonishment.
Lately I found a...
fra.boffa (Francesco Boffa)
10:27 PM Feature #10797 (Closed): `inherit` parameter for `..._defined?` methods in Module
`Module#const_defined?` takes an optional argument `inherit` with default value `true` to control whether to consider... sawa (Tsuyoshi Sawada)
07:48 PM Feature #10652: Automatic detection of user and password from env
Sorry to insist on this, but what about other languages like python and nodejs working fine while ruby fails with "40... xfalcox (Rafael Silva)
05:49 PM Feature #10090: Display of program name in process listing under AIX
Rei,
Thank you for your work on this. The r47852 patch appears to resolve the issue.
nichogl (Geoff Nichols)
03:44 PM Bug #10794 (Closed): false positive on mswin CI
かなりどうでもいいですが、暇なときにでもbackportお願いします。 usa (Usaku NAKAMURA)
12:33 PM Bug #10694 (Closed): Improve Thread#value rubydoc
Applied in changeset r49428.
----------
* thread.c: Improve documentation for Thread#value
[Bug #10694][ruby-core:...
hsbt (Hiroshi SHIBATA)
12:07 PM Feature #10793 (Open): Infrastructure/Release-Management: Sign releases
Hi,
currently Ruby releases are not cryptographically signed and distributed unencrypted via http. While there are...
rmoriz (Roland Moriz)
08:24 AM Bug #10314: Default argument lookup fails in Ruby 2.2 for circular shadowed variable names
I'm in favor of that error. nobu (Nobuyoshi Nakada)
07:48 AM Feature #10726: [PATCH 4/4] * New methods: Set#power
It is a well defined mathematical operation but it seems to me it has a very narrow usage.
IMHO, maybe such funct...
radan (Radan Skorić)
06:27 AM Bug #10792: Unable to compile bigdecimal on Mac
Just tested, it works. Thanks for your help!
```
$ gem install bigdecimal
Fetching: bigdecimal-1.2.6.gem (100%)
...
rmarescu (Razvan Marescu)
06:14 AM Bug #10792 (Closed): Unable to compile bigdecimal on Mac
I've done to push bigdecimal-1.2.6.gem to rubygems.org.
Please check it.
mrkn (Kenta Murata)
06:03 AM Bug #10792 (Assigned): Unable to compile bigdecimal on Mac
Sorry, I forgot to push it to rubygems.org.
I'll do it asap.
Thanks.
mrkn (Kenta Murata)
04:59 AM Bug #10792: Unable to compile bigdecimal on Mac
I just found https://bugs.ruby-lang.org/issues/10622, which seems to be related. I guess I have to wait for the next ... rmarescu (Razvan Marescu)
04:50 AM Bug #10792 (Closed): Unable to compile bigdecimal on Mac
Hello,
I'm having issues compiling `bigdecimal` `1.2.5` on Mac OS X 10.10.1 (14B25). I use `rbenv` `0.4.0` for man...
rmarescu (Razvan Marescu)
06:15 AM Bug #9743 (Open): memory leak in openssl ossl_pkey_verify leaks memory
Seeing this test failure on travis:
https://travis-ci.org/zzak/openssl/jobs/48587976
I think we should re-open th...
zzak (zzak _)
06:02 AM Bug #10284: Segmentation fault on Ruby 2.1.2 and 2.1.3
Two different segmentation faults with sidekiq:
~~~
2015-01-23T20:17:56.487Z 6966 TID-7wg64fk INFO: Booting Sidek...
incubus (Alexander Logvinov)
05:55 AM Bug #10284: Segmentation fault on Ruby 2.1.2 and 2.1.3
Hi!
I often get this segmentation when unicorn sends QUIT signal for the old process. The crash is reproduced on...
incubus (Alexander Logvinov)
04:44 AM Misc #10757: Vagrant environment for MRI contributors
Are there any additional improvements you would like for me to make to this Vagrant configuration? anthonycrumley (Anthony Crumley)
01:36 AM Bug #10786: SIGINT can not interrupt remaining codes after XMLRPC::Server gets SIGINT
In xmlrpc/server.rb line 585-586,
```ruby
signals = %w[INT TERM HUP] & Signal.list.keys
signals.each { ...
nidev (Changbeom Yun)

01/27/2015

07:43 PM Misc #10791 (Open): [PATCH 1/1] Remove unnecessary passing value from doc for Observable
Hi, when reading doc for Observable, I notice little unnecessary code which may cause little confusion in example.
...
gogotanaka (Kazuki Tanaka)
05:38 PM Feature #10726: [PATCH 4/4] * New methods: Set#power
@ Shota Fukumori, @Marc-Andre Lafortune
> * Write description of your proposal in the ticket.
Implement method wh...
gogotanaka (Kazuki Tanaka)
04:09 PM Feature #10726: [PATCH 4/4] * New methods: Set#power
Moreover, the implementation could be improved.
`powerset` or `power_set` would be a more appropriate name.
I don...
marcandre (Marc-Andre Lafortune)
02:30 AM Feature #10726: [PATCH 4/4] * New methods: Set#power
- Write description of your proposal in the ticket.
- What is your use case?
- I think there's no need to split pat...
sorah (Sorah Fukumori)
02:25 AM Feature #10726: [PATCH 4/4] * New methods: Set#power
ping gogotanaka (Kazuki Tanaka)
04:23 PM Bug #10788: Timeout not work with socket
Unfortunately, it's a restriction of WinSock.
You have to use Socket instead of TCPSocket and call Socket#connect_no...
usa (Usaku NAKAMURA)
03:41 PM Bug #10788 (Closed): Timeout not work with socket

`Timeout.timeout(1) do
TCPSocket.new "33.2.2.1",333
end
`
The ip 33.2.2.1 is unreachable, I except it raise...
dashi6174 (邓 打师)
04:00 PM Feature #10790 (Closed): Can't read CommitterHowto's links
[[ruby:CommitterHowto]] has old style links. They are displayed as []. Maybe, they can fix as follows.
```
-After...
sho-h (Sho Hashimoto)
03:51 PM Bug #10789 (Closed): X-forwarded-Proto required when using Reverse Proxy
The Webrick library httpserver.rb makes use of the X-Forwarded-* HTTP headers when building link references for 307 r... jbalcorn (Justin Alcorn)
03:33 PM Bug #10787 (Rejected): skipped test are not shown on test-all
気持ちはなんとなくわからんでもないですが。
意図的であるということもわかったし、見たくなったら--show-skipで見られることも思い出したので、納得したことにします。
usa (Usaku NAKAMURA)
03:02 PM Bug #10787 (Feedback): skipped test are not shown on test-all
なんか思い出せないのですが、不快さがしきいを越えてしまったのかなぁ。
すでに test/lib ができたあとで、Ruby 本体の開発者以外には関係ない状態だったので、気楽にやってしまったという可能性はあるかもしれません。
akr (Akira Tanaka)
02:41 PM Bug #10787 (Assigned): skipped test are not shown on test-all
おお、早い。ありがとうございます。
MLでは特に議論は見られなかったのですが、これはなぜでしょう?
(戻せ、とまでの強い意見があるわけではないですが)
usa (Usaku NAKAMURA)
02:34 PM Bug #10787: skipped test are not shown on test-all
r47889 (Oct 12, 2014) からですね。
https://github.com/ruby/ruby/commit/178bc9a0e797d7c09a74a6edec525bda314cc575
sorah (Sorah Fukumori)
02:24 PM Bug #10787 (Rejected): skipped test are not shown on test-all
いつからかはわかりませんが、test-allの結果にskipされたテストが表示されなくなっています。
usa (Usaku NAKAMURA)
01:27 PM Bug #10786 (Rejected): SIGINT can not interrupt remaining codes after XMLRPC::Server gets SIGINT
When XMLRPC::Server has started completely, a user presses Ctrl-C to send SIGINT. XMLRPC::Server stops by SIGINT.
...
nidev (Changbeom Yun)
12:20 PM Bug #10582 (Closed): String#chomp strips off more newlines than its documentation states
hsbt (Hiroshi SHIBATA)
11:50 AM Bug #10768: segfault during ruby_vm_destruct() in cont_free()
Thank you. This patch seems good.
ko1 (Koichi Sasada)
11:43 AM Bug #10314 (Open): Default argument lookup fails in Ruby 2.2 for circular shadowed variable names
Nobu, what do you think about funny falcon's idea?
ko1 (Koichi Sasada)
11:36 AM Feature #10773: nested module should work in instance_eval
Where is "meth_in_m"?
ko1 (Koichi Sasada)
11:04 AM Feature #10771: An easy way to get the source location of a constant
Matz issue.
ko1 (Koichi Sasada)
10:20 AM Bug #6232: Ruby : Segmentation fault on Readline.refresh_line after screen resize.
... reverted r49424.
ruby_2_0_0 ss too far from trunk.
usa (Usaku NAKAMURA)
08:02 AM Bug #6232: Ruby : Segmentation fault on Readline.refresh_line after screen resize.
ruby_2_0_0 r49424 merged revision(s) 49244. usa (Usaku NAKAMURA)
08:07 AM Bug #10731: Segmentation fault when create alias to refined method
ruby_2_0_0 r49425 merged revision(s) 49221.
test is a little changed to get rid of a warning about refinement on 2.0.0.
usa (Usaku NAKAMURA)
07:47 AM Bug #10706: Segmentation fault when change visibility of refined new method
ruby_2_0_0 r49422 merged revision(s) 49175.
test is a little changed to get rid of a warning about refinement on 2.0.0.
usa (Usaku NAKAMURA)
07:39 AM Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
ruby_2_0_0 r49422 merged revision(s) 49175.
and also backported a part of r40160.
usa (Usaku NAKAMURA)
02:32 AM Feature #10255: Math.log: check domain of base argument
Related to https://bugs.ruby-lang.org/issues/10785 gogotanaka (Kazuki Tanaka)
02:30 AM Bug #10487: [PATCH 3/3] More than 3 arguments Passing to CMath.log doesn't make sense.
@Ayumu AIZAWA san
Thank you so much! Here you are.
gogotanaka (Kazuki Tanaka)
02:17 AM Feature #10785 (Closed): [PATCH1/1] [ja/en] 特定のケースでMath.cを3倍速く / Make Math.c 3 times faster in a certain situation
English follows japanese. Because my english is not good ;(
拙い英語のため両言語で補足をします.
`FIXNUM_P(x)`が真を取る際には `(double)F...
gogotanaka (Kazuki Tanaka)
 

Also available in: Atom