I plan to self-accept these reasonably soon in order to
release 2.18
4 patches for repository darcs-unstable@darcs.net:/opt/darcs/screened:
patch 96e3c708e90aeff54ed56223b93138f156a3c08e
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Sun Feb 25 11:36:55 GMT 2024
* resolve issue2716: calculate bundle names lazily
Naming a patch bundle after a patch can fail if the patch
name contains characters that aren't representable in the
current filesystem encoding.
Without this fix, it's not even possible to override the
bundle name with -o, as the default name is calculated
regardless.
patch ccc73545614495d8673935db361e3cc748bffc27
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Sun Feb 25 11:50:38 GMT 2024
* correct comment about how patch filenames are made
isAlpha can include non-ASCII characters
Changing the implementation to match the comment would
have been an alternative fix for issue2716, but these
days having an ASCII-only encoding should be pretty
rare so it seems better not to make patch names uglier.
patch d003343656bb432ff4a83ab32c49b40aeeec072a
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Sun Feb 25 12:56:40 GMT 2024
* helpful error message when naming patch file fails
patch 0355d7fc0834ba604ff9841cd38aef2c51ef1a03
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Sun Feb 25 13:02:59 GMT 2024
* remove workaround - directory 1.3.8 should work fine now
Attachments
|