Closed
Description
Using rubinius 2.2.10 (2.1.0 bf61ae2e 2014-06-27 JI), currently converting an NLP implementation to use futures and eventually become a dataflow. Works great in IRB, but requiring 'concurrent' in the code causes gem build to raise "Superclass mismatch: Concurrent::Atomic != Rubinius::AtomicReference." Likely some evil gremlin within Rubinius...
Having glanced over the class definition for Concurrent::Atomic, the class heirarchy from RBX' AtomicReference to Concurrent::Atomic seems reasonable, but i figure that posting the issue here can't hurt since you guys seem close to a release.