General

Profile

jamonholmgren (Jamon Holmgren)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

09/20/2014

04:46 AM Ruby Bug #10264: Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
Thank you, Hiroshi Shibata. Will do. jamonholmgren (Jamon Holmgren)
01:49 AM Ruby Bug #10264: Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
My config.log is here: https://gist.github.com/jamonholmgren/0c9921561daafe89bf23
Note that I put both error and successful config.log in there. The error was without the CC=, the successful was with it.
Xcode Version 5.1.1 (5B1008...
jamonholmgren (Jamon Holmgren)

09/19/2014

04:34 PM Ruby Bug #10264: Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
I was able to work around this by prepending the ./configure command with CC=/usr/bin/gcc
CC=/usr/bin/gcc ./configure --prefix=/Users/jh/.rubies/
Ref: https://github.com/sstephenson/rbenv/issues/610
Ref: https://github.com/pos...
jamonholmgren (Jamon Holmgren)
04:16 PM Ruby Bug #10264 (Rejected): Error compiling Ruby 2.1.3 on OSX 10.10 beta 3
I'm getting a configure error when trying to compile Ruby 2.1.3 on OSX 10.10 Yosemite beta 3.
```
➜ ruby-2.1.3 ./configure --prefix=/Users/jh/.rubies/
checking build system type... x86_64-apple-darwin14.0.0
checking host system t...
jamonholmgren (Jamon Holmgren)

03/14/2014

11:02 PM Ruby Feature #9047: Alternate hash key syntax for symbols
Looks like there is a patch already for this:
https://bugs.ruby-lang.org/issues/4276
jamonholmgren (Jamon Holmgren)

01/10/2014

12:58 AM Ruby Feature #9047: Alternate hash key syntax for symbols
I should also mention this allows for similar syntax between JavaScript, Python, and Ruby. In this case, all three languages could translate the same dictionary/hash in a more or less compatible way.
jamonholmgren (Jamon Holmgren)

11/23/2013

03:53 PM Ruby Feature #9047: Alternate hash key syntax for symbols
@matz -- sorry, I didn't receive an email notification, so I didn't realize you had responded.
This isn't MRI, I realize, but in RubyMotion this notation would come in handy.
https://github.com/clearsightstudio/ProMotion/issues/345#iss...
jamonholmgren (Jamon Holmgren)

10/24/2013

02:03 AM Ruby Feature #9047: Alternate hash key syntax for symbols
I still think my original suggestion is more consistent and has fewer implications, but would like further input. jamonholmgren (Jamon Holmgren)
12:37 AM Ruby Feature #9047: Alternate hash key syntax for symbols
I would be okay with your idea, Rodrigo, although it's less consistent (if you look at my first code block in the description). It would result in symbols looking like this:
{
:'symbol': 'v'
}
Not the end of the world, thoug...
jamonholmgren (Jamon Holmgren)
12:17 AM Ruby Feature #9047 (Closed): Alternate hash key syntax for symbols
=begin
In Ruby, if you can create a symbol with ((|:"symbolname"|)), it seems consistent to allow moving the colon to the right side in a hash and dropping the hash rocket (=>).
{
:str => "v", # symbol
str: "v", #...
jamonholmgren (Jamon Holmgren)

Also available in: Atom