Skip to content

JRuby10 API Changes

Thomas E Enebo edited this page Dec 11, 2024 · 2 revisions

This page will catalogue changes which possibly could break older extensions.

Very unlikely but non-backwards compatible changes

RubyNil(Ruby) has been changed to RubyNil(Ruby, RubyClass). No one should be making a nil but us.

IRubyObject RubyNumeric#isNegative(ThreadContext) has been changed to IRubyObject RubyNumeric#negative_p(ThreadContext). This will causea potential conflict with new method booolean RubyNumeric#isNegative(ThreadContext). This method replaces boolean RubyNumeric#isNegative().

IRubyObject RubyNumeric#isPositive(ThreadContext) has been changed to IRubyObject RubyNumeric#positive_p(ThreadContext). This will causea potential conflict with new method booolean RubyNumeric#isPositive(ThreadContext). This method replaces boolean RubyNumeric#isPositive().

Clone this wiki locally
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy