darcs

Patch 2327 WIP: support unix-2.8

Title WIP: support unix-2.8
Superseder Nosy List ganesh
Related Issues
Status obsoleted Assigned To
Milestone

Created on 2023-07-09.11:34:34 by ganesh, last changed 2023-07-10.08:04:45 by ganesh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt ganesh, 2023-07-09.11:34:32 text/x-darcs-patch
wip_-support-unix_2_8.dpatch ganesh, 2023-07-09.11:34:32 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg23510 (view) Author: ganesh Date: 2023-07-09.11:34:32
1 patch for repository darcs-unstable@darcs.net:/opt/darcs/screened:

patch b116c5a29d74b1f505585697d41de3e7afafb71d
Author: Ganesh Sittampalam <ganesh@earth.li>
Date:   Sun Jul  9 12:22:55 BST 2023
  * WIP: support unix-2.8

  This currently has a failure in switch-encoding.sh
Attachments
msg23511 (view) Author: ganesh Date: 2023-07-09.11:39:35
Error details:

switch-encoding (Darcs2,Patience,WithIndex,WithCache): [Failed]
|
| switch_to_utf8_locale
| + switch_to_utf8_locale
| + os_is_windows
| + echo
| + grep -i windows
| + which locale
| + type -P locale
| ++ locale -a
| ++ grep --text .utf8
| ++ head -n 1
| + utf8_locale=C.utf8
| + test -n C.utf8
| + echo 'Using locale C.utf8'
| + export LC_ALL=C.utf8
| + LC_ALL=C.utf8
| ++ locale charmap
| + echo 'character encoding is now UTF-8'
| lc_utf8=$LC_ALL
| + lc_utf8=C.utf8
|
| rm -rf E U
| + rm -rf E U
|
| darcs init E
| + darcs init E
| darcs clone E U
| + darcs clone E U
|
| cd U
| + cd U
| mkdir Texte
| + mkdir Texte
| echo 'MüÃiggang' > 'Texte/böse Zeichen'
| + echo MüÃiggang
| darcs record -lam 'Erste Ãnderung'
| + darcs record -lam 'Erste Ãnderung'
| darcs log -v
| + darcs log -v
| darcs send -ao bundle
| + darcs send -ao bundle
| tail -n+7 bundle > u_bundle
| + tail -n+7 bundle
|
| LC_ALL=C
| + LC_ALL=C
|
| darcs log -v
| + darcs log -v
| darcs send -ao bundle
| + darcs send -ao bundle
| darcs: recoverEncode: invalid argument (cannot encode character 
'\228')
msg23516 (view) Author: bfrk Date: 2023-07-10.07:56:53
Yes, see also patch2296
msg23517 (view) Author: ganesh Date: 2023-07-10.08:04:45
Doh - I thought I'd seen a patch for 9.6 but there wasn't anything
in screened and I didn't think to look for un-screened patches, even
though once I ran into this it was obvious there might be a reason
not to have screened things!
History
Date User Action Args
2023-07-09 11:34:34ganeshcreate
2023-07-09 11:39:26ganeshsetstatus: needs-screening -> in-discussion
2023-07-09 11:39:35ganeshsetmessages: + msg23511
2023-07-10 07:56:54bfrksetmessages: + msg23516
2023-07-10 08:04:45ganeshsetstatus: in-discussion -> obsoleted
messages: + msg23517