Karol Bucek created JRUBY-6541:
----------------------------------

             Summary: DRb::DRbIdConv difference between 1.8 and 1.9
                 Key: JRUBY-6541
                 URL: https://jira.codehaus.org/browse/JRUBY-6541
             Project: JRuby
          Issue Type: Bug
          Components: Standard Library
    Affects Versions: JRuby 1.6.7
            Reporter: Karol Bucek
            Assignee: Thomas E Enebo


While getting warbler to pass specs with jruby --1.9 I've noticed drb behaving 
differently in 1.9 mode.
Not sure if it's intentional, seems to me that in 1.9 the same stdlib code as 
in MRI (relying by default on ObjectSpace) is being used, however in 1.8 
there's a patched version of drb which relies on resolving references using 
weak refs by default.

By replacing the default "id_conv" in 1.9 with the code from 1.8's 
{{DRb::DRbIdConv}} DRb starts behaving the same :
https://github.com/jruby/warbler/commit/75054cdc567934fad2e546a8872849d57cc88e95

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to