Hans de Graaff
Hans de Graaff
Does that feature send out an email before this failure? We are seeing a similar issue and this seems to happen because an email is sent out first. This causes...
So you are saying that the test suite should crash and have an exit code of 1? That makes it more difficult to use a CI system which always expects...
Aha, now I see what is going on. We already comment out the other similar tests for Gentoo's test phase, but this one has different wording. Ok, I'll handle this...
Now that I'm past this problem I'm also seeing ``` test/testcomplex.rb:13:in `': undefined method `im' for 0.25:Float (NoMethodError) ```
The fix in this PR only works on Ruby 2.7+. If compatibility with older, unsupported, ruby versions is required then the ruby2_keywords method should be used. See https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
Reviewing this is going to be a lot of work. I'm not sure when I will be able to do this, so it may take some time.
This pull request is all over the place and that makes it very hard to do something with it. Please create focused pull requests that tackle one thing: add ~sparc...
I've cherry-picked the keywording commits and these have now been added to the gentoo tree. I expect to review the changes to existing packages next.
Talking about this a bit more on IRC it seems that the problem is that ruby-fakegem.eclass does not export any functions to check, but it does include ruby-ng.eclass which does...