Antonio Terceiro

Results 38 comments of Antonio Terceiro

On the other hand, I understand your reluctance since my implementation violates a few principles of the itamae design, such as knowing what would happen without doing anything (e.g. --dry-run)

Well, just running `rake` from the enumerable-statistics sources on an i386 Debian system reproduces this. The build uses whatever are the default options: ``` $ git remote -v origin https://github.com/mrkn/enumerable-statistics.git...

FWIW, the above was ran on a i386 lxc container under a amd64 system.

``` $ ruby -rrbconfig -e "puts RbConfig::CONFIG['CFLAGS']" -g -O2 -ffile-prefix-map=/build/ruby2.7-I3v9IH/ruby2.7-2.7.5=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC ````

@mrkn in Debian i386 binaries cannot be built unconditionally with SSE because hardware without it is still supported, so there is no point in me doing this test because the...

what do you suggest to do in this case? skip the failing tests on i386 without SSE?

ok, thanks for the feedback. For now I'm changing the Debian package to skip the entire test suite on i386, as it's a bit difficult to filter out only the...

> Thank you for the report. As it seems to need backporting, could you file an issue at the [ITS](https://bugs.ruby-lang.org/issues/new)? > > Doesn't [this](https://github.com/nobu/ruby/tree/mkmf-pkg-config) work? hi, I saw that you...

taking notes here for my reference later. commits (in this order): - 7f1ca666424849134990d022266bcd4d6636465f - de9c612d6342ae2ea5ae1e46b27abecf17c439b5 - f3a3ab110e60db0fb61b278f32fdb17dcc0b8128