diff options
author | Simon McVittie <smcv@debian.org> | 2017-06-22 15:37:19 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2017-06-22 15:37:19 +0100 |
commit | 4fe6dd05515766301ba003052ffeea49418b966c (patch) | |
tree | a0d8a7bf078af4e0984ba7124f614a09a904bea0 /doc | |
parent | 4ace7dbb755d1f2496c4fc203cd1ba72fca9c7e4 (diff) | |
download | ikiwiki-4fe6dd05515766301ba003052ffeea49418b966c.tar ikiwiki-4fe6dd05515766301ba003052ffeea49418b966c.tar.gz |
request more information
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn b/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn index 847ad5811..c2ea4f26d 100644 --- a/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn +++ b/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn @@ -44,3 +44,12 @@ t/img.t, like so: Is this is a known problem and is there maybe a fix for this issue? +> This was not a known bug before your report. It looks as though every +> time we use `Image::Magick->Read(":foo.png")`, which is (or was) +> ImageMagick's syntax for opening a file of unknown type without +> interpreting a prefix containing `:` as a special directive instead +> of part of the filename, it fails. +> +> Please try re-running the test with better diagnostics using +> [commit 4ace7dbb7](http://source.ikiwiki.branchable.com/?p=source.git;a=commitdiff;h=4ace7dbb7) +> and report what it says. --[[smcv]] |