Skip to content

Problems building on Ruby 2.4 (Fixnums!) #88

@epitron

Description

@epitron

The compiler is failing to build a couple of files which use rb_cFixnum types directly (cvchain.cpp and cvseq.cpp).

I tried changing the rb_cFixnums to rb_cIntegers, and it builds properly now. The test output is pretty spammy though, so I'm not sure if everything is working.

(Fixnums are still being used in the Ruby code, but it just throws lots of deprecation warnings).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions