Project

General

Profile

Activity

From 05/14/2014 to 05/20/2014

05/20/2014

04:20 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
Nobuyoshi Nakada wrote:
> It seems to occur only when running `configure` under the home directory. Very strange.
...
pje (patrick ellis)
10:02 AM Feature #9852: How to bundle test-unit2 and minitest5
Rubygems allows for installation from local gems, so it'd be entirely possible to have the gems contained in the tarb... zenspider (Ryan Davis)
02:17 AM Bug #9856 (Closed): [PATCH] process.c (proc_getgroups, proc_setgroups): use ALLOCV_N
On my Linux system, these may return up to 64K rb_gid_t entries for
a total of 256K stack usage, potentially trigger...
normalperson (Eric Wong)
01:24 AM Bug #8737 (Closed): [BUG] Bus Error
Thank you for your feedback. hsbt (Hiroshi SHIBATA)

05/19/2014

11:21 PM Bug #9854 (Rejected): Segmentation fault when I required json and httparty
> ~~~
> /usr/local/rvm/gems/ruby-2.1.0/gems/json-1.8.1/lib/json/ext/generator.so(+0x32bd) [0x7fbfa630e2bd]
> ~~~
...
nobu (Nobuyoshi Nakada)
05:08 PM Bug #9854 (Rejected): Segmentation fault when I required json and httparty
Hello,
I'm using ruby 1.9.2p290 and working with a gem called httparty. I wrote a simple script to perform a "ge...
hali (hassan ali)
11:14 PM Bug #9840 (Third Party's Issue): [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
Why not remove the invalid file? nobu (Nobuyoshi Nakada)
03:53 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
workaround for ruby bug
https://abf.io/openmandriva/ruby/blob/master/ruby.spec#L316
~~~
CFLAGS=`echo %{optflag...
fedya (Alexander Khryukin)
10:09 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
[email protected] wrote:
> I want to suggest only add "--enable-jemalloc" (not default).

I am considering it, but I ...
normalperson (Eric Wong)
09:25 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
Sorry I found https://bugs.ruby-lang.org/attachments/download/4424/0001-configure.in-add-with-jemalloc-option.patch
...
ko1 (Koichi Sasada)
09:18 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
(2014/05/20 5:09), [email protected] wrote:
> I can update this to limit=2.2 to workaround the failure and com...
ko1 (Koichi Sasada)
08:09 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
[email protected] wrote:
> [1/1] Test_StringModifyExpand#test_modify_expand_memory_leak = 0.02 s
> 1) Fail...
normalperson (Eric Wong)
08:21 PM Bug #9855 (Rejected): nested hash with clone method , it act as a reference but object id are different
This is expected behavior. `clone` is only a shallow clone and thus the values of a hash are not cloned themselves. marcandre (Marc-Andre Lafortune)
05:37 PM Bug #9855 (Rejected): nested hash with clone method , it act as a reference but object id are different
there is a problem with nested hash ,
when i clone a nested hash it act as a reference an when i remove an element ...
neerajdoharey (Neeraj Doharey)
04:43 PM Feature #9853 (Open): Please consider quoted generation of hash like in %h( foo bar bee blaa )
Hi.
In Ruby we can do this:
%w( foo bar bee blaa ) # => ["foo", "bar", "bee", "blaa"]
Ok makes an array of ...
shevegen (Robert A. Heiler)
01:26 PM Feature #9852 (Closed): How to bundle test-unit2 and minitest5
I removed test-unit and minitest at #9711
But we need to bundle testing framework with Ruby 2.2.0 continuously.
I...
hsbt (Hiroshi SHIBATA)
01:24 PM Feature #9851 (Closed): How to bundle test-unit2 and minitest5
hsbt (Hiroshi SHIBATA)
12:28 PM Feature #9851 (Closed): How to bundle test-unit2 and minitest5
I removed test-unit and minitest at #9711
But we need to bundle testing framework with Ruby 2.2.0 continuously.
I...
hsbt (Hiroshi SHIBATA)
12:15 PM Feature #9711 (Assigned): Remove test-unit and minitest from stdlib.
hsbt (Hiroshi SHIBATA)
12:12 PM Feature #9711: Remove test-unit and minitest from stdlib.
hsbt and sora_h, thanks for your works.
> I'd like to hear opinion from Kou (author of test-unit.gem) and Ryan. Th...
kou (Kouhei Sutou)
05:07 AM Feature #9711 (Closed): Remove test-unit and minitest from stdlib.
Applied in changeset r46011.
----------
* bin/testrb: Removed. Forgot to remove in r45971.
[Feature #9711] [ruby-c...
sorah (Sorah Fukumori)
11:15 AM Bug #9850 (Closed): FileUtils.mv shouldn't try to make sure the owner is preserved
I found an issue with one of our servers due to user ids not being mapped correctly between the NFS server and client... rosenfeld (Rodrigo Rosenfeld Rosas)
09:53 AM Bug #8737: [BUG] Bus Error
I recently switched to pry and removed debugger gem (https://github.com/cldwalker/debugger) and the exception went aw... nijikon (Tomasz Pajor)
07:30 AM Bug #9849 (Closed): gsub(String, String) doesn't work properly
Applied in changeset r46013.
----------
string.c: byte offset
* string.c (`rb_pat_search`): advance by byte of...
nobu (Nobuyoshi Nakada)
06:05 AM Bug #9849 (Closed): gsub(String, String) doesn't work properly
gsub(String, String) doesn't work properly as follows:
```
$ ruby -ve 'puts "あああ\"foo\"\n\"bar\"".gsub("\"", "\"\...
shugo (Shugo Maeda)
06:01 AM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
The monkey patch I mentioned above was backed out due to a serious problem found, that is, if an instance of libruby.... knu (Akinori MUSHA)
02:18 AM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Akira Tanaka wrote:
> I intend this feature (Etc.sysconf, etc.) as low level API.
>
> One of the feature I want i...
usa (Usaku NAKAMURA)
01:50 AM Bug #9848 (Third Party's Issue): OpenSSL::SSL::SSLContext の SSLv2 利用不可サーバへの接続時のデフォルト設定の応答について
SSLv2利用不可なサーバに対する環境において、
以下のようなコードを 1.8.7 と 1.9.3 と 2.0.0 で実行した場合の結果が異なりました。
確認した ruby 版数は以下になります。
* ruby 1.8....
naitoh (Jun NAITOH)

05/18/2014

03:55 PM Bug #9718: Segmentation fault is occurred on trunk and 2.1
r45553, r45554, r45557, r45558, r45561, r45566 and r45567 were backported into `ruby_2_1` at r46006. nagachika (Tomoyuki Chikanaga)
03:41 PM Bug #9740: super: no superclass method in Ruby 2.1.1
The reference from r46005 was mistake. The changesets for this ticket were not backported yet. sorry for noise. nagachika (Tomoyuki Chikanaga)
03:38 PM Bug #9722: Failure with multiple keyword arguments
r45405 and r45408 were backported into `ruby_2_1` branch at r46005. nagachika (Tomoyuki Chikanaga)
03:37 PM Bug #9669: Inconsistent SyntaxError in Ruby 2.1 mandatory keyword arguments definition without parentheses.
r45405 and r45408 were backported into `ruby_2_1` branch at r46005. nagachika (Tomoyuki Chikanaga)
01:17 PM Feature #6810: `module A::B; end` is not equivalent to `module A; module B; end; end` with respect to constant lookup (scope)
After not doing any Ruby for a while, i find it hard again to recall the constant scope and inheritance rules.
I k...
alexeymuranov (Alexey Muranov)
11:23 AM Bug #9806: URI#encode doesn't encode characters '[' and ']'. They should be encoded as %5B and %5D respectively.
It looks like URI.encode/escape was deprecated in favor of either CGI.escape or URI.encode_www_form_component per htt... johnnymugs (Jonathan Mukai)
07:58 AM Feature #9711: Remove test-unit and minitest from stdlib.
I agree that we should package testing library (at least one).
I prefer bundling test-unit2 and minitest5 gem in R...
sorah (Sorah Fukumori)
05:35 AM Feature #9826: Enumerable#slice_between
There can be another method that works the opposite to the proposed method with respect to the truthfulness of the bl... sawa (Tsuyoshi Sawada)
04:11 AM Feature #9826: Enumerable#slice_between
Yukihiro Matsumoto wrote:
> But `slice_between` does not describe what it does.
> Try another name.
I searched...
akr (Akira Tanaka)
04:09 AM Feature #9826: Enumerable#slice_between
I updated the patch to be applied cleanly for HEAD after slice_after merge. akr (Akira Tanaka)
01:48 AM Feature #9842 (Closed): system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Applied in changeset r45984.
----------
* ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented.
* ex...
akr (Akira Tanaka)
12:33 AM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
matz accepted this issue at https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20140517Japan akr (Akira Tanaka)
12:58 AM Feature #9770 (Closed): Etc.uname
Applied in changeset r45983.
----------
* ext/etc/etc.c: Etc.uname method implemented.
* ext/etc/extconf.rb: Check ...
akr (Akira Tanaka)
12:34 AM Feature #9770: Etc.uname
I wasn't suggesting that you use the gem, just use it as a guide. djberg96 (Daniel Berger)
12:33 AM Feature #9770: Etc.uname
matz accepted this issue at https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20140517Japan akr (Akira Tanaka)
12:37 AM Feature #9834 (Closed): Float#{next_float,prev_float}
Applied in changeset r45982.
----------
* configure.in: Check nextafter() availability.
* include/ruby/missing.h (n...
akr (Akira Tanaka)
12:33 AM Bug #4225: IO.foreach should only accept string arguments
Why do they defer? djberg96 (Daniel Berger)
12:06 AM Feature #9071 (Closed): Enumerable#slice_after
Applied in changeset r45981.
----------
* enum.c: Enumerable#slice_after implemented.
* enumerator.c: Enumerator::L...
akr (Akira Tanaka)

05/17/2014

11:22 PM Bug #9847 (Closed): Cannot create new String when using File.read(size, buffer)
Applied in changeset r45979.
----------
io.c: buffer must be modifiable
* io.c (io_setstrbuf): always check if the ...
nobu (Nobuyoshi Nakada)
07:16 PM Bug #9847: Cannot create new String when using File.read(size, buffer)
Errata:
- comments regarding Test `#2` in script are incorrect, but the code is still valid
- Issue was *not* not...
Feldmarschal (Kenneth Guerin)
06:19 PM Bug #9847 (Closed): Cannot create new String when using File.read(size, buffer)
This bug was first noticed in version 1.9.2 and is still present in 2.1.2p95
The attached script does the followin...
Feldmarschal (Kenneth Guerin)
08:18 PM Bug #4225 (Rejected): IO.foreach should only accept string arguments
Not only `IO.foreach`, an enumerator defers argument check in general. nobu (Nobuyoshi Nakada)
04:20 PM Bug #4225: IO.foreach should only accept string arguments
Still happening as of 2.1.2. djberg96 (Daniel Berger)
04:37 PM Feature #9513 (Closed): Hide Rational internal
Applied in changeset r45976.
----------
* include/ruby/ruby.h: Hide Rational internal.
(RRational): Moved to inter...
akr (Akira Tanaka)
06:01 AM Feature #9513: Hide Rational internal
Accepted. matz (Yukihiro Matsumoto)
12:48 PM Feature #9834: Float#{next_float,prev_float}
Float#next_float definitely. Float#next is too short and too simple for this method.
Matz.
matz (Yukihiro Matsumoto)
12:17 PM Feature #9834: Float#{next_float,prev_float}
Float#next or Float#next_float?
Yukihiro Matsumoto wrote:
> Accepted.
>
> Matz.
marcandre (Marc-Andre Lafortune)
07:30 AM Feature #9834: Float#{next_float,prev_float}
Accepted.
Matz.
matz (Yukihiro Matsumoto)
11:37 AM Feature #9711 (Open): Remove test-unit and minitest from stdlib.
Hi, Ryan.
I and sora_h removed test-unit from stdlib.
Please remove minitest from stdlib too.
>I would like th...
hsbt (Hiroshi SHIBATA)
06:27 AM Feature #9711 (Closed): Remove test-unit and minitest from stdlib.
Applied in changeset r45970.
----------
* test/runner.rb: remove dependency test-unit and minitest
from stdlib whe...
hsbt (Hiroshi SHIBATA)
06:52 AM Feature #9770: Etc.uname
sys-uname gem is not usable for tests bundled in ruby. akr (Akira Tanaka)
06:33 AM Feature #9071: Enumerable#slice_after
Accepted.
Matz
matz (Yukihiro Matsumoto)
06:26 AM Feature #9826 (Feedback): Enumerable#slice_between
I understand the use-case, and I'd like to add the feature.
But `slice_between` does not describe what it does.
Try...
matz (Yukihiro Matsumoto)

05/16/2014

07:13 PM Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
Thanks for the answer, Eric!
If you look at the attached example (test.rb), you will see that there IS already a s...
rb2k (Marc Seeger)
05:11 PM Feature #9612: Gemify OpenSSL
Awesome, thanks so much @ko1!!!

We should consider this for 2.2.0, adding a gemspec with required_ruby_version ...
zzak (zzak _)
04:56 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
I intend this feature (Etc.sysconf, etc.) as low level API.
One of the feature I want is `Etc.confstr(Etc::CS_GNU_...
akr (Akira Tanaka)
04:35 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
POSIX is the standard which should be respected obviously, but Ruby is operating not only on POSIX environment.
Re...
usa (Usaku NAKAMURA)
04:15 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Usaku NAKAMURA wrote:
> I don't disagree with this feature, but can't you design a little more abstract interface?
...
akr (Akira Tanaka)
03:55 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
I don't disagree with this feature, but can't you design a little more abstract interface? usa (Usaku NAKAMURA)
01:23 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Updated patch attached.
It doesn't define IO.pathconf.
akr (Akira Tanaka)
04:49 PM Bug #9648 (Closed): Dir.glob('../*') shows unexpected result in a symbolic linked directory on Windows
Applied in changeset r45965.
----------
dir.c: match plain names as-is
* dir.c (`glob_pattern_type`): separate...
nobu (Nobuyoshi Nakada)
04:49 PM Bug #9648: Dir.glob('../*') shows unexpected result in a symbolic linked directory on Windows
Unfortunately, it seems to need tools more than expected to deal with symbolic links on Windows.
So I'll fix only th...
nobu (Nobuyoshi Nakada)
03:57 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
Same issue for me.
~~~
checking minix/config.h presence... no
checking for minix/config.h... no
checking ...
fedya (Alexander Khryukin)
02:11 PM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
Nobuyoshi Nakada wrote:
> You load an extension library for shared libruby from static-linked ruby.
could you pl...
shivanibhanwal (shivani thakur)
01:44 PM Bug #9843 (Rejected): curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
You load an extension library for shared libruby from static-linked ruby. nobu (Nobuyoshi Nakada)
12:35 PM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
Here is the Crash Report
https://gist.github.com/shivanibhanwal/2cb79ed2d59e6fda87c2
https://gist.github.com/shiv...
shivanibhanwal (shivani thakur)
11:11 AM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
shivani thakur wrote:
> I have attached the crash log file in the message.. that is "error_trace.txt"
No.
He m...
nobu (Nobuyoshi Nakada)
10:13 AM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
I have attached the crash log file in the message.. that is "error_trace.txt"
This error is not only coming for the...
shivanibhanwal (shivani thakur)
01:59 PM Feature #9711: Remove test-unit and minitest from stdlib.
> the patch looks fine to me. Should it not do deletes from lib/* ?
Thanks for your review. I'll commit this tomor...
hsbt (Hiroshi SHIBATA)
12:18 PM Feature #9846 (Rejected): Regexp#to_regexp
There should be `Regexp#to_regexp`, just as there is `Array#to_ary` and `String#to_str`.
```ruby
p [].to_ary ...
wconrad (Wayne Conrad)
06:09 AM Feature #9816: 文字列内の数字を数値として比較するメソッド
Yui NARUSE wrote:
> > (あと numericcmp は cc という同じ文字の並びの間で単語が分かれるというのが、
> > ぱっとみたときに単語分割しにくいように思います。)
>
> それは、akr...
akr (Akira Tanaka)

05/15/2014

10:15 PM Bug #9843 (Feedback): curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
As the message shows, please give us the Crash Report log file.
BTW, as a general rule, when SEGV is occured in cu...
usa (Usaku NAKAMURA)
04:33 PM Bug #9843 (Rejected): curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
I am using Mavericks OS and project was working fine earlier and then I decided to change the
Ruby 2.0.0 to ruby 2.0...
shivanibhanwal (shivani thakur)
03:29 PM Bug #8405: CSV module - improper regexp for escaping special characters
r45374 was backported into `ruby2_1` branch at r45956. nagachika (Tomoyuki Chikanaga)
03:25 PM Bug #9475: Behavior change with include + super + alias_method between 1.9.x and 2.x
r45367, r45387, r45388 and r45389 were backported into `ruby_2_1` branch at r45955. nagachika (Tomoyuki Chikanaga)
02:14 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
It seems to occur only when running `configure` under the home directory.
Very strange.
nobu (Nobuyoshi Nakada)
02:06 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Motohiro KOSAKI wrote:
> > Etc.sysconf(Etc::SC_ARG_MAX) #=> 2097152
> > Etc.sysconf(Etc::SC_NPROCESSORS_ONLN) #...
akr (Akira Tanaka)
01:38 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
On Thu, May 15, 2014 at 7:45 AM, <[email protected]> wrote:
> Issue #9842 has been reported by Akira Tanaka.
>
> ----...
kosaki (Motohiro KOSAKI)
11:45 AM Feature #9842 (Closed): system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
How about providing methods to obtain system configuration variables?
POSIX defines sysconf(), confstr(), pathconf...
akr (Akira Tanaka)
12:43 PM Bug #9739 (Closed): TestException#test_machine_stackoverflow(_by_define_method) failures on x64-mingw32
Applied at r45947. Thank you. h.shirosaki (Hiroshi Shirosaki)
03:13 AM Bug #9739: TestException#test_machine_stackoverflow(_by_define_method) failures on x64-mingw32
I found this fix was provided on mswin at r43748, but not on mingw.
We can use Structured Exception Handling by
A...
h.shirosaki (Hiroshi Shirosaki)
12:31 PM Bug #8358 (Closed): TestSprintf#test_float test failure
Applied in changeset r45954.
----------
configure.in: enable SSE2 on mingw
* configure.in: enable SSE2 on mingw. ta...
Anonymous
12:31 PM Bug #9767 (Closed): test-all parallel fails if a test is skipped after raise
Applied in changeset r45953.
----------
parallel.rb: fix test-all parallel failure
* lib/test/unit/parallel.rb: fix...
Anonymous
07:06 AM Feature #9612 (Open): Gemify OpenSSL
It might be better to create a subtask? nobu (Nobuyoshi Nakada)
06:39 AM Feature #9612 (Closed): Gemify OpenSSL
Applied in changeset r45945.
----------
openssl/depend: ossl.o
* ext/openssl/depend (ossl.o): now depends on t...
nobu (Nobuyoshi Nakada)
12:08 AM Feature #9841 (Rejected): [RFC] use ihash for fstring implementation
This results in ~100K[1] memory savings on start up (with RubyGems
loaded) with no user-visible changes.
While th...
normalperson (Eric Wong)

05/14/2014

10:12 PM Feature #6074: Allow alias arguments to have a comma
Special cases always make me cringe. Why is alias a special case anyway? It seems very odd since alias_method is a me... trans (Thomas Sawyer)
08:11 PM Bug #9840 (Third Party's Issue): [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
On OS X 10.9.2, the ruby-2.1.2 configure script fails if an empty file named `Info.plist` exists in the user's home d... pje (patrick ellis)
07:58 PM Feature #9614: ordering of non-Hash items which use st_ internally
[email protected] wrote:
> Adding similar data structure can also increase complexity.
> At least, I like same interfa...
normalperson (Eric Wong)
08:17 AM Feature #9614: ordering of non-Hash items which use st_ internally
> ko1: adding flag for ordering might complicate the st code even more.
> I think st should only be for implementi...
ko1 (Koichi Sasada)
06:59 AM Feature #9614: ordering of non-Hash items which use st_ internally
Hi, thank you for the comments!

ko1: adding flag for ordering might complicate the st code even more.
I think st...
normalperson (Eric Wong)
05:50 AM Feature #9614: ordering of non-Hash items which use st_ internally
I suspect that tests for `local_variables` would need fixing too. nobu (Nobuyoshi Nakada)
05:48 AM Feature #9614: ordering of non-Hash items which use st_ internally
How is it the rate of reduction?
Since I wasn't very positive to make the ordering a spec, I'm not against it.
Bu...
nobu (Nobuyoshi Nakada)
05:29 AM Feature #9614: ordering of non-Hash items which use st_ internally
Just a comment.
I think it should be another parameter of st_table.
Now all st_tables have order.
But most of ...
ko1 (Koichi Sasada)
12:58 AM Feature #9614: ordering of non-Hash items which use st_ internally
[email protected] wrote:
> Hi matz, I would like your permission to remove the order preservation from
> any or...
normalperson (Eric Wong)
07:28 PM Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
It looks like a race condition in your code. You were lucky to not hit
it in 1.8.7 or with a different use of trap...
normalperson (Eric Wong)
06:20 PM Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
Nobuyoshi Nakada,
Please take a second look at the ticket and attached source, you failed to address two things:
...
askreet (Kyle Smith)
01:38 AM Bug #9835 (Rejected): IGNORE signal handler has possible race condition in Ruby 2.1.2
It's your bug, just sending a signal before the children trap `SIGUSR1`. nobu (Nobuyoshi Nakada)
07:14 PM Bug #9836: Bad Implementation of Time.strptime
Sorry for the unclear wording. I would expect that it behaves similar to `DateTime`'s implementation and to not ignor... silverhammermba (Max Anselm)
06:28 AM Bug #9836: Bad Implementation of Time.strptime
I guess the OP expects `%U` not to be ignored.
~~~diff
diff --git a/lib/time.rb b/lib/time.rb
index 3728fef..ec4...
nobu (Nobuyoshi Nakada)
04:16 PM Bug #9839 (Feedback): Segment fault in http
What is the version of openssl?
It seems known problem of ruby 2.1.1.
Please try ruby 2.1.2.
usa (Usaku NAKAMURA)
03:22 PM Bug #9839 (Rejected): Segment fault in http
I've got segment fault in ruby 2.1.1
/home/ubuntu/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http.rb:920: [BUG] Seg...
siera (Ruo S)
12:50 PM Bug #9705: Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
Great tip, thanks a lot Heesob Park!
In line 67 in Ruby 2.1.2 Makefile, one simply has to change `-msse2` to `-msse`...
athlon_user (C. A.)
10:52 AM Bug #9705: Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
Athlon XP processor does not have SSE2 support.
SSE2 support was added with the Athlon 64 processor.
But the genera...
phasis68 (Heesob Park)
10:10 AM Bug #9705: Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
I have exactly the same issue with my Athlon XP 2600+.
The compilation process stops every time at the same point as...
athlon_user (C. A.)
10:56 AM Feature #9612 (Open): Gemify OpenSSL
Modified.
But current version doesn't work on 2.1.2 or before.
ko1 (Koichi Sasada)
10:55 AM Feature #9612 (Closed): Gemify OpenSSL
Applied in changeset r45944.
----------
* ext/openssl/depend: remove dependency from internal headers.
[Featur...
ko1 (Koichi Sasada)
 

Also available in: Atom