You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the conversation for PR #3791 we realized we should change persistence classes to be instances and not all static methods. This will allow projects like proc serialization to be able to share most of our logic but still have their own extra logic.
I created branch ir_persist with an initial stab at converting to instance based impl.
The text was updated successfully, but these errors were encountered:
JRuby 9.1.0.0 and below.
As part of the conversation for PR #3791 we realized we should change persistence classes to be instances and not all static methods. This will allow projects like proc serialization to be able to share most of our logic but still have their own extra logic.
I created branch ir_persist with an initial stab at converting to instance based impl.
The text was updated successfully, but these errors were encountered: