I occasionally want to close an experimental PR without losing the context and changes associated with it. Is there a better way than dumping a patch into comments as seen below? I don't want lingering topic branches. github.com/jruby/jruby/...
Allow binding instance/internal vars to fields by headius · Pull Request #8804 · jruby/jruby
This is an extension of the existing mechanism for reification of Ruby classes, allowing us to use normal Java fields for either instance or internal variables. The logic here is largely unchanged ...
github.com