kwilczynski / ruby-magic

Simple interface to libmagic for Ruby Programming Language
Apache License 2.0
27 stars 8 forks source link

test_magic: ignore GC compaction test on unsupported platforms #36

Closed terceiro closed 2 years ago

terceiro commented 2 years ago

Even on Ruby versions where GC compaction is supported, it's not supported on all platforms. For example on Debian ppc64el (PowerPC 64-bit, Little Endian).

terceiro commented 2 years ago

github is hitting an error when I try to upload my updated gpg key. Hope this will get fixed at some point

stanhu commented 2 years ago

Thanks!

terceiro commented 2 years ago

there I fixed my gpg key

kwilczynski commented 2 years ago

Hi @terceiro,

Sorry for a very, very late response!

Firstly, thank you so much for taking care of this! Much appreciated! Secondly, do you think this is something that would be worth letting Ruby maintainers know about? Seems to me that Ruby might not be handling/detecting capabilities of this particular platform very well. What do you think?

@stanhu, thank you for taking care of this!

Krzysztof

flavorjones commented 2 years ago

This has been reported upstream here: https://bugs.ruby-lang.org/issues/18779

kwilczynski commented 2 years ago

Hi @flavorjones,

Amazing! Thank you so much!

Krzysztof