darcs

Patch 708 Organize export list in Darcs.Patch

Title Organize export list in Darcs.Patch
Superseder Nosy List mndrix, wlangstroth
Related Issues
Status accepted Assigned To wlangstroth
Milestone

Created on 2012-01-29.04:39:13 by wlangstroth, last changed 2012-03-31.01:28:38 by gh.

Files
File name Status Uploaded Type Edit Remove
_patch708_-resubmission.dpatch dead wlangstroth, 2012-01-31.01:20:39 application/x-darcs-patch
organize-export-list-in-darcs_patch.dpatch dead wlangstroth, 2012-01-29.04:39:13 application/x-darcs-patch
organize-export-list-in-darcs_patch.dpatch ganesh, 2012-02-22.20:46:54 application/x-darcs-patch
patch-preview.txt wlangstroth, 2012-01-29.04:39:13 text/x-darcs-patch
patch-preview.txt wlangstroth, 2012-01-31.01:20:39 text/x-darcs-patch
patch-preview.txt ganesh, 2012-02-22.20:46:54 text/x-darcs-patch
unnamed wlangstroth, 2012-01-29.04:39:13
unnamed wlangstroth, 2012-01-31.01:20:39
unnamed wlangstroth, 2012-02-14.20:23:05 text/html
unnamed ganesh, 2012-02-22.20:46:54
unnamed owst, 2012-03-13.22:52:37 text/html
unnamed wlangstroth, 2012-03-14.01:39:34 text/html
See mailing list archives for discussion on individual patches.
Messages
msg15069 (view) Author: wlangstroth Date: 2012-01-29.04:39:13
Apply the proposed style guide to the export list in Darcs.Patch

1 patch for repository http://darcs.net:

Sat Jan 28 23:37:56 EST 2012  Will Langstroth <will@langstroth.com>
  * Organize export list in Darcs.Patch
Attachments
msg15075 (view) Author: ganesh Date: 2012-01-30.21:42:28
This one conflicts with a previous submission (that's now in screened) - 
would you mind resubmitting?
msg15078 (view) Author: wlangstroth Date: 2012-01-31.01:20:39
Should be better now.

1 patch for repository http://darcs.net:

Mon Jan 30 20:09:43 EST 2012  Will Langstroth <will@langstroth.com>
  * [patch708] resubmission
Attachments
msg15113 (view) Author: ganesh Date: 2012-02-14.19:35:18
Sorry, only just noticed: now the patch comment is rather odd - it's "
[patch708] resubmission" rather than "Organize export list in 
Darcs.Patch". OK for me to change it back?
msg15114 (view) Author: wlangstroth Date: 2012-02-14.20:23:05
Please do. That's me getting used to the workflow.

On 14 February 2012 14:35, Ganesh Sittampalam <bugs@darcs.net> wrote:

>
> Ganesh Sittampalam <ganesh@earth.li> added the comment:
>
> Sorry, only just noticed: now the patch comment is rather odd - it's "
> [patch708] resubmission" rather than "Organize export list in
> Darcs.Patch". OK for me to change it back?
>
> __________________________________
> Darcs bug tracker <bugs@darcs.net>
> <http://bugs.darcs.net/patch708>
> __________________________________
>
Attachments
msg15148 (view) Author: ganesh Date: 2012-02-22.20:46:54
Patch amended with correct message

1 patch for repository /home/ganesh/darcs/darcs-temp:

Tue Feb 14 20:25:20 GMT 2012  Will Langstroth <will@langstroth.com>
  * Organize export list in Darcs.Patch
Attachments
msg15307 (view) Author: mndrix Date: 2012-03-13.22:22:24
Thanks for the style clean up.

> +      -- * for PatchTest

Capitalizing the first letter of these Haddock comments seems to be the 
standard.

> +import Darcs.Patch.Apply ( applyToFilePaths, effectOnFilePaths, 
applyToTree )
> +import Darcs.Patch.Apply ( ApplyState )

These two imports could be combined, I suppose.

The rest of the patch looks good and the above comments are only minor. Dear committers, please push this patch.
msg15308 (view) Author: owst Date: 2012-03-13.22:52:37
On 13 March 2012 22:22, Michael Hendricks <bugs@darcs.net> wrote:
>> +import Darcs.Patch.Apply ( applyToFilePaths, effectOnFilePaths,
>applyToTree )
>> +import Darcs.Patch.Apply ( ApplyState )
>
>These two imports could be combined, I suppose.

That's something else I do with these clean-up patches - check the compile
output (ideally, there shouldn't be any!), and also run hlint over the
files in
question(I'm pretty sure it would have picked up this multiple-import case).

Owen.
Attachments
msg15310 (view) Author: wlangstroth Date: 2012-03-14.01:39:34
>
> That's something else I do with these clean-up patches - check the compile
> output (ideally, there shouldn't be any!), and also run hlint over the
> files in
> question(I'm pretty sure it would have picked up this multiple-import
> case).


Fair point. I'm not very concerned, though, because I run the full test
suite before sending a patch. "First, do no harm" as the saying goes. But
yes, hlint is a good idea.
Attachments
History
Date User Action Args
2012-01-29 04:39:13wlangstrothcreate
2012-01-30 21:42:28ganeshsetstatus: needs-screening -> followup-requested
assignedto: wlangstroth
messages: + msg15075
2012-01-31 01:20:40wlangstrothsetfiles: + patch-preview.txt, _patch708_-resubmission.dpatch, unnamed
messages: + msg15078
title: Organize export list in Darcs.Patch -> resubmission
2012-02-04 12:01:57wlangstrothsettitle: resubmission -> Organize export list in Darcs.Patch
2012-02-07 21:42:42wlangstrothsetstatus: followup-requested -> needs-screening
2012-02-14 19:35:19ganeshsetmessages: + msg15113
2012-02-14 20:23:06wlangstrothsetfiles: + unnamed
messages: + msg15114
2012-02-22 20:46:54ganeshsetfiles: + patch-preview.txt, organize-export-list-in-darcs_patch.dpatch, unnamed
messages: + msg15148
title: Organize export list in Darcs.Patch -> update
2012-02-22 20:47:40ganeshlinkpatch727 superseder
2012-02-22 20:49:50ganeshsettitle: update -> Organize export list in Darcs.Patch
2012-02-22 21:14:42ganeshsetstatus: needs-screening -> needs-review
2012-03-13 22:22:24mndrixsetstatus: needs-review -> accepted-pending-tests
nosy: + mndrix
messages: + msg15307
2012-03-13 22:52:38owstsetfiles: + unnamed
messages: + msg15308
2012-03-14 01:39:34wlangstrothsetfiles: + unnamed
messages: + msg15310
2012-03-31 01:28:38ghsetstatus: accepted-pending-tests -> accepted