darcs

Patch 1178 Darcs.Repository.Flags: added Eq instanc... (and 4 more)

Title Darcs.Repository.Flags: added Eq instanc... (and 4 more)
Superseder Nosy List bfrk
Related Issues
Status obsoleted Assigned To
Milestone

Created on 2014-07-04.10:45:19 by bfrk, last changed 2014-09-10.20:54:40 by gh.

Files
File name Status Uploaded Type Edit Remove
darcs_repository_flags_-added-eq-instance-for-useindex.dpatch bfrk, 2014-07-04.10:45:18 application/x-darcs-patch
patch-preview.txt bfrk, 2014-07-04.10:45:18 text/x-darcs-patch
unnamed bfrk, 2014-07-04.10:45:18
See mailing list archives for discussion on individual patches.
Messages
msg17590 (view) Author: bfrk Date: 2014-07-04.10:45:18
5 patches for repository http://darcs.net/screened:

Fri Jun 13 11:31:30 CEST 2014  Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
  * Darcs.Repository.Flags: added Eq instance for UseIndex

Sun Jun 29 13:23:23 CEST 2014  Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
  * Darcs.Repository.Flags: added Show instances for all types

Mon Jun 30 01:54:43 CEST 2014  Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
  * replaced duplicate DiffAlgorithm in Darcs.Repository.Flags with re-export

Mon Jun 30 01:47:27 CEST 2014  Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
  * added the re-designed options system, not yet used anywhere

Mon Jun 30 02:14:09 CEST 2014  Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
  * integrate new options subsystem
  
  The conversion is complete in the sense that the old Darcs.UI.Arguments is
  now obsolete and can be removed. Command options are specified using the new
  "typed" DarcsOption type from Darcs.UI.Options. All available tests succeed.
  
  However, it is incomplete in the sense that there are still many places
  where the list of DarcsFlag is scanned or manipulated directly. Removing
  these direct accesses will be an on-going effort; when it is complete we can
  replace [DarcsFlag] with an abstract data type.
  
  This patch contains an almost complete re-implementation of
  Darcs.UI.ArgumentDefaults under the new name Darcs.UI.Defaults. This adds a
  new dependency on regex-applicative, see the comments in the code.
  
  I have also made the tentative change of using a command specific
  configuration record for two of the commands, namely "record" and "amend".
  It remains to be seen whether this is the right approach and the other
  commands should follow it.
Attachments
History
Date User Action Args
2014-07-04 10:45:19bfrkcreate
2014-09-10 20:54:40ghsetstatus: needs-screening -> obsoleted