[macruby-changes] [3253] MacRuby/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 12 14:40:38 PST 2010


Revision: 3253
          http://trac.macosforge.org/projects/ruby/changeset/3253
Author:   lsansonetti at apple.com
Date:     2010-01-12 14:40:35 -0800 (Tue, 12 Jan 2010)
Log Message:
-----------
delete +[MacRuby runtimeAttachedToProcessIdentifier] since it will probably never be implemented

Modified Paths:
--------------
    MacRuby/trunk/MacRuby.m
    MacRuby/trunk/include/ruby/objc.h

Modified: MacRuby/trunk/MacRuby.m
===================================================================
--- MacRuby/trunk/MacRuby.m	2010-01-12 01:33:08 UTC (rev 3252)
+++ MacRuby/trunk/MacRuby.m	2010-01-12 22:40:35 UTC (rev 3253)
@@ -24,12 +24,6 @@
     return runtime;
 }
 
-+ (MacRuby *)runtimeAttachedToProcessIdentifier:(pid_t)pid
-{
-    [NSException raise:NSGenericException format:@"not implemented yet"];
-    return nil;
-}
-
 - (id)evaluateString:(NSString *)expression
 {
     return RB2OC(rb_eval_string([(NSString *)expression UTF8String]));

Modified: MacRuby/trunk/include/ruby/objc.h
===================================================================
--- MacRuby/trunk/include/ruby/objc.h	2010-01-12 01:33:08 UTC (rev 3252)
+++ MacRuby/trunk/include/ruby/objc.h	2010-01-12 22:40:35 UTC (rev 3253)
@@ -7,11 +7,6 @@
  */
 + (MacRuby *)sharedRuntime;
 
-/* Connect and attach a MacRuby runtime to the given process and return a 
- * reference to it. This is done using mach_inject.
- */
-+ (MacRuby *)runtimeAttachedToProcessIdentifier:(pid_t)pid;
-
 /* Evaluate a Ruby expression in the given file and return a reference to the 
  * result. 
  */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100112/3bb85d5b/attachment.html>


More information about the macruby-changes mailing list