[#66678] [ruby-trunk - Feature #10481] Add "if" and "unless" clauses to rescue statements — alex@...
Issue #10481 has been updated by Alex Boyd.
3 messages
2014/12/04
[#66762] Re: [ruby-changes:36667] normal:r48748 (trunk): struct: avoid all O(n) behavior on access — Tanaka Akira <akr@...>
2014-12-10 0:44 GMT+09:00 normal <[email protected]>:
3 messages
2014/12/10
[#66851] [ruby-trunk - Feature #10585] struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs — funny.falcon@...
Issue #10585 has been updated by Yura Sokolov.
3 messages
2014/12/15
[#67126] Ruby 2.2.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 2.2.0.
8 messages
2014/12/25
[#67128] Re: Ruby 2.2.0 Released
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2014/12/25
I can't install it in any of our Ubuntu servers using rbenv:
[#67129] Re: Ruby 2.2.0 Released
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/12/25
> I can't install it in any of our Ubuntu servers using rbenv:
[ruby-core:66914] [ruby-trunk - Bug #10611] [Open] "Abort trap: 6" when running "bundler exec jekyll serve" under OS X Mavericks.
From:
pwwnow@...
Date:
2014-12-17 16:46:43 UTC
List:
ruby-core #66914
Issue #10611 has been reported by Peter Whittaker. ---------------------------------------- Bug #10611: "Abort trap: 6" when running "bundler exec jekyll serve" under OS X Mavericks. https://bugs.ruby-lang.org/issues/10611 * Author: Peter Whittaker * Status: Open * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin13.0] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- This morning I received the following output: > [NOTE] > You may have encountered a bug in the Ruby interpreter or extension libraries. > Bug reports are welcome. > Don't forget to include the above Crash Report log file. > For details: http://www.ruby-lang.org/bugreport.html I've attached all output of the command plus the log file. To generate the output I ran the command > bundler exec jekyll serve > <output file> 2>&1 All output was directed to the file, which is attached, except for the message > Abort trap: 6 The abort message was not directed to the file but was displayed in the terminal. OS is OS X Mavericks, up to date. Also up to date are all brew, npm, and gem packages (I ran brew update, npm update, gem update, just before, to be on the safe side). The Gemfile is dirt simple, just: > source 'https://rubygems.org' > gem 'github-pages' Please note that 'jekyll serve' works just fine, and that the site displays just fine on GitHub Pages. If you are curious, the site is https://peterwhittaker.github.io/). ---Files-------------------------------- output of _bundler exec jekyll serve_.txt (41.7 KB) ruby_2014-12-17-112946_Peters-MacBook-Air.crash (20.1 KB) -- https://bugs.ruby-lang.org/