Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TruffleRuby in CI and skip the few specs which are not yet supported on TruffleRuby #755

Closed
wants to merge 10 commits into from

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    b09aed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903b9fa View commit details
    Browse the repository at this point in the history
  3. Add specs for coercion for FFI::Struct and FFI::AbstractMemory

    * This is generally handled in FFI::Pointer #write/#put methods.
    eregon committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    9ccb123 View commit details
    Browse the repository at this point in the history
  4. Add spec for Struct#clear

    eregon committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    f450722 View commit details
    Browse the repository at this point in the history
  5. Add truffleruby-head in CI

    eregon committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    dbd83b8 View commit details
    Browse the repository at this point in the history
  6. Fix BigDecimal warnings

    * Happens when running spec/ffi/long_double_spec.rb:
      warning: BigDecimal.new is deprecated; use BigDecimal() method instead.
    eregon committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    a3e1b2a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Nothing to compile on non-MRI/rbx

    * Define a no-op :compile task on other Rubies so the code doesn't need
      many conditions.
    eregon committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    0db9495 View commit details
    Browse the repository at this point in the history
  2. Try to compile just once in CI

    eregon committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    1f6618f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5b2f8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d3566 View commit details
    Browse the repository at this point in the history