Activity
From 02/09/2015 to 02/15/2015
02/15/2015
-
10:23 PM Bug #10855: [PATCH] Matrix#inverse returns matrix of integers whenever possible
- Marc-Andre Lafortune wrote:
> Interesting.
>
> I'm thinking it might be best to do the conversion even if some en... -
08:15 PM Bug #10855: [PATCH] Matrix#inverse returns matrix of integers whenever possible
- Interesting.
I'm thinking it might be best to do the conversion even if some entries are not integral. Why do you ... -
07:08 PM Bug #10855 (Third Party's Issue): [PATCH] Matrix#inverse returns matrix of integers whenever possible
- Currently, Matrix#inverse returns a matrix of Rationals, even when each
element has a denominator of 1. This leads t... -
08:47 PM Bug #10856 (Closed): Splat with empty keyword args gives unexpected results
- When keyword args are passed to a method with splat, and there are no keyword args, an empty hash is sent. I would ex...
02/14/2015
-
10:37 PM Bug #10854: Backport r49543
- r49543 and r49557 were backported into `ruby_2_1` branch at r49600.
-
10:48 AM Bug #10854 (Closed): Backport r49543
- Please backport r49543 related with GHOST vulnerability.
-
04:46 AM Bug #10828: send should not create immortal symbols
- ruby_2_2 r49598 merged revision(s) 49499,49500,49501,49502,49504,49505,49506,49507.
-
03:55 AM Bug #10761: Marshal.dump 100% slower in 2.2.0 vs 2.1.5
- ruby_2_2 r49513 merged revision(s) 49376,49387,49389.
-
03:22 AM Bug #10826: Refinements make instance_methods(false) return methods of superclasses
- ruby_2_2 r49592 merged revision(s) 49493.
-
02:53 AM Bug #10848 (Feedback): [BUG] Segmentation fault at 0x00000000000440 ???
- Please post plain text, not RTF format.
And please show crash log report, too.
02/13/2015
-
06:26 PM Feature #10740: Base64 urlsafe methods are not urlsafe
- Awesome, thanks!
-
12:44 PM Feature #10740: Base64 urlsafe methods are not urlsafe
- Sorry for the late action, I've committed the patch. Thank you!
--
Yusuke Endoh <[email protected]> -
12:31 PM Feature #10740 (Closed): Base64 urlsafe methods are not urlsafe
- Applied in changeset r49585.
----------
* lib/base64.rb: make urlsafe mode user-friendly.
* lib/base64.rb (Base64.u... -
03:54 PM Feature #10816 (Closed): Add the ability to capture Coverage information
- Applied in changeset r49589.
----------
* ext/coverage/coverage.c: Add Coverage.peek_result. Allows you to
captur... -
03:47 PM Feature #10816: Add the ability to capture Coverage information
- > Sorry for leaving this ticket and thank you for commenting and creating a proof-of-concept.
No problem. I'm rea... -
02:11 PM Feature #10816: Add the ability to capture Coverage information
- Sorry for leaving this ticket and thank you for commenting and creating a proof-of-concept.
Fair enough. Aaron, cou... -
01:24 AM Feature #10816: Add the ability to capture Coverage information
- I made a proof of concept program (using the patch I've posted here):
https://gist.github.com/tenderlove/fba8eaf... -
12:01 AM Feature #10816: Add the ability to capture Coverage information
- I can absolutely see tying this into minitest-autotest to make it smarter about what tests to run on edit.
-
02:16 PM Bug #10839: OpenSSL 1.0.2 does not allow wrap mode (fixed by r49525)
- r49575 and r49579 were merged into `ruby_2_1` branch at r49588.
-
01:59 PM Bug #10839: OpenSSL 1.0.2 does not allow wrap mode (fixed by r49525)
- r49579 で Fedora21 での CI も対応した模様。
Backport の DONE を外しておきます。 -
07:18 AM Bug #10839: OpenSSL 1.0.2 does not allow wrap mode (fixed by r49525)
- ruby_2_2 r49584 merged revision(s) 49525,49575.
-
01:07 PM Bug #10853 (Closed): inspect.claer dumps core
- Applied in changeset r49586.
----------
* string.c (str_discard): does not free for STR_NOFREE string.
[Bug #10853... -
12:41 PM Bug #10853 (Closed): inspect.claer dumps core
- ~~~
$ ruby -e 'inspect.clear'
*** Error in `ruby': munmap_chunk(): invalid pointer: 0x00007fd20ed64fe7 ***
Aborted... -
11:42 AM Bug #10852 (Closed): TestObjSpace#test_dump_flags sometimes fails on mswin-CI
- mswinのCIで、以下のfailureが時々(2割くらい?)出るのですが、何がまずいのでしょうか?
2.2だと頻度はぐっと下がりますが、出ないわけではないようです。
'''
1) Failure:
TestObjSp... -
11:15 AM Feature #10851 (Open): Introduce Regexp#fetch
- There is a common pattern in code:
match = pattern.match(string)
var = match && match[name_of_capture]
One shoul... -
11:14 AM Bug #10850 (Rejected): BigDecimal division incorrect
- I tried this in Ruby 2.1.4, 2.1.5 and 2.2.0, but in none of the versions it seems correct to me.
irb(main):041:0* ... -
05:19 AM Feature #10739 (Closed): merge upstream of json-1.8.2
- Applied in changeset r49582.
----------
* ext/json: merge upstream from flori/json
change usage of TypedData. [Fea... -
02:49 AM Feature #10739: merge upstream of json-1.8.2
- ```GET_STATE_TO``` is used by other function.
-
05:00 AM Bug #10821: mkmf.rb: Incorrect have_devel? test depending on run order
- ruby_2_2 r49581 merged revision(s) 49482,49487.
-
02:41 AM Feature #10849: Adding an alphanumeric function to SecureRandom
- > The length of the result string is about 4/3 of _n_.
I don't like this interface.
~~~ruby
def self.choose(... -
02:30 AM Bug #10053: OpenSSL: incorrect return value check of EGD functions
- The first part sounds OK, I support deprecate of egd functions. The second part needs actionable tickets, and patches...
02/12/2015
-
11:55 PM Feature #10849 (Closed): Adding an alphanumeric function to SecureRandom
- It would be handy to have a method that produces a random alphanumeric string.
-
10:18 PM Misc #10754 (Closed): Tiny optimisation of Set#include?
-
05:47 PM Misc #10754: Tiny optimisation of Set#include?
- Awesome! :)
Shouldn't this issue be closed also? -
08:59 PM Bug #10848 (Closed): [BUG] Segmentation fault at 0x00000000000440 ???
- I keep encountering this when trying to start a rails server. I've gone through what little I know to try and fix it...
-
06:39 PM Bug #10839: OpenSSL 1.0.2 does not allow wrap mode (fixed by r49525)
- r49575 で fedora での失敗の調査(?)のため追加修正あり。
-
06:13 PM Bug #10813: Fix intermittent SIGBUS on Linux (fixed at r49452)
- ruby_2_2 r49578 merged revision(s) 49452.
-
01:50 PM Bug #10847 (Closed): SystemStackError after NameError prepends a module
- The following code causes `SystemStackError`.
```ruby
module Foo
end
NameError.prepend Foo
foo rescue $!
``... -
04:00 AM Bug #10846: Stack consistency error
- This seems very suspicious.
~~~
Thread 23:
0 libsystem_kernel.dylib 0x00007fff89c0e136 __psynch_cvwai...
02/11/2015
-
07:08 PM Misc #10754: Tiny optimisation of Set#include?
- Thanks for the reminder, I got distracted with other stuff :x
Committed r49568 -
12:49 AM Misc #10754: Tiny optimisation of Set#include?
- Any update on this?
-
04:32 PM Bug #10846 (Closed): Stack consistency error
- Hi,
I'm maintaining a (private) Rails 4 app, which was running fine on Ruby 2.1.4 and have some issues on 2.2.0
... -
12:18 AM Bug #10845: Subclassing String
- Ahh yea, me being derpy =(. What I wanted to actually do was sanity
check some other methods that would return a n... -
12:01 AM Bug #10845: Subclassing String
- >Ricky
Methods that modify the receiver and return the receiver would have to return the exact same object, which ...
02/10/2015
-
11:58 PM Bug #10845: Subclassing String
- Hmm, guessing that '+' and '%' are being a bit weird...
Verified the some thing happens in: ruby 2.0.0p481
... -
11:41 PM Bug #10845 (Closed): Subclassing String
- If I make a subclass of `String`, the method `*` returns an instance of that class.
~~~ruby
class MyString < Stri... -
10:30 PM Feature #5663: Combined map/select method
- ~~~
The only caveat is that it would be impossible to intentionally return nil here
~~~
I don't see why you need... -
04:23 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- Marc-Andre Lafortune wrote:
> bug hit wrote:
> > `b = *[a]` is `b = [a]` why?
> > `(next|return) *[a]` is `(next|r... -
03:25 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- bug hit wrote:
> `b = *[a]` is `b = [a]` why?
> `(next|return) *[a]` is `(next|return) [a]` why?
I agree, this c... -
01:38 PM Feature #9781: Feature Proposal: Method#super_method
- Marc-Andre Lafortune wrote:
> I must be tired.
>
> Nobu: Sorry, I was confused, there's no problem with `UnboundM... -
01:24 PM Feature #10844 (Feedback): TracePoint API needs an event to inform about creating/removing a new frame without calling something
- There are some situations when Ruby VM creates a new frame even if there is no calls
E.g. ensure create a new block.... -
12:35 PM Bug #10817: [PERF] vm3_gc slower
- More results ran on my local machine
### [bm_vm3.rb](https://github.com/ruby-bench/ruby-bench-suite/blob/master/ru... -
06:30 AM Misc #10742: segmentation fault error while running ruby project
- Any updates please
-
03:59 AM Misc #10843: Removed libraries still exist in doc/standard_library.rdoc
- パッチも添付したつもりだったのですができてないようなので再度添付します。
-
03:54 AM Misc #10843 (Closed): Removed libraries still exist in doc/standard_library.rdoc
- 最近削除されたライブラリがdoc/standard_library.rdocに残っているようです。
-
02:44 AM Bug #10578: Allow undefining methods in refinements
- I've committed the patch because I consider this issue a bug.
However, I'm not sure whether it should be backported. -
02:40 AM Bug #10578 (Closed): Allow undefining methods in refinements
- Applied in changeset r49554.
----------
* vm_insnhelper.c (vm_call_method): stop method search when a method
is no...
02/09/2015
-
11:18 PM Bug #10837: spatting a single element array produces an array instead of a single value for return and next
- bug hit wrote:
> bug hit wrote:
> > Nobuyoshi Nakada wrote:
> > > It's similar to `return *[1, 2]`.
> >
> > No ... -
02:17 PM Bug #10460: Segfault instead of stack level too deep
- This seems to be fixed, possibly with this commit https://github.com/ruby/ruby/commit/8fe95fea9d238a6deb70c8953ceb3a2...
-
02:06 PM Bug #10655: Segmentation fault on chef-client run
- Also occurs with Chef 12.0.3. See attached log from chef run.
-
12:51 PM Bug #10842 (Feedback): rake update to 10.4.2 -> Segmentation fault : ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
- Do you run it in a "Command Prompt"?
-
12:44 PM Bug #10842 (Closed): rake update to 10.4.2 -> Segmentation fault : ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
- I tried to update the existing rake gem up to 10.4.2:
* download the latest version from rubygems and save it loca... -
04:27 AM Bug #10841 (Third Party's Issue): 2.2.0p43 not building with gcc 4.9.1
- When peforming 'make' of Ruby 2.2.0p43 with gcc version 4.9.1
on Linux 3.16.0-28 x86_64, the build is dying when mak... -
02:23 AM Bug #10840 (Closed): documentation for Vector#cross_product in module 'matrix' is inconsistent
- The bug was fixed in 2.1.3, so if you are looking at the code in the doc for 2.1.0, you will get the wrong code obvio...
-
12:21 AM Bug #10840 (Closed): documentation for Vector#cross_product in module 'matrix' is inconsistent
- the documentation of cross_product is inconsistent. The doc says:
Vector[1, 0, 0].cross_product Vector[0, 1, 0] => V...
Also available in: Atom