pritamdey (arup rakshit)
- Login: pritamdey
- Registered on: 03/27/2013
- Last sign in: 02/28/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
02/27/2015
-
12:46 PM Ruby Bug #10913: Enum#each_slice is crashing with Bignum as an argument
- [shreyas@so (master)]$ rvm list
rvm rubies
=> ruby-2.0.0-p598 [ x86_64 ]
ruby-2.1.0 [ x86_64 ]
* ruby-2.1.2 [ x86_64 ]
ruby-2.1.4 [ x86_64 ]
ruby-2.1.5 [ x86_64 ]
ruby-2.2.0... -
08:08 AM Ruby Bug #10913 (Third Party's Issue): Enum#each_slice is crashing with Bignum as an argument
- ~~~
[shreyas@~ (master)]$ rvm use 2.1.2
Using /Users/shreyas/.rvm/gems/ruby-2.1.2
[shreyas@~ (master)]$ pry
`[1] pry(main)> [1,2,3].each_slice(50000000000000000).to_a
pry(948,0x7fff73abb180) malloc: *** mmap(size=400000000000000000)...
12/16/2014
-
04:23 AM Ruby Bug #10603 (Closed): Ruby process memory is crashing
- I got one issue while I was writing tests in RSpec framework for my some ruby codes.
Issue I found, when I wrote the below code :
describe "::add" do
let(:item) { double(item) }
it 'should store the item o...
02/28/2014
-
10:31 PM Ruby Bug #9582 (Rejected): CSV#headers not giving expected results.
- It seems something not working as expected in CSV. I tried to find the reason here , http://rxr.whitequark.org/mri/source/lib/csv.rb but I failed.
require 'csv'
content = <<_
key,fr
edit,Éditer
close,Ferm...