darcs

Patch 2295 resolve issue2702: invalid regex is treated like a bug...

Title resolve issue2702: invalid regex is treated like a bug...
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2023-05-30.18:02:28 by bfrk, last changed 2023-06-24.20:30:46 by ganesh.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2023-05-30.18:02:27 text/x-darcs-patch
resolve-issue2702_-invalid-regex-is-treated-like-a-bug-in-darcs.dpatch bfrk, 2023-05-30.18:02:27 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg23294 (view) Author: bfrk Date: 2023-05-30.18:02:27
1 patch for repository http://darcs.net/screened:

patch 5d5116ed7d0cc2ca6efc91828e729b6c5e6ab833
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu May 25 11:24:43 CEST 2023
  * resolve issue2702: invalid regex is treated like a bug in darcs

  The only tricky part here is that before ghc-8.8/base-4.13.0 regex-tdfa
  calls the 'fail' from class Monad, not the one from class MonadFail.
Attachments
msg23400 (view) Author: ganesh Date: 2023-06-24.20:14:45
Looks fine. Shame about the CPP but at least we can get rid of it
when we bump our minimum GHC at some point.
History
Date User Action Args
2023-05-30 18:02:28bfrkcreate
2023-05-30 18:03:25bfrksetstatus: needs-screening -> needs-review
2023-06-24 20:14:45ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg23400
2023-06-24 20:30:46ganeshsetstatus: accepted-pending-tests -> accepted