Skip to content

Requiring concurrent in a gemspec results in superclass mismatch on RBX #150

Closed
@sempervictus

Description

@sempervictus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA bug in the library or documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions