darcs

Patch 1467 output of record with missing or not-added file

Title output of record with missing or not-added file
Superseder Nosy List bfrk
Related Issues
Status obsoleted Assigned To
Milestone

Created on 2016-03-16.08:32:49 by bfrk, last changed 2016-03-16.08:36:16 by bfrk.

Files
File name Status Uploaded Type Edit Remove
announcefiles-only-if-verbosity-__-quiet.dpatch bfrk, 2016-03-16.08:32:48 application/x-darcs-patch
patch-preview.txt bfrk, 2016-03-16.08:32:48 text/x-darcs-patch
unnamed bfrk, 2016-03-16.08:32:48 text/plain
See mailing list archives for discussion on individual patches.
Messages
msg19085 (view) Author: bfrk Date: 2016-03-16.08:32:48
Another try, this time with "Re: " in front of the subject.

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

patch 90e845e3a21c170f86ffff4f88457f44d70edd04
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Wed Mar  9 21:21:07 CET 2016
  * announceFiles only if verbosity /= Quiet

patch 3931b5e0a77b48a751e75cea37d282fea9257052
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Sat Mar 12 22:56:27 CET 2016
  * add new type IncludeBoring for includeBoring option (was Bool)

patch baf20655ce16974637f6097b039fa18283dfa343
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Sun Mar 13 01:12:38 CET 2016
  * added Darcs.Util.Printer.ePutDocLn
  
  The point here is to remove penalties (extra imports of Rendermode, stderr,
  hPutDocLn, two extra parameters) for printing to stderr.

patch f3086626efaa47c25f63bcb3513e6ecf44dfc59b
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Sat Mar 12 22:49:57 CET 2016
  * added missing Eq and Show instances for ScanKnown

patch 27f1efaed6595f21680b3a127edc26f39d004b3e
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Wed Mar  9 21:51:10 CET 2016
  * added missing hsep function to D.Util.Printer

patch 21563b57f2e32ba237e97b03cb03b9d894a0a67e
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Sun Mar 13 01:18:09 CET 2016
  * add Darcs.Util.Printer.quoted and Darcs.Util.Text.pathlist
  
  The first is like Darcs.Util.Text.quote but returns a Doc. The
  implementation moved from Darcs.Util.Text to Darcs.Util.Printer to avoid a
  circular import.
  The second is for printing space separated lists of quoted file paths,
  something that often appears in user messages.

patch fc117e1ebcdd4e488e69febe851162566ffad7e2
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Sun Mar 13 16:11:01 CET 2016
  * replace Darcs.Util.Printer.<> with <> from Data.Monoid; restructured haddocks
  
  This change avoids unnecessary name conflicts when importing <> from both
  Darcs.Util.Printer and Data.Monoid. The change is semantically transparent,
  since (Doc,<>,empty) /is/ a monoid and the new instance Monoid Doc says so.

patch d3ef95e9a33c196cfcfb6b86ca379095d328bbab
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Thu Mar 10 21:40:49 CET 2016
  * several fixes and refactorings in fixSubPaths and maybeFixSubPaths
  
  Using Printer/Doc for formatting solves file name encoding problems. Push
  withCurrentDirectory calls down to where they are needed. Improved the
  documentation for these functions.

patch 2cdbff2f1e2bed298b6838c5cdb2461da28bcfb1
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Tue Mar 15 11:50:24 CET 2016
  * refactored some, added readUnrecordedFiltered and maybeRestrictSubpaths

patch 60cb115141d4b22ea49b8dbea21056090614c91e
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Tue Mar 15 18:20:33 CET 2016
  * resolve issue2494: output of darcs record with file arguments

patch 3e228c0ece18dfa67c2456054157778c1ad95dfc
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date:   Tue Mar 15 18:27:14 CET 2016
  * accept issue2494: output of darcs record with file arguments
  
  This patch also makes some small adaptions to tests/record-misc.sh.
Attachments
msg19086 (view) Author: bfrk Date: 2016-03-16.08:36:16
Hm, putting "Re: " in front of the subject did not help.
History
Date User Action Args
2016-03-16 08:32:49bfrkcreate
2016-03-16 08:36:16bfrksetstatus: needs-screening -> obsoleted
messages: + msg19086
title: Re: -> output of record with missing or not-added file