darcs

Patch 541 Move commonly used functions from (Darcs... (and 1 more)

Title Move commonly used functions from (Darcs... (and 1 more)
Superseder Nosy List exlevan
Related Issues
Status accepted Assigned To exlevan
Milestone

Created on 2011-02-09.02:25:16 by exlevan, last changed 2011-02-21.10:17:59 by gh.

Files
File name Status Uploaded Type Edit Remove
move-commonly-used-functions-from-_darcs_command__whatsnew-to-util.dpatch exlevan, 2011-02-09.02:25:15 application/x-darcs-patch
move-commonly-used-functions-from-_darcs_command__whatsnew-to-util.dpatch exlevan, 2011-02-12.01:19:14 application/x-darcs-patch
unnamed exlevan, 2011-02-09.02:25:15 text/x-darcs-patch
unnamed exlevan, 2011-02-09.02:25:15
unnamed exlevan, 2011-02-12.01:19:14 text/x-darcs-patch
unnamed exlevan, 2011-02-12.01:19:14
See mailing list archives for discussion on individual patches.
Messages
msg13654 (view) Author: exlevan Date: 2011-02-09.02:25:15
This is followup to patch536 that finishes conversion to a new semantics for
file arguments.

2 patches for repository http://darcs.net/screened:

Wed Feb  9 03:26:18 EET 2011  Alexey Levan <exlevan@gmail.com>
  * Move commonly used functions from (Darcs.Command.)WhatsNew to Util

Wed Feb  9 03:34:27 EET 2011  Alexey Levan <exlevan@gmail.com>
  * Maybefy lists in patch selection code
Attachments
msg13671 (view) Author: ganesh Date: 2011-02-12.00:41:00
Darcs.Command.Util will need to be added to darcs.cabal (otherwise the 
library breaks)
msg13673 (view) Author: exlevan Date: 2011-02-12.01:19:14
3 patches for repository http://darcs.net/screened:

Wed Feb  9 03:26:18 EET 2011  Alexey Levan <exlevan@gmail.com>
  * Move commonly used functions from (Darcs.Command.)WhatsNew to Util

Wed Feb  9 03:34:27 EET 2011  Alexey Levan <exlevan@gmail.com>
  * Maybefy lists in patch selection code

Sat Feb 12 02:43:37 EET 2011  Alexey Levan <exlevan@gmail.com>
  * Add Darcs.Commands.Util to darcs.cabal
Attachments
msg13711 (view) Author: gh Date: 2011-02-21.10:17:59
Patches 1 and 3 move functions announceFiles and filterExistingFiles
into a new module, Darcs.Commands.Utils to prevent some dependencies
between modules of Darcs.Commands.*

The "maybefy..." patch does a refactor similar to those of patch536 (ie,
Nothing /= Just [], when it comes to filtering on paths).

HEAD + this bundle compiles + shell tests ok, pushing it.
History
Date User Action Args
2011-02-09 02:25:16exlevancreate
2011-02-10 22:04:58exlevansetstatus: needs-review -> needs-screening
2011-02-12 00:41:00ganeshsetmessages: + msg13671
2011-02-12 00:41:08ganeshsetstatus: needs-screening -> followup-requested
assignedto: exlevan
2011-02-12 01:19:14exlevansetstatus: followup-requested -> needs-review
files: + unnamed, move-commonly-used-functions-from-_darcs_command__whatsnew-to-util.dpatch, unnamed
messages: + msg13673
2011-02-21 10:17:59ghsetstatus: needs-review -> accepted
messages: + msg13711