diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-10 19:04:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-10 19:04:18 -0400 |
commit | 45fb0371db05027ee0d822264f81a77c02970586 (patch) | |
tree | 7035a11922e2ac7b15377a62fcd5e9eb269cb4f5 /doc | |
parent | d86f248329b1702c5093e0bd8274c3bd3f059ba8 (diff) | |
download | ikiwiki-45fb0371db05027ee0d822264f81a77c02970586.tar ikiwiki-45fb0371db05027ee0d822264f81a77c02970586.tar.gz |
better long filename detection method
Let's just try to write and fall back to a short ugly filename on error.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/aggregate_generates_long_filenames.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/aggregate_generates_long_filenames.mdwn b/doc/bugs/aggregate_generates_long_filenames.mdwn index fae8333ab..33c300bd2 100644 --- a/doc/bugs/aggregate_generates_long_filenames.mdwn +++ b/doc/bugs/aggregate_generates_long_filenames.mdwn @@ -35,3 +35,6 @@ It would also appear this abrubtly terminates aggregate processing (if not ikiwi >>> Path length seems unlikely, since the max is 4096 there. >>> --[[Joey]] + +>>>> Aggregate now used a "if it crashes, it must be too long" strategy. +>>>> [[done]] --[[Joey]] |