General

Profile

zeha (Christian Hofstaedtler)

  • Login: zeha
  • Email: zeha@debian.org
  • Registered on: 03/15/2014
  • Last sign in: 06/17/2016

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 6 6

Activity

06/17/2016

08:30 PM Ruby Bug #12502 (Closed): ruby/test_array.rb test_permutation_stack_error very slow on some platforms
On some platforms, notably armel, mips, mipsel, Array#permutation appears to be very slow. This makes the test test_permutation_stack_error abort.
Please consider the attached patch, which raises the timeout for this test to 60 second...
zeha (Christian Hofstaedtler)
05:56 PM Ruby Bug #12500 (Closed): TestProcess#test_aspawn_too_long_path fails on mips with "argument too big"
Recently in Debian we've enabled `make check` and this is one of the test failures we get for ruby2.3, on mips:
```
TestProcess#test_aspawn_too_long_path [/«PKGBUILDDIR»/test/ruby/test_process.rb:1602]:
[ruby-core:34833] #7904 [ruby...
zeha (Christian Hofstaedtler)

06/15/2016

07:38 AM Ruby Bug #12491 (Closed): TestRefinement#test_prepend_after_refine_wb_miss too slow
In Debian we've recently enabled the full test suite (make test-all) on all architectures.
As part of that, we found that TestRefinement#test_prepend_after_refine_wb_miss times out on slower archs (think armhf, mips, ...).
```
Err...
zeha (Christian Hofstaedtler)
07:34 AM Ruby Bug #12331: Please backport r53586
trunk r53587 (followup commit) excludes the test.
trunk r54030 splits/changes Array tests for similar reasons, please also backport this while at it :-)
zeha (Christian Hofstaedtler)

03/17/2016

12:44 AM Ruby Bug #11844: Please update unicode-licensed files (license issue)
Thank you very much for fixing this issue in enc/trans/JIS. What about ext/json/generator/generator.c? zeha (Christian Hofstaedtler)

03/08/2016

02:23 AM Ruby Bug #12156 (Rejected): TckImage.new broken after r53077 (2.3, trunk)
This simple test program fails with ruby2.3, but worked in previous versions:
```
require 'tk'
require 'tkextlib/tkimg'
root = TkRoot.new
canvas = TkCanvas.new root
canvas.grid :column => 0, :row => 0
img = TkPhotoImage.new :f...
zeha (Christian Hofstaedtler)

03/03/2016

08:03 PM Ruby Bug #11844: Please update unicode-licensed files (license issue)
Another thing - you're saying your copies of the files were modified. If the -data- inside them was modified, does that mean you're not compliant because you're not "supporting the Unicode Standard" as defined back then? zeha (Christian Hofstaedtler)
08:02 PM Ruby Bug #11844: Please update unicode-licensed files (license issue)
The non-free problem is with this line: "supplied in this file in the creation of products supporting the Unicode Standard" - which implies that you can't use this file to produce stuff not supporting / not complying with "the Unicode St... zeha (Christian Hofstaedtler)

03/02/2016

05:58 PM Ruby Bug #12137 (Closed): Ruby2.3 blk.binding crashes instead of giving "Can't create Binding from C level Proc (ArgumentError)"
The following code raises an ArgumentError on 2.2. On 2.3, it crashes in binding.
~~~ruby
def repro(&blk)
blk.binding
nil
end
repro(&:succ)
~~~
Output 2.2:
~~~
crash.rb:2:in `binding': Can't create Binding from C le...
zeha (Christian Hofstaedtler)

12/19/2015

12:41 PM Ruby Bug #11844 (Closed): Please update unicode-licensed files (license issue)
Various files in enc/trans are old copies of Unicode.org files that forbid (re-)distribution. AFAICT, Unicode, Inc. has published newer versions of these files to fix this issue.
New versions could possibly be found on http://www.unicod...
zeha (Christian Hofstaedtler)

Also available in: Atom