darcs

Patch 2434 use ShortByteString for Name (and 3 more)

Title use ShortByteString for Name (and 3 more)
Superseder Nosy List bfrk
Related Issues
Status obsoleted Assigned To
Milestone

Created on 2024-12-16.15:43:03 by bfrk, last changed 2024-12-17.15:31:01 by bfrk.

Files
File name Status Uploaded Type Edit Remove
document-name-and-turn-unname-from-record-accessor-to-a-separate-function.dpatch bfrk, 2024-12-16.15:42:53 application/darcs-patch
document-name-and-turn-unname-from-record-accessor-to-a-separate-function_0.dpatch bfrk, 2024-12-17.15:25:59 application/x-darcs-patch
document-name-and-turn-unname-from-record-accessor-to-a-separate-function_0.dpatch bfrk, 2024-12-17.15:30:59 application/x-darcs-patch
fix_-require-bytestring-__-0_11_3_0.dpatch bfrk, 2024-12-17.15:26:04 application/x-darcs-patch
patch-preview.txt bfrk, 2024-12-17.15:25:57 text/x-darcs-patch
patch-preview.txt bfrk, 2024-12-17.15:26:02 text/x-darcs-patch
patch-preview.txt bfrk, 2024-12-17.15:30:58 text/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg24121 (view) Author: bfrk Date: 2024-12-16.15:42:53
Sending patch bundle manually after two failed attempts (from work).

________________________________

Helmholtz-Zentrum Berlin für Materialien und Energie GmbH

Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V.

Aufsichtsrat: Vorsitzender Dr. Volkmar Dietz, stv. Vorsitzende Dr. Jutta Koch-Unterseher
Geschäftsführung: Prof. Dr. Bernd Rech, Thomas Frederking

Sitz Berlin, AG Charlottenburg, 89 HRB 5583

Postadresse:
Hahn-Meitner-Platz 1
14109 Berlin
Deutschland

Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den*die Absender*in und vernichten Sie diese Mail. Das unerlaubte Kopieren, die Veröffentlichung sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This email may contain confidential and/or proprietary information. If you have received this e-mail in error, please inform the sender immediately and destroy this e-mail. Unauthorized copying, publishing or distribution of this e-mail is not permitted.
Attachments
msg24122 (view) Author: bfrk Date: 2024-12-17.15:25:59
Re-sending the other four patches plus a follow-up fix, this time with
normal darcs send command.

5 patches for repository /home/franksen/src/darcs/bla:

patch 34012b0f3c3fec83b3d4e851f4a4bec3dbc42ea7
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Apr 23 18:37:23 CEST 2023
  * document Name and turn unName from record accessor to a separate function

  This makes the derived Show instance less verbose, which is helpful when
  debugging failing test cases.

patch 22b35c6b822281bea274838a96d5fdbc37c9d24e
Author: Ben Franksen <ben.franksen@online.de>
Date:   Fri May 12 11:36:46 CEST 2023
  * use ShortByteString for Name (and thus AnchoredPath)

  This is the minimum necessary change that keeps the external API as is.

patch e4f4f99cd9e24818a2099eca454f15400bcb2a9d
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat May 13 08:20:54 CEST 2023
  * remove unused name2fp

patch b340726142282fa5a084d5558241580d0fb28789
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat May 13 08:36:08 CEST 2023
  * optimize eqAnycase

patch d56aa483b47935dda652c07d756835d20cb8f1aa
Author: Ben Franksen <ben.franksen@online.de>
Date:   Mon Dec 16 20:22:31 CET 2024
  * fix: require bytestring >= 0.11.3.0

  Earlier versions don't export Data.ByteString.Short.map. This fixes building with
  ghc < 9.2, after being broken by

  patch 22b35c6b822281bea274838a96d5fdbc37c9d24e
  Author: Ben Franksen <ben.franksen@online.de>
  Date:   Fri May 12 11:36:46 CEST 2023
    * use ShortByteString for Name (and thus AnchoredPath)
Attachments
msg24123 (view) Author: bfrk Date: 2024-12-17.15:26:04
1 patch for repository https://darcs.net/screened:

patch d56aa483b47935dda652c07d756835d20cb8f1aa
Author: Ben Franksen <ben.franksen@online.de>
Date:   Mon Dec 16 20:22:31 CET 2024
  * fix: require bytestring >= 0.11.3.0

  Earlier versions don't export Data.ByteString.Short.map. This fixes building with
  ghc < 9.2, after being broken by

  patch 22b35c6b822281bea274838a96d5fdbc37c9d24e
  Author: Ben Franksen <ben.franksen@online.de>
  Date:   Fri May 12 11:36:46 CEST 2023
    * use ShortByteString for Name (and thus AnchoredPath)
Attachments
msg24124 (view) Author: bfrk Date: 2024-12-17.15:29:09
Ah, now the previously failed emails are being sent as well. What a mess. I will obsolete this ticket and send afresh.
msg24125 (view) Author: bfrk Date: 2024-12-17.15:30:59
5 patches for repository /home/franksen/src/darcs/bla:

patch 34012b0f3c3fec83b3d4e851f4a4bec3dbc42ea7
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Apr 23 18:37:23 CEST 2023
  * document Name and turn unName from record accessor to a separate function

  This makes the derived Show instance less verbose, which is helpful when
  debugging failing test cases.

patch 22b35c6b822281bea274838a96d5fdbc37c9d24e
Author: Ben Franksen <ben.franksen@online.de>
Date:   Fri May 12 11:36:46 CEST 2023
  * use ShortByteString for Name (and thus AnchoredPath)

  This is the minimum necessary change that keeps the external API as is.

patch e4f4f99cd9e24818a2099eca454f15400bcb2a9d
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat May 13 08:20:54 CEST 2023
  * remove unused name2fp

patch b340726142282fa5a084d5558241580d0fb28789
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat May 13 08:36:08 CEST 2023
  * optimize eqAnycase

patch d56aa483b47935dda652c07d756835d20cb8f1aa
Author: Ben Franksen <ben.franksen@online.de>
Date:   Mon Dec 16 20:22:31 CET 2024
  * fix: require bytestring >= 0.11.3.0

  Earlier versions don't export Data.ByteString.Short.map. This fixes building with
  ghc < 9.2, after being broken by

  patch 22b35c6b822281bea274838a96d5fdbc37c9d24e
  Author: Ben Franksen <ben.franksen@online.de>
  Date:   Fri May 12 11:36:46 CEST 2023
    * use ShortByteString for Name (and thus AnchoredPath)
Attachments
History
Date User Action Args
2024-12-16 15:43:04bfrkcreate
2024-12-16 17:43:16bfrksetstatus: needs-screening -> needs-review
2024-12-17 15:26:01bfrksetfiles: + patch-preview.txt, document-name-and-turn-unname-from-record-accessor-to-a-separate-function_0.dpatch
messages: + msg24122
2024-12-17 15:26:05bfrksetfiles: + patch-preview.txt, fix_-require-bytestring-__-0_11_3_0.dpatch
messages: + msg24123
2024-12-17 15:29:10bfrksetstatus: needs-review -> obsoleted
messages: + msg24124
2024-12-17 15:31:01bfrksetfiles: + patch-preview.txt, document-name-and-turn-unname-from-record-accessor-to-a-separate-function_0.dpatch
messages: + msg24125