You’re right, thanks :) Back to hacking and learning!
On 18 nov 2010, at 17:19, Matt Aimonetti wrote:
> Alright chill out people, there is no need for a drama thread.
>
> For people who don't know Ryan Davis, Ryan is a well known personality of the
> Ruby community.
> He's a great engineer reco
Alright chill out people, there is no need for a drama thread.
For people who don't know Ryan Davis, Ryan is a well known personality of
the Ruby community.
He's a great engineer recognized for his talent and contributions to the
community. However, he is also known to be very passionate about wha
I don’t want to discuss this at length, but “clearly an exaggeration” is not
necessarily true. This is an international mailing-list, i.e. not all native
English speakers. As such it's better to refrain from it and instead use clear
language such as your “strongly discouraged, because…”. To me i
On Nov 18, 2010, at 3:02 AM, Eloy Duran wrote:
> I see no problem with this, as long as you know what you’re doing (which is
> with almost anything). Nor have I witnessed a community where ‘beat downs’
> are acceptable, it’s certainly not this ML. YMMV.
While "beat down" is clearly an exaggerat
> if x = logical_statement then
> do_something(x)
> else
> do_something_else
> end
>
> and whether you're coding in ruby, C/++, or whatever... it is almost always
> considered bad form. Avoid it not only for the reasons I mentioned before,
> but also to avoid the beat downs you'll get whenever
Ah yes, this is one for a FAQ. Linking against a framework does not
automatically make MacRuby read the BridgeSupport files that might be there.
But if you use the MacRuby Kernel::framework method, it will do both. (Though
it’s not necessary to do it from rb_main.rb, just before the code where y
A wonderful prize indeed!
Regarding the bug, I think I've been led astray by Xcode. If I add the
framework in the usual way to an Xcode project, the class defintions within the
framework become accessible to macruby. Therefore I assumed that by linking to
the framework, macruby automatically lo