[Rubycocoa-devel 1098] Re: 0.12.0

アーカイブの一覧に戻る

Laurent Sansonetti lsans****@apple*****
Thu Jul 19 20:06:16 JST 2007


Agreed, committed as r1919.

Thanks for the remainder.

Laurent

Index: framework/src/ruby/osx/objc/ruby_addition.rb
===================================================================
--- framework/src/ruby/osx/objc/ruby_addition.rb	(revision 1909)
+++ framework/src/ruby/osx/objc/ruby_addition.rb	(working copy)
@@ -93,7 +93,7 @@
            OSX::RBRuntime.isRubyThreadingSupported?
        end
        if !@_rubycocoa_threads_allowed then
-        raise RuntimeError, "Ruby threads cannot be used in RubyCocoa  
without patches to the Ruby interpreter"
+        warn "#{caller[0]}: Ruby threads cannot be used in RubyCocoa  
without patches to the Ruby interpreter"
        end
        pre_rubycocoa_new(*args,&block)
      end

On Jul 19, 2007, at 12:57 PM, Satoshi Nakagawa wrote:

> Hi Laurent.
>
> Does it remain an RuntimeError on 0.12.0?
>
>  Ruby threads cannot be used in RubyCocoa without patches to the  
> Ruby interpreter (RuntimeError)
>
> I think we should change it to a warning.
>
> --
> Satoshi Nakagawa
>
>
> On 2007/07/18, at 7:13, Laurent Sansonetti wrote:
>
>> Hi,
>>
>> I will release 0.12.0 tomorrow. Please do not commit anything
>> dangerous to trunk in the meantime :)
>>
>> Also, if you see an important bug, please report it. We might be able
>> to fix it before the release.
>>
>> Thanks,
>> Laurent
>
> _______________________________________________
> Rubycocoa-devel mailing list
> Rubyc****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/rubycocoa-devel




More information about the Rubycocoa-devel mailing list
アーカイブの一覧に戻る