socketry / async-websocket

Asynchronous WebSocket client and server, supporting HTTP/1 and HTTP/2 for Ruby.
MIT License
166 stars 18 forks source link

CI: Set JRUBY_OPTS=-X+O to enable "ObjectSpace" #33

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

Description

This PR enables a JRuby feature:

ObjectSpace is disabled; each_object will only work with Class, pass -X+O to enable

With this ENV variable in the build, the warning is not emitted.

Types of Changes

Testing