DOH!  Attached the wrong patch... trying again.  This one is necessary for
jruby-debug to compile, unless I'm missing something.

On 9/27/07, Martin Krauskopf <[EMAIL PROTECTED]> wrote:
>
> Chris Nelson wrote:
> > Need this for DebugThread to be possible.  Let me know if I should
> > create a JIRA for this.
>
> Hi Chris,
>
> this patch is not related to the JRuby code base. It belong to
> debug-commons, to jruby-debug there. org.jruby.debug package does not
> exist in JRuby's trunk and probably will never exist in the future.
>
> I've received your email, just looking at it. I'll reply to it
> separately directly to you.
>
> BTW those System.out...MK> are not already in the debug-commons trunk.
> Also DebugEventHook was fixed according to the Charles' hint. So I
> suggest to update.
>
> Thanks for the patch.
>
> Regards,
>         m.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
Index: /home/ccnelson/workspace/jruby-svn/src/org/jruby/RubyThread.java
===================================================================
--- /home/ccnelson/workspace/jruby-svn/src/org/jruby/RubyThread.java    
(revision 4409)
+++ /home/ccnelson/workspace/jruby-svn/src/org/jruby/RubyThread.java    
(working copy)
@@ -267,7 +267,7 @@
         }
     }
 
-    private RubyThread(Ruby runtime, RubyClass type) {
+    protected RubyThread(Ruby runtime, RubyClass type) {
         super(runtime, type);
         this.threadService = runtime.getThreadService();
         // set to default thread group
---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to