itsNikolay (Nikolay Ponomarev)
- Login: itsNikolay
- Email: itsnikolay@gmail.com
- Registered on: 10/16/2014
- Last sign in: 11/22/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
09/17/2024
11/22/2016
-
07:21 PM Ruby Feature #12971: (Refactoring) Remove `defined?` checks from observer.rb
- can be closed also =\
-
05:32 PM Ruby Feature #12971: (Refactoring) Remove `defined?` checks from observer.rb
- Github Pull Request: https://github.com/ruby/ruby/pull/1489
-
05:30 PM Ruby Feature #12971 (Closed): (Refactoring) Remove `defined?` checks from observer.rb
- Remove `defined?` checks from observer.rb
- Contains less code
- Easier to understand Observable logic
- No performance downgrade
10/16/2014
-
01:59 AM Ruby Bug #10390: BUG] Segmentation fault at 0xbf3eeedc
- Get this when I try to merge.
```ruby
FactoryGirl.define do
factory :calculator_params, class: Hash do
initialize_with do
{ from: { city_id: '0987654321' },
to: { city_id: '12345678' },
weight: 3,
... -
01:43 AM Ruby Bug #10390 (Closed): BUG] Segmentation fault at 0xbf3eeedc
- I've got segmentation fault on ruby 1.9.3 and 2.1.2
when starting rspec task
@myronmatson said that is ruby core issue, thus i post it here
https://github.com/rspec/rspec-dev/issues/52
Full listing of output in attachment
Thanks fo...