Add public RubyInstanceConfig#setCompatVersion
----------------------------------------------
Key: JRUBY-3287
URL: http://jira.codehaus.org/browse/JRUBY-3287
Project: JRuby
Issue Type: New Feature
Components: Java Integration
Environment: Any
Reporter: Jim Menard
Priority: Minor
There is no way to publicly set the compatVersion instance variable from within
Java code. Instead, the only way to do so is through the "--compat" command
line argument or the jruby.compat.version property setting.
Adding a RubyInstanceConfig#setCompatVersion method would be nice. Here's the
code:
public void setCompatVersion(CompatVersion newCompatVersion) {
compatVersion = newCompatVersion;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.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