[darcs-users] darcs patch: Delete haddock documentation on constructor arguments; see Issue935

Michael De La Rue gneqbgqnepfqbgarg.yeuhc at spamgourmet.com
Sun Jun 22 19:48:09 UTC 2008


This works around Issue935 / http://bugs.darcs.net/issue935 by simply disabling the haddock documentation comments.  I think that it's the correct thing to do for now since I think that versions of haddock which don't cope with this problem will be around for a long time based on David Waern's comment 

Sun Jun 22 20:26:44 CEST 2008  Michael De La Rue <gneqbgqnepfqbgarg.yeuhc at spamgourmet.com>
  * Delete haddock documentation on constructor arguments; see Issue935

New patches:

[Delete haddock documentation on constructor arguments; see Issue935
Michael De La Rue <gneqbgqnepfqbgarg.yeuhc at spamgourmet.com>**20080622182644] hunk ./src/DateMatcher.lhs 84
-       DM String -- ^ name
-          (Either ParseError d) -- ^ parser
-          (d -> CalendarTime -> Bool) -- ^ matcher
+       DM String --  name
+          (Either ParseError d) --  parser
+          (d -> CalendarTime -> Bool) --  matcher

Context:

[Add configure options for libcurl and libwww debugging.
Dmitry Kurochkin <dmitry.kurochkin at gmail.com>**20080620221237] 
[aclocal.m4: add library to $LIBS instead of $GHCFLAGS in GHC_CHECK_LIBRARY.
Dmitry Kurochkin <dmitry.kurochkin at gmail.com>**20080620214538] 
[resolve issue930: remove broken link from webpage.
David Roundy <droundy at darcs.net>**20080620172635] 
[add threadWaitRead trick as suggested by Simon (issue916).
David Roundy <droundy at darcs.net>**20080620172119
 Apparently this should solve the ctrl-C issues on posix systems, but
 windows remains only partially-solved (it requires multiple ctrl-C's
 to exit).
] 
[resolve issue916: use separate thread for reading from stdin.
David Roundy <droundy at darcs.net>**20080618210110] 
[hscurl.c: fix harmless warning with curl >= 7.18.1.
Dmitry Kurochkin <dmitry.kurochkin at gmail.com>**20080613125607] 
[Even more changelog entries for 2.0.1.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080614091045] 
[Use changes -s style for unlogged patches (make_changelog).
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080614072632
 This make it easier to tell what a patch is at a glance.
] 
[Set up configure to build an rpm spec file for building rpm packages with.
Michael De La Rue <gneqbgqnepfqbgarg.yeuhc at spamgourmet.com>**20080616231617] 
[Still more changelog entries for 2.0.1.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613181548] 
[Canonize Benjamin Fraksen.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613171147] 
[More changelog entries for 2.0.1.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613165729] 
[Clarify intent of ignored changelog entries.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613162537] 
[Ignore tags in make_changelog warning about unlogged patches.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613162213] 
[Support comments on ignored changelog entries.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613161742
 
 Parsec wibble: the problem was that it would start parsing the
 emptyLine as a 'match' and not backtrack.
] 
[fix potential redundancy in version name.
David Roundy <droundy at darcs.net>**20080613162019] 
[Exceptions to GPL granted as of 2008-06-13 morning.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613072749] 
[Add test for case-insensitive backup bug.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613070918] 
[Fix a backup bug on case-insensitive file systems.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613070213
 
 Avoids this scenario.  The task: move foo to FOO and modify FOO
 1. FOO (foo) already exists, so I'll back it up
    (moves FOO [foo] to FOO.darcs-backup0)
 2. Now I can move foo to FOO
    foo no longer exists, but that's ok
    (nothing happens)
 3. Now I can FOO
    hey, where did FOO go?
    (crash!)
] 
[Check for bash before running shell tests.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080612145509
 MSYS, for instance, does not provide bash by default.
 [note: or rather, only under the guise of sh.exe]
] 
[fix issue #918: use simplePrinters for xml output in "darcs changes" command
benjamin.franksen at bessy.de**20080613110922] 
[make darcs send always provide context.
David Roundy <droundy at darcs.net>**20080613155550
 I've just gotten sick of telling folks to add send --unified to their
 defaults file.  It's hard to see who wouldn't want context included.
] 
[ChangeLog entries by Eric.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613151200
 Some ChangeLog entries for 2.0.1
] 
[Add 'ignored' changelog entries (no warnings).
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613150620] 
[Resolve issue705: warn about patches which are not changelogged.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613145443
 Mostly by Tommy Pettersson.
] 
[Add ability to ignore patches for ChangeLog.
Eric Kow <E.Y.Kow at brighton.ac.uk>**20080613142540
 This would be useful if make_changelog could point out which patches
 are not being changelogged.
] 
[TAG 2.0.1rc2
David Roundy <droundy at darcs.net>**20080613011745] 
Patch bundle hash:
78e0fa8191ae06b1405c927e91ebcab20fe9c35d


More information about the darcs-users mailing list