tty-table icon indicating copy to clipboard operation
tty-table copied to clipboard

Get Necromancer::ConversionTarget error when initializing table

Open fwolfst opened this issue 3 months ago • 0 comments

Describe the problem

When calling TTY::Table.new (after a `require "tty-table") I get

Necromancer::ConversionTarget#detect': uninitialized constant Necromancer::ConversionTarget::Fixnum (NameError)
   when Fixnum, Bignum then :integer

This is with Ruby 3.4.x .

Steps to reproduce the problem

require 'tty-table'

Table.new

Actual behaviour

Necromancer::ConversionTarget#detect': uninitialized constant Necromancer::ConversionTarget::Fixnum (NameError)
   when Fixnum, Bignum then :integer

Expected behaviour

Table beauty like in the good old days!

Describe your environment

  • OS version: Arch Linux btw
  • Ruby version: 3.4.5
  • TTY::Table version: 0.5.0

fwolfst avatar Sep 17 '25 18:09 fwolfst