ned (Ned Hadzo)
- Login: ned
- Registered on: 03/01/2018
- Last sign in: 08/27/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/27/2019
-
07:50 AM Ruby Feature #15902: Add a specialized instruction for `.nil?`
- This was reverted, right? https://github.com/ruby/ruby/commit/a0980f2446c0db735b8ffeb37e241370c458a626
12/10/2018
-
06:26 AM Ruby Bug #15390: Error installing nokogiri on ruby-2.6.0-rc1
- hsbt (Hiroshi SHIBATA) wrote:
> I can reproduce this. But I can install `nokogiri` with `brew install libxml2 libxslt` and `gem install nokogiri -- --use-system-libraries=true`.
> ...
It works. Thank you very much. I can run Rails on 2...
12/07/2018
-
06:57 AM Ruby Bug #15390 (Third Party's Issue): Error installing nokogiri on ruby-2.6.0-rc1
- I am having issues with installing nokogiri on my Mac, Mojave 10.14.1 (18B75).
~~~ text
nedims-MacBook-Pro:~ nedim$ rvm use ruby-2.6.0-rc1
Using /Users/nedim/.rvm/gems/ruby-2.6.0-rc1
nedims-MacBook-Pro:~ nedim$ gem install nokogi...
07/13/2018
-
02:43 PM Ruby Bug #14911: Segmentation fault
- Have you tried with 2.5.1 ? It does not seg fault with 2.5.1
03/01/2018
-
10:44 AM Ruby Bug #14561: Consistent 2.5.0 seg fault in GC, related to accessing an enumerator in a thread
- I can reproduce, MacOS High Sierra 10.13.3 (17D47)
```
nedims-MacBook-Pro:~ nedim$ irb
2.5.0 :001 > enum = Enumerator.new { |y| y << 1 }
=> #<Enumerator: #<Enumerator::Generator:0x00007fe043133b90>:each>
2.5.0 :002 > thread = Th...