On 16 Oct 2015, at 13:56, Jacob Carlborg wrote:
I tried to create a bundle command that is executed using Ruby 2. When I use TextMate::UI.menu in the command, the command never finish and TextMate freezes until I force quite the Ruby process running the command.
It works with Ruby 1.8.7 but not with 2.1.5. I haven't tried 1.9.
Currently all of the support libraries work with ruby 1.8.7. Not tested with anything else.
We would be very happy to receive pull requests for 2.0 “fixes” as long as the fixes remain compatible with ruby 1.8.7, as we can’t really drop support for ruby 1.8.7.