New submission from Petr RoÄkai <m...@mornfall.net>:
Hi folks,
there goes a couple of patches that should, first of all, make it
possible to run tests on windows again, and then fix most of current
test failures. I have managed to re-instate the windows buildslave as
a virtual machine, since the previous instance has its ethernet
controller fried (or something). The slave has Vista Business Czech on
it, so it should be almost identical to the previous one, in terms of
the OS. It is running latest HP, with ghc 6.12.3. When I have some
extra time, I'll get 6.10 running as well. Also, the harness test is
failing, sadly, and I am not entirely sure how to fix it correctly.
It's failing for a rather silly reason, too. I'll let you know when I
have thought of something...
Yours,
Petr.
PS: I am writing this in HORDE from the windows machine, so all I can
do is hope that the attachment gets through without major injuries...
----------
files: add-missing-ffi-to-language-pragmas-in-some-_hsc-files_.dpatch
messages: 12832
nosy: mornfall
status: needs-screening
title: win32 fixes
__________________________________
Darcs bug tracker <b...@darcs.net>
<http://bugs.darcs.net/patch440>
__________________________________
4 patches for repository http://darcs.net:
Tue Oct 26 16:51:28 St� Evropa (letn�as) 2010 m...@mornfall.net
* Add missing FFI to LANGUAGE pragmas in some .hsc files.
Tue Oct 26 22:19:58 St� Evropa (letn�as) 2010 m...@mornfall.net
* Bump the shellish dependency to >= 0.1.3.
Tue Oct 26 22:54:39 St� Evropa (letn�as) 2010 m...@mornfall.net
* Do not use tar -f, it breaks on windows.
Tue Oct 26 22:57:10 St� Evropa (letn�as) 2010 m...@mornfall.net
* Avoid mkdir test, seems to throw off windows.
New patches:
[Add missing FFI to LANGUAGE pragmas in some .hsc files.
m...@mornfall.net**20101026145128
Ignore-this: 416af8f30a62d0cc89b51e903c6e4874
] hunk ./src/win32/System/Posix/Files.hsc 1
-{-# LANGUAGE CPP #-}
+{-# LANGUAGE CPP, ForeignFunctionInterface #-}
module System.Posix.Files( isNamedPipe, isDirectory, isRegularFile,
isSymbolicLink
, getFdStatus, getFileStatus,
getSymbolicLinkStatus
, modificationTime, setFileMode, fileSize,
fileMode
hunk ./src/win32/System/Posix/IO.hsc 1
+{-# LANGUAGE ForeignFunctionInterface #-}
module System.Posix.IO where
#if mingw32_HOST_OS && __GLASGOW_HASKELL__ >= 612
[Bump the shellish dependency to >= 0.1.3.
m...@mornfall.net**20101026201958
Ignore-this: 727673cb529c39a102890f7a39c02b1b
] hunk ./darcs.cabal 591
QuickCheck >= 2.1.0.0,
HUnit >= 1.0,
cmdlib >= 0.2.1 && < 0.3,
- shellish >= 0.1.1 && < 0.2,
+ shellish >= 0.1.3 && < 0.2,
test-framework >= 0.2.2,
test-framework-hunit >= 0.2.2,
test-framework-quickcheck2 >= 0.2.2
[Do not use tar -f, it breaks on windows.
m...@mornfall.net**20101026205439
Ignore-this: ebec7d5abd3948afacb290615930f21c
] hunk ./tests/issue1837_get-partial.sh 34
. lib # Load some portability helpers.
rm -rf R S # Another script may have left a mess.
-tar xzf $TESTDATA/old-with-checkpoint.tgz
+tar xz < $TESTDATA/old-with-checkpoint.tgz
darcs get old-with-checkpoint R
cd R
hunk ./tests/issue1857-pristine-conversion.sh 29
. lib # Load some portability helpers.
rm -rf minimal-darcs-2.4
-tar zxf $TESTDATA/minimal-darcs-2.4.tgz
+tar zx < $TESTDATA/minimal-darcs-2.4.tgz
cd minimal-darcs-2.4
darcs check
[Avoid mkdir test, seems to throw off windows.
m...@mornfall.net**20101026205710
Ignore-this: 6cea275b1aaa40bd94ca85a8e0a4c5db
] hunk ./tests/show-authors.sh 4
#!/usr/bin/env bash
set -ev
-rm -rf test
-mkdir test
-cd test
darcs init
echo zig > foo
darcs add foo
hunk ./tests/show-authors.sh 24
darcs show authors --verbose | grep y | wc -l > num-patches
cat num-patches
grep 2 num-patches
-
-cd ..
-rm -rf test
-
hunk ./tests/show-bug.sh 6
## All these commands SHOULD fail (hence leading NOTs).
. lib
-rm -rf test
-mkdir test
-cd test
-
darcs show bug --debug 1> stdout 2> stderr || true
cat stdout
hunk ./tests/show-bug.sh 23
#not grep unable stderr
grep 'fake bug' stderr
-
-cd ..
-rm -rf test
-
Context:
[get rid of elegantMerge test
Ganesh Sittampalam <gan...@earth.li>**20101004165051
Ignore-this: a9447d91ec992e9ad780b48c0f034441
Comparing the code, this test is equivalent to propSimpleSmartMergeGoodEnough
]
[Show instance for RL
Ganesh Sittampalam <gan...@earth.li>**20101017084445
Ignore-this: 7a6517066d63e6a41246e260098f69a2
]
[fix a sed regexp in hidden_conflicts2.sh
Guillaume Hoffmann <guilla...@gmail.com>**20101009101652
Ignore-this: 82c80480a59ff0756a298faac49f97de
]
[simplify smartMerge/simpleSmartMerge
Ganesh Sittampalam <gan...@earth.li>**20101004165048
Ignore-this: 376e9c595aaa8a62fb89a19e9d5f70cd
They were redundantly returning one of their inputs
]
[Add flag for using repository packs
Alexey Levan <exle...@gmail.com>**20101009120209
Ignore-this: d34ce6d1933bdc948c1ced149b51e212
]
[Use custom HTTP request for fetchFileLazyPS
Alexey Levan <exle...@gmail.com>**20101009111021
Ignore-this: 7aceb99dd48936d9746ec63f56ba1196
]
[Moved inventories to patches tarball
Alexey Levan <exle...@gmail.com>**20101009095453
Ignore-this: 664bc39763346e53376b83a034961532
]
[Make gzipped inventories parse correctly in readInventoryPrivate
Alexey Levan <exle...@gmail.com>**20101009091640
Ignore-this: 82c537eedd9903dda4ee242a9bc48e9e
]
[Improve getting of packed repositories
Alexey Levan <exle...@gmail.com>**20101006043345
Ignore-this: d033c64936164158d04380a6a6bf97af
]
[Remove warnings about name shadowing
Alexey Levan <exle...@gmail.com>**20101006043035
Ignore-this: 2e49caec18292bf68edb5f3c33e1f52b
]
[Perform cleanup on exceptions in doOptimizeHTTP
Alexey Levan <exle...@gmail.com>**20101006033620
Ignore-this: 8971cdbe1f1a8de2b65ae6a6be099e52
]
[Replace tmp- prefixes with meta- in packs
Alexey Levan <exle...@gmail.com>**20100819210355
Ignore-this: 8edfd369978216575a9a1ec4318076cc
]
[get rid of some joinPatches calls
Ganesh Sittampalam <gan...@earth.li>**20101006060156
Ignore-this: f56690f2452daf8394144d56f034ef62
]
[move conflict marking out into separate module
Ganesh Sittampalam <gan...@earth.li>**20101005170326
Ignore-this: f361d691d22da1100e5ac2c9c5c9332
]
[remove unused export
Ganesh Sittampalam <gan...@earth.li>**20101005170316
Ignore-this: 52812eba5de07170338aec8558879d69
]
[update some comments
Ganesh Sittampalam <gan...@earth.li>**20101004165058
Ignore-this: 26e5afa7a519419e3c4685d6d6f9ff91
]
[replace some unexpected cases with failure
Ganesh Sittampalam <gan...@earth.li>**20101004165049
Ignore-this: 7c3c50e2c75446e71b77e2bac639efed
]
[fail in branch that should be unreachable
Ganesh Sittampalam <gan...@earth.li>**20101004165045
Ignore-this: 2a51d5aeec25269134a8a00dff28678f
]
[drop unused Eq instance for FL
Ganesh Sittampalam <gan...@earth.li>**20101004165035
Ignore-this: 56fdad0ab03ebf68087fa9f96d525ab6
]
[get rid of some joinPatches calls
Ganesh Sittampalam <gan...@earth.li>**20101004165015
Ignore-this: 2abc3f82de23f2e34cebf4c1f1e5c91d
]
[Move some Eq/Show instances to where they belong
Ganesh Sittampalam <gan...@earth.li>**20101001212122
Ignore-this: 7740b3a54b3e4d9b991d6e152b88731d
This also means we can disable OverlappingInstances
]
[fix off-by-one error with Hunk patches in QuickCheck tests
Ganesh Sittampalam <gan...@earth.li>**20100908060423
Ignore-this: 4f126758b77fc07a5734e45226e2cf07
It turns out the offsets are 1-based, not 0-based.
]
[Document _darcs/prefs/boring and include in manpage.
Eric Kow <ko...@darcs.net>**20100925071142
Ignore-this: c8ec96820c0762465d85d88bcce013e4
]
[get rid of commas in extension specifications
Ganesh Sittampalam <gan...@earth.li>**20101005061931
Ignore-this: a1bd0b4078eb61ac4daa4c078cf5a7bd
]
[clean up use of language extensions
Ganesh Sittampalam <gan...@earth.li>**20101005061744
Ignore-this: cc4cc485262c5e076329cf7064a09373
- minimise set declared in .cabal file
- make them consistent across all builds
]
[introduce type class for checkAPatch
Ganesh Sittampalam <gan...@earth.li>**20101004165015
Ignore-this: 291aa2e83f44b4ef2718b8ef536dab71
]
[change hang into error when bad hunk encountered during resolution
Ganesh Sittampalam <gan...@earth.li>**20100908060245
Ignore-this: 96b98588b54e20f228bbd9817d91a9ab
]
[include old text in conflict marks
Ganesh Sittampalam <gan...@earth.li>**20100908054609
Ignore-this: 42aa3a9f115baef85d427f801f3a5846
]
[Resolve issue182: hidden darcs status alias for darcs whatsnew -ls
Eric Kow <ko...@darcs.net>**20100915210519
Ignore-this: 9ada08c78ea6e877083b56136ad46fd4
]
[Test for issue1923.
Eric Kow <ko...@darcs.net>**20101018132251
Ignore-this: 329356a1e357cac6acfeab8ff0fcf28a
]
[Solve issue1923: cache mechanism warns about sources outside your control
Adolfo Builes <builes.ado...@googlemail.com>**20100917210653
Ignore-this: f1d720340b3ff8506c1501c11303ed5a
]
[Resolve issue1948: send BTS update emails as noreply@
Eric Kow <ko...@darcs.net>**20101016141307
Ignore-this: 611b31a8670a97f95084b8d8a2f19e21
1. This avoids confusion from pretending to be somebody we are not
(the patch author)
2. This allows roundup to detect emails from BTS/darcs integration
(because they would all come from a single email address).
]
[Distinguish between --context with and without arguments.
Eric Kow <ko...@darcs.net>**20100829095904
Ignore-this: 1e97df10d8c2bbc890946c4d524916aa
* darcs changes --context means just "output in the context format"
* darcs {get,send} --context=foo means get/send via context file foo
]
[hook env vars: haddock improvement
Simon Michael <si...@joyful.com>**20101001232909
Ignore-this: bbef4feba5977b66087f30edca207d52
]
[hook env vars: add some haddocks
Simon Michael <si...@joyful.com>**20101001215802
Ignore-this: 2b0c8e28f9ff61794bc3805bf424965e
]
[Remove misleading debug output.
Eric Kow <ko...@darcs.net>**20101001113217
Ignore-this: e5ce49b082c47eef6c2b6f8021e70e9
This debug output seems to only indicate that it succesfully *started* the
download, which is confusing because the download itself could fail.
]
[Haddock fixSubPaths
Reinier Lamers <tux_roc...@reinier.de>**20101002193447
Ignore-this: e636f81773470f918d6aaffff477014f
]
[Make annotate handle fixSubPath's rejecting paths
Reinier Lamers <tux_roc...@reinier.de>**20101002190600
Ignore-this: 336e50760bc14332436e2e1ac93a0d8c
]
[Make issue1951 test clean up (needed for 2.5 branch)
Reinier Lamers <tux_roc...@reinier.de>**20100926181410
Ignore-this: e35a4e4997ecc009cf3377806168249
]
[Mark issue1951 test as passing
Reinier Lamers <tux_roc...@reinier.de>**20100926180813
Ignore-this: 5bb72adeb44e4fc6fe68098cbe799ce3
]
[Don't act like user gave no file arguments to add when he gave only invalid
ones
Reinier Lamers <tux_roc...@reinier.de>**20100926175604
Ignore-this: 9fa00f5230d7be070973e7e3a7abb048
]
[Elaborate issue1951 test (for adding files outside the repository)
Reinier Lamers <tux_roc...@reinier.de>**20100926175213
Ignore-this: 460ee08b38d8a247379c3fa2d8edc471
]
[resolve issue1951: refuse to add files outside repository
Reinier Lamers <tux_roc...@reinier.de>**20100926172901
Ignore-this: 906eca5d6a62c103b3e423967b37570d
Instead of passing on relative paths to hashed-storage if they are not
meaningful relative to the repository root, we now turn all relative paths into
absolute paths. We do that by chdir'ing to them from either the current working
directory, or if that fails, the repository root.
]
[clean up OPTIONS_GHC usage
Ganesh Sittampalam <gan...@earth.li>**20101001203601
Ignore-this: e001b3d26eb211c07540f9328600061a
no more -cpp or -fglasgow-exts
]
[fix warning about tab character
Ganesh Sittampalam <gan...@earth.li>**20101005061826
Ignore-this: 20624e31fe2010755874ff7b4c7ab450
]
[require regex-posix >= 0.94.4 on windows to avoid link errors with with HP
2010.2.0.0
Simon Michael <si...@joyful.com>**20100914205831
Ignore-this: eb8b4dd8f6f77bd4014269dc8ca8ecdf
See http://trac.haskell.org/haskell-platform/ticket/137 . On windows we
now ensure a new enough version of regex-posix (which regex-compat uses).
]
[Improve error message when _darcs/inventory fallback check fails.
Eric Kow <ko...@darcs.net>**20100909194255
Ignore-this: c517f37cc1e05c05eef5295607f8b98a
One thing that can happen is permissions problems on hashed repositories
which makes darcs unable to read _darcs/format and therefore assume the
remote repository is old-fashioned. This extended explanation tries to
avoid confusing users. Thanks to Brent Yorgey for help with wording.
]
[HLint: use notElem.
Eric Kow <ko...@darcs.net>**20100915121147
Ignore-this: 3a218017c728412293bada9ce5b9ed70
]
[Haddock confusing naming for lastWord.
Eric Kow <ko...@darcs.net>**20100915105518
Ignore-this: 9a4c047949f456bac34ff279040de458
]
[write out tag before trying to optimize inventory
Ganesh Sittampalam <gan...@earth.li>**20101004054713
Ignore-this: aebf3d7ace08cce188501432653fd2b7
This fixes 'darcs tag' for old-fashioned repos.
The original code seems obviously wrong, so it's hard to understand
why things only started breaking after this patch:
Sat Sep 11 19:53:55 BST 2010 Dmitry Astapov <dasta...@gmail.com>
* Resolve issue1942: fix the fix which ended up too strict due to unsealing.
(manually backpopting fix by Petr Rockai to mainline)
]
[Resolve issue1942: fix the fix which ended up too strict due to unsealing.
Dmitry Astapov <dasta...@gmail.com>**20100911185355
Ignore-this: 87012509b3c1c0137306b348ae585059
(manually backpopting fix by Petr Rockai to mainline)
]
[More explicit punctuation to avoid ambiguity.
Eric Kow <ko...@darcs.net>**20100925093819
Ignore-this: ad2be70e6186f37f7e7c1234df0b89aa
]
[Update Makefile target for patch theory doc.
Eric Kow <ko...@darcs.net>**20100925093745
Ignore-this: 41efecc9e14fabc8263c25d98135de04
]
[Add commandProgramName field to DarcsCommand
Joachim Breitner <m...@joachim-breitner.de>**20100916180643
Ignore-this: 1200c9b51be2aa638b486f0f339521fe
In order to make the command handling more generic, the name of the program
(the executable) is now a field of DarcsCommand. It is used by the functions
which generate the help output.
]
[Avoid issue1599 timeout for people behind proxy servers.
Eric Kow <ko...@darcs.net>**20100917130901
Ignore-this: 88c48d5de2378a034fb8c9d010a7513a
]
[Tidy up issue1599 test a tiny bit.
Eric Kow <ko...@darcs.net>**20100917130515
Ignore-this: a429b44681ec77091e196bfad9d44ccb
]
[cut witnesses build down
Ganesh Sittampalam <gan...@earth.li>**20100908060124
Ignore-this: e392234f8b1a562abd457fdfce8b2424
The library is now built with witnesses anyway so only the tests
need a separate build check.
]
[Tidy up test harness warnings.
Eric Kow <ko...@darcs.net>**20100901134549
Ignore-this: 136031c756fcae2a7cd1f76a5ec8b214
]
[Mark ssh test as skipped if REMOTE is not set.
Eric Kow <ko...@darcs.net>**20100913094132
Ignore-this: 58bd7bcc4dde75c9cf8131d3884bea26
]
[Move external and ssh tests to network directory.
Eric Kow <ko...@darcs.net>**20100913094048
Ignore-this: 961d6ac87c91bdfb8d4dc64c84afd643
]
[Make the tests a bit less verbose (do not print all of lib every time).
Petr Rockai <m...@mornfall.net>**20100829171501
Ignore-this: 860df38824bc5fad37cc583ca893a6c9
]
[Set a $format variable in lib, depending on current repo format under test.
Petr Rockai <m...@mornfall.net>**20100829171428
Ignore-this: eb53b469e40a6f0faa0da5a3d3071d06
]
[Accept issue1951: add outside of current repository.
Eric Kow <ko...@darcs.net>**20100908095448
Ignore-this: 5085d7647e9408ea7b5282e1cb0d1079
Regression between darcs 2.4 and 2.4.98.5.
]
[Resolve yet another darcs.cabal conflict.
Petr Rockai <m...@mornfall.net>**20100903210833
Ignore-this: bc94980dc25b0ef8c6600777efc6342
]
[drop unnecessary import
Ganesh Sittampalam <gan...@earth.li>**20100828112556
Ignore-this: a198ddfe3a7def52aa43e295250cde92
]
[move Darcs.Patch.Properties to Darcs.Test.Patch.Properties
Ganesh Sittampalam <gan...@earth.li>**20100828112259
Ignore-this: 6f227d2693c0cfe2549dfc301100200e
]
[break up Darcs.Patch.Patchy and make Darcs.Patch.Named more self-contained
Ganesh Sittampalam <gan...@earth.li>**20100828111250
Ignore-this: 45d8c2abee1e658e4041cff3f32bf922
Move class definitions out into their own modules and turn
Darcs.Patch.Patchy into a simple aggregator.
Move instances for Named into Darcs.Patch.Named.
]
[drop unnecessary import
Ganesh Sittampalam <gan...@earth.li>**20100828110105
Ignore-this: 9afd40118fd5da714a365b001d977c18
]
[drop unnecessary superclass
Ganesh Sittampalam <gan...@earth.li>**20100828105847
Ignore-this: 29b529d355f3f7fc4709782bd489fa34
]
[fix warning in Darcs.Test.Email
Ganesh Sittampalam <gan...@earth.li>**20100828104854
Ignore-this: a3b968e226c34dd01a9770057ac53b35
]
[fix warning in Darcs.Test.Patch.Info
Ganesh Sittampalam <gan...@earth.li>**20100828104840
Ignore-this: ee3565a554c6c95816be43881e3ff5b7
]
[drop unnecessary constraint
Ganesh Sittampalam <gan...@earth.li>**20100828104820
Ignore-this: 3c112ec10a04e2bad52ac8f7e40b048d
]
[remove commented out imports
Ganesh Sittampalam <gan...@earth.li>**20100828104810
Ignore-this: ed972c121c776729076b2160a5d25cc8
]
[remove unnecessary pragmas from Darcs.Patch.Match
Ganesh Sittampalam <gan...@earth.li>**20100828104756
Ignore-this: a422eb1d3b00eb1832b72960df715b14
]
[remove unused import
Ganesh Sittampalam <gan...@earth.li>**20100907052616
Ignore-this: e6398221e0999dfaa6321c04423af94a
]
[Fix misleading configuration documentation.
Eric Kow <ko...@darcs.net>**20100907194732
Ignore-this: cad1574acb861504531ad8cd79048296
It accidentally looked like it was saying ~/.darcs was a Windows setting.
]
[TAG 2.4.98.5
Reinier Lamers <tux_roc...@reinier.de>**20100905170906
Ignore-this: 848f746fa6a939cef069abe6722d4206
]
[Bump version number to 2.4.98.5
Reinier Lamers <tux_roc...@reinier.de>**20100905170855
Ignore-this: dfb020e93dd32bb205f338a27862d42d
]
[Clean up trackdown --bisect documentation.
Eric Kow <ko...@darcs.net>**20100830125530
Ignore-this: e51acdad91cb83ac6e06552a66f45e1b
]
[remove --index option from matchOneNontag because issue1926
Iago Abal <iago.a...@gmail.com>**20100901161448
Ignore-this: 5e3911031baa219dab159eb263a2a9cf
Removed for 2.5 release to avoid showing options to the user that are not
implemented.
]
[Resolve issue1942: Fix an IO interleaving bug in old-fashioned readRepo.
Petr Rockai <m...@mornfall.net>**20100904030947
Ignore-this: d89716791fecb518f530fcf1b1924a9f
]
[Accept issue1932: darcs add -qr . should not fail on filenames with ':'
Dmitry Astapov <dasta...@gmail.com>**20100825172835
Ignore-this: 24884784919f455a8f9b98dea2d750bf
]
[Document Darcs.Patch.Info.makeFilename.
Eric Kow <ko...@darcs.net>**20100904103153
Ignore-this: 4eb3f6f8e3dab9b1f6b8fda47c1dd3
]
[add some haddock to Darcs.Witnesses.Eq
Ganesh Sittampalam <gan...@earth.li>**20100903181255
Ignore-this: d74343eb72dacfb027f7c83b8a312eb2
]
[drop unused concatReverseFL
Ganesh Sittampalam <gan...@earth.li>**20100903180019
Ignore-this: 955da64a50d9bc2a248e614d73ee952c
]
[drop unused headRL
Ganesh Sittampalam <gan...@earth.li>**20100903175722
Ignore-this: f574211dbac23a64e727bb00242ee5c3
]
[drop unsafeMap_l2f
Ganesh Sittampalam <gan...@earth.li>**20100903174855
Ignore-this: 6f959a0ffe12580fe38ddd35efc6d703
]
[drop unused filterE/Proof
Ganesh Sittampalam <gan...@earth.li>**20100903172525
Ignore-this: fbaea445a392023ed8ed04c785a58f37
]
[Resolve issue1884: correct report about getting lazy repository
Alexey Levan <exle...@gmail.com>**20100903175429
Ignore-this: b533c7d2c508ae33ef37a01faa7e0863
]
[Redefine Darcs.Commands.putInfo in Darcs.Repository
Alexey Levan <exle...@gmail.com>**20100819195331
Ignore-this: 26b1130296f8eef6840837b2abf03912
]
[Remove now-superfluous cleanup step from EXAMPLE.sh
Eric Kow <ko...@darcs.net>**20100903084324
Ignore-this: 65462aa06547454ef9dbf11f808a0f5
Hooray for the new harness!
]
[Use lib in tests/issue257.sh.
Petr Rockai <m...@mornfall.net>**20100902142129
Ignore-this: 1ba89ebcf1ef1d047129f9ca89ebdb58
]
[Remove the now-defunct Distribution directory.
Petr Rockai <m...@mornfall.net>**20100829191717
Ignore-this: a4af7e0874f6b189dc245b1c778dbba6
]
[Add a tarball of a small oldfashioned repository for testing purposes.
Petr Rockai <m...@mornfall.net>**20100829174448
Ignore-this: c096717668219f6e821707c5aa8c3ac4
]
[Update haddock.
Petr Rockai <m...@mornfall.net>**20100717084048
Ignore-this: 47776265ebb4ba397727be5e8abe982b
]
[Use more meaningful names for seal_up_patches' parameters.
Petr Rockai <m...@mornfall.net>**20100715085938
Ignore-this: e467f879f05f8a0d62fac26d19babc3b
]
[Wibble path building in Repository.Prefs.
Petr Rockai <m...@mornfall.net>**20100714175208
Ignore-this: 6664f81e589a919baa9e293e455cea51
]
[Document cultural reference in Darcs.Witnesses.WZipper.
Eric Kow <ko...@darcs.net>**20100902192731
Ignore-this: f88c4b9d1fc6e00f513ded7b5769995f
]
[Jot down a few more tips about testing.
Eric Kow <ko...@darcs.net>**20100826171452
Ignore-this: 93560f7f12d291899f1b3b0cc6740909
]
[Add MIT boilerplate to all public domain scripts.
Eric Kow <ko...@darcs.net>**20100809125302
Ignore-this: 92cd27ff71d7af5f4318133de3340acd
The goal is to limit Darcs authors' liability.
]
[Update issue1503 network test for new harness.
Eric Kow <ko...@darcs.net>**20100902162701
Ignore-this: acde8373c08373f589a39653bc622427
Apparently, the new harness treats network test the same as regular
tests (by copying them straight to a standalone directory)
]
[Propagate the exit code of darcs-test to exit code of cabal test.
Petr Rockai <m...@mornfall.net>**20100902140203
Ignore-this: cebf3b959529c4728988d3879aacb839
]
[Allow "output=plain" to be passed to cabal test.
Petr Rockai <m...@mornfall.net>**20100902135800
Ignore-this: 9394ecd4cb3e1aed3ec591906786495b
]
[Suppress check for darcs-test in Setup.
Eric Kow <ko...@darcs.net>**20100902124521
Ignore-this: 6fe4a0badaa12ef5352286850e4f30a6
It is now always built.
]
[More portable executable names in Setup.
Eric Kow <ko...@darcs.net>**20100902124519
Ignore-this: 77abdc7a3549030566d438c162faa51e
]
[Update cabal file for new test-support paths.
Eric Kow <ko...@darcs.net>**20100902123719
Ignore-this: 94f4cf40b62dc857e55492a4c8afa16f
]
[Fix conflicts between darcs-test enabling and other cabal patches.
Eric Kow <ko...@darcs.net>**20100902095835
Ignore-this: 732c023fa9a6cb6b02fbd27741c7daa9
To my awareness:
- raising base package dependency
- dropping PatternSignatures
]
[Drop the "test" cabal flag and build darcs-test unconditionally.
Petr Rockai <m...@mornfall.net>**20100829135623
Ignore-this: 9363f6325c308c32a5410f81362a5f01
]
[Fix a bug in cabal test argument parsing.
Petr Rockai <m...@mornfall.net>**20100829171538
Ignore-this: 1eb65db930dd9248ab4b144d9f37fc29
]
[Make it possible to pass "threads=N" to cabal test.
Petr Rockai <m...@mornfall.net>**20100829164545
Ignore-this: 48cae1e80315778ba2e84f05ff3bd80c
]
[Replace some developer links with a wiki page.
Eric Kow <ko...@darcs.net>**20100902135224
Ignore-this: a193af1b73b557b44c3af330327e9104
]
[Nicer patch counting mechanism for buildbot-try.
Eric Kow <ko...@darcs.net>**20100902103104
Ignore-this: f57bfc394ce4d053f0fc11bf1014536d
]
[Use unified diff for copying unrecorded changes in buildbot-try.
Eric Kow <ko...@darcs.net>**20100902101247
Ignore-this: 29f9707e442ca9c29579bf4cd8596689
This avoids a "patch: **** Only garbage was found in the patch input."
]
[Wrap buildbot-try with ssh-agent.
Eric Kow <ko...@darcs.net>**20100902100403
Ignore-this: 72f399a232c853227fc7015d1963495f
]
[URL.hs: fix a typo in import list
Jason Dagit <da...@codersbase.com>**20100902064509
Ignore-this: 3d1a269a53195e5d372290ff00c2b946
]
[Fix for issue1932
Dmitry Astapov <dasta...@gmail.com>**20100825173045
Ignore-this: 68db2c42ef376307271a7f609e62481c
Do _not_ check for colons in "isRelative" - everything is covered
inside Add.lhs and governed by use of "--reserved-ok" option.
Replace isRelative and isAbsolute with functions from System.FilePath
for correct handling of platform specifics.
]
[Bump shellish dependency to >= 0.1.1, to avoid the infinite loop in rm_rf
problem.
Petr Rockai <m...@mornfall.net>**20100829134747
Ignore-this: 4bbf50f15d3cabea8f38893bc6844340
]
[Flip "cabal test" over to use darcs-test to run the shell tests.
Petr Rockai <m...@mornfall.net>**20100827220454
Ignore-this: dc18d078ee7e34eaddcd82bf2599349d
]
[Add a --network option to darcs-test to run the network shell tests.
Petr Rockai <m...@mornfall.net>**20100827220414
Ignore-this: 3aaa854e05cb5274410666212aa714ab
]
[Couple of improvements in the new shell test runner.
Petr Rockai <m...@mornfall.net>**20100827220353
Ignore-this: e4b0e3f6b8470c5d53cc4eeecf562920
]
[Implement a test-framework-based shell harness.
Petr Rockai <m...@mornfall.net>**20100827204448
Ignore-this: 819e700538a38bf35e04eb7656b3c151
This merges the two test drivers we previously had, "unit" and
Distribution.ShellHarness (used directly by Setup), into a single "darcs-test"
binary. This patch only goes half the way, though: the new shell harness is not
used by "cabal test" yet. That will come as a separate patch.
]
[send prints remote address right away
Guillaume Hoffmann <guilla...@gmail.com>**20100822154314
Ignore-this: bd428e547137caa1a2b9862981e63085
]
[Use long titles for more stable URLs in user manual.
Eric Kow <ko...@darcs.net>**20100812104830
Ignore-this: 98a8e736b4d2b784118075962c9af6e0
]
[Changes.lhs: remove extra (and weird) case
Jason Dagit <da...@codersbase.com>**20100822122659
Ignore-this: 3c12488f0a953e7d79edfafbd1c74ffc
]
[TheComands.hs: fix prelude import
Jason Dagit <da...@codersbase.com>**20100828170634
Ignore-this: 8b2edfaea4ba634f63a227ee9ce1a13e
]
[Fix conflict between base and hashed-storage deps.
Eric Kow <ko...@darcs.net>**20100828194949
Ignore-this: 7974cd005f4200156c8fad220599eba4
]
[Remove PatternSignatures as we currently require GHC 6.10 and up.
Eric Kow <ko...@darcs.net>**20100723131843
Ignore-this: 567dcb5da237e9876e6f590f062da42e
]
[Document GHC 6.10 dependency.
Eric Kow <ko...@darcs.net>**20100825152443
Ignore-this: 9714d0bd6abd20a521b7f8f86be274f7
]
[Raise base package dependency to >= 4 (keeping it < 5).
Eric Kow <ko...@darcs.net>**20100825152135
Ignore-this: 944cdfa0ea7f940a4a52f24dd9bf6c5b
We now require GHC 6.10.x or higher.
]
[Relax the hashed-storage dependency (to >= 0.5.2 && < 0.6).
Petr Rockai <m...@mornfall.net>**20100824081630
Ignore-this: 754a9cb5d02cf8771df0905e976cc6e
]
[add missing V2.hs
Ganesh Sittampalam <gan...@earth.li>**20100827061307
Ignore-this: 400c1d5662fc995498fea48512c5c055
]
[move some Patchy instances into a separate file
Ganesh Sittampalam <gan...@earth.li>**20100826232436
Ignore-this: bd7663370d6b2ab5cd0ecd89ce573b8b
]
[don't export Patch/RealPatch from Darcs.Patch
Ganesh Sittampalam <gan...@earth.li>**20100826155238
Ignore-this: b419b6e01801631fb617fa2bbcf7e0e3
This gets us closer to separating specific implementations from
the interface.
]
[split up the Commute class
Ganesh Sittampalam <gan...@earth.li>**20100826135850
Ignore-this: f0e77899afed11193776aa998547824e
Note that Prim is not an instance of the new Merge class,
which reflects reality as Prims cannot always be merged.
]
[get rid of unnecessary superclass
Ganesh Sittampalam <gan...@earth.li>**20100826133602
Ignore-this: 8d4ed17afe597610594376019ed4d282
]
[drop some exports from Darcs.Patch
Ganesh Sittampalam <gan...@earth.li>**20100826132758
Ignore-this: be40ab5ed92a8e7f6be40928e73ad414
Made imports go directly to the internal modules where necessary,
on the grounds that it's better to be explicit when making use of
internal operations.
]
[break Patch-specific bits of Show and Viewing out into V1
Ganesh Sittampalam <gan...@earth.li>**20100826125537
Ignore-this: 52f166938cef87f20d537cb0fa8b4cb7
]
[get rid of apparently unnecessary instance dependency
Ganesh Sittampalam <gan...@earth.li>**20100826123346
Ignore-this: 20618e90cae5721e1d6c58f505bc51c2
showContextPatch for Prim was sometimes constructing a Patch
(with the PP constructor) for no apparent reason, as the end result
would be to show the underlying Prim again.
]
[move v1 Patch applying into separate module
Ganesh Sittampalam <gan...@earth.li>**20100826122140
Ignore-this: 354af0908b377a81e06fe2312ab97ce0
]
[move v1 Patch reading into separate module
Ganesh Sittampalam <gan...@earth.li>**20100826122137
Ignore-this: 7c99ff9c15a9041b9bfc1d1f3b0c3214
]
[Darcs.Patch.Core now just contains Named
Ganesh Sittampalam <gan...@earth.li>**20100826110141
Ignore-this: 5768341309317a826a0edbdf07ae6379
]
[move Named instances out of V1.Commute
Ganesh Sittampalam <gan...@earth.li>**20100826110140
Ignore-this: 4cd087b3e44d5faea1336c002661bdcf
]
[move Darcs.Patch.Commute into V1 namespace
Ganesh Sittampalam <gan...@earth.li>**20100826110134
Ignore-this: 749ac611fd08c6f592b590e0354ad8dd
]
[move RealPatch into its own namespace
Ganesh Sittampalam <gan...@earth.li>**20100826104437
Ignore-this: 36156baeca5f13590dceb3446678b55f
]
[remove unused re-export
Ganesh Sittampalam <gan...@earth.li>**20100826104437
Ignore-this: 5e054202fb305236510fef9e2952024d
]
[start on moving v1 patch code into its own namespace
Ganesh Sittampalam <gan...@earth.li>**20100826104427
Ignore-this: eec8240329032f6f255d10eb041a8e9e
]
[fix warnings in Darcs.SelectChanges
Ganesh Sittampalam <gan...@earth.li>**20100826095122
Ignore-this: 1c777fb9d928dae858a24efddfef98fd
]
[fix warnings in Darcs.Commands.Apply
Ganesh Sittampalam <gan...@earth.li>**20100826095113
Ignore-this: 1b76a37c73761798baa56bfde9c9d708
]
[fix warnings in Darcs.Witnesses.Ordered
Ganesh Sittampalam <gan...@earth.li>**20100826094553
Ignore-this: 1c5efae9c25b51df7fd1331ea59f2ebe
]
[fix warning in Darcs.Repository.Repair
Ganesh Sittampalam <gan...@earth.li>**20100826094545
Ignore-this: b85f58cb0d4fa4240779aa5c59914f0d
]
[fix warning in Darcs.Patch.Depends
Ganesh Sittampalam <gan...@earth.li>**20100826094536
Ignore-this: 76788f91e654c3beb5ea1e17cf11ff45
]
[fix warning in Darcs.Patch.Choices
Ganesh Sittampalam <gan...@earth.li>**20100826094519
Ignore-this: 6649d874067019ca62f759e01740f1c6
]
[fix warnings in Darcs.Commands.Send
Ganesh Sittampalam <gan...@earth.li>**20100826094436
Ignore-this: aab88b0280ddb1c81f6457741abd86d6
]
[fix warnings in Darcs.Commands.Record
Ganesh Sittampalam <gan...@earth.li>**20100826094428
Ignore-this: 75cc3c3c905309ca60d6282f969ed15f
]
[fix warnings in Darcs.Commands.Push
Ganesh Sittampalam <gan...@earth.li>**20100826094247
Ignore-this: f925114d28f55010b179fd5109767bf4
]
[fix warnings in Darcs.Commands.Pull
Ganesh Sittampalam <gan...@earth.li>**20100826094224
Ignore-this: c139ae114740ec0503bdeffa18d568ef
]
[fix warnings in tests
Ganesh Sittampalam <gan...@earth.li>**20100826092245
Ignore-this: ed89d27a3d77fe9a60b87a8087e81351
]
[Depends.hs: add back catch all case to silence warning
Jason Dagit <da...@codersbase.com>**20100825080244
Ignore-this: 627e1db4ae434f24ada1e158819eb2ff
]
[Fix issue1926 headers.
Eric Kow <ko...@darcs.net>**20100826162703
Ignore-this: 8badc1a7cda103f90084b55efcf65e4b
]
[Accept issue1926: amend-record ignores --index option.
Iago Abal <iago.a...@gmail.com>**20100820001354
Ignore-this: 90956b2aeb8f3ddedbc6a293e0d942dc
]
[Avoid cascading permissions error in issue612 test.
Eric Kow <ko...@darcs.net>**20100826161551
Ignore-this: b056c9686e8d0b8345c8f7ce65280a7a
The test fails, leaving behind an unwritable directory.
]
[fix unit test imports
Jason Dagit <da...@codersbase.com>**20100825100722
Ignore-this: 129c545cc4dd973ff4cf754f4b69d5f0
]
[clean up Witnesses imports across codebase
Jason Dagit <da...@codersbase.com>**20100825095657
Ignore-this: d9696059af803c483f204291eea89d14
]
[ArgumentDefaults.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825084359
Ignore-this: a23fd53ef800c1f2cae3917545b256d1
]
[Commands/Put.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825084340
Ignore-this: e13fc3447482e7b87e416f40b98eac12
]
[Commands/Pull.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825083920
Ignore-this: 5f6e6dc88fb6cd9093e6f8ad1d8329d5
]
[Commands/Unrevert.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825083536
Ignore-this: 2bb11aeaee05c82eec5b55e516f76283
]
[Commands/Unrecord.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825083412
Ignore-this: 25fd54bd955aca1a18cb39c152e7ea38
]
[Commands/Send.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825083244
Ignore-this: 1faa62977b78e48f47029a4867c6a38e
]
[Commands/Record.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825083111
Ignore-this: bc229dd308ef6f77826ebc31811e65cf
]
[Commands/Apply.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825082948
Ignore-this: 358cb1b5c897e97fbf46285efd9e73c7
]
[SelectChanges.hs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825082701
Ignore-this: 29e6306b93f85ec52d29f46cf0f54d28
]
[Annotate.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825081814
Ignore-this: 71c18cdd5c8fffb489245082fb797132
]
[Population.hs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825081621
Ignore-this: 444a9343bcdf7b52bd5cf4312562424f
]
[ShowFiles.lhs: rename shadowed binding
Jason Dagit <da...@codersbase.com>**20100825081508
Ignore-this: 1466870bbca19cee11d38a0c9ed2de01
]
[Get.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825081324
Ignore-this: f5366f35d77658679b49438aaf3d72b3
]
[Commands/Diff.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825081227
Ignore-this: b6f2943dc58bf9a17381cf837c806f9f
]
[Match.lhs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825081058
Ignore-this: fa009342dac6474b59c8fe65782bb497
]
[WhatsNew.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825080822
Ignore-this: 6f4178fe4d32155fd8d47a01d9d39e45
]
[HashedRepo.hs: clean up imports to fix warnings
Jason Dagit <da...@codersbase.com>**20100825080704
Ignore-this: cf815b7eb616ba8a72046474b5d6bd24
]
[splitout parts of Darcs.Witnesses into new modules
Jason Dagit <da...@codersbase.com>**20100825080336
Ignore-this: 695abc0f04daf229280cbcf5a0414381
This allows us to remove an Orphan Instances warning. I also look the
liberty of regrouping the Witnesses modules in the .cabal file while I
was adding new ones.
]
[TrackDown.lhs: fix warnings
Jason Dagit <da...@codersbase.com>**20100825075132
Ignore-this: d41b7265690aeaf8e51f023ce783af3a
]
[ShowAuthors.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825074948
Ignore-this: 57381441eb6213ff318cf77218826bde
]
[MarkConflicts.hs: rename shadowed binding
Jason Dagit <da...@codersbase.com>**20100825074944
Ignore-this: 60d749353045dca6e5d1c2ae3ba205bb
]
[Convert.lhs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825074614
Ignore-this: 519e804e378f0ee12d722ea6957bc29
]
[Repository.hs: remove unused binding
Jason Dagit <da...@codersbase.com>**20100825074459
Ignore-this: 29643af7b95406931015c6cbd375974e
]
[Merge.hs: remove redundant import
Jason Dagit <da...@codersbase.com>**20100825074347
Ignore-this: b999405e2e36d804119ad469af862f59
]
[Checkpoint.hs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825074202
Ignore-this: ecadbbb93d9dee99284b61abe6a35a2b
]
[Internal.hs: remove warnings
Jason Dagit <da...@codersbase.com>**20100825073952
Ignore-this: dbb1a38fd632fb0614bb5e34eb50a67a
]
[Info.hs: remove redundant imports
Jason Dagit <da...@codersbase.com>**20100825073038
Ignore-this: 8469f5e4a347ce13312be3a06b198407
]
[URL.hs: fix warning about conditional import of debugFail
Jason Dagit <da...@codersbase.com>**20100825071513
Ignore-this: 5a99ec5562f21149bb7fdc0787ba8bc3
]
[Diff.hs: remove unused bindings
Jason Dagit <da...@codersbase.com>**20100822205621
Ignore-this: 4bcdec6c2d73e4ea2f0c12924b24eda2
]
[ReadMonads.hs: remove unused lexStrings
Jason Dagit <da...@codersbase.com>**20100822205419
Ignore-this: fb814316841148aec8c194e43c1b7e29
]
[Global.hs: remove import to fix warning
Jason Dagit <da...@codersbase.com>**20100822202309
Ignore-this: 5ee771f8f5b18c6959748ced7104b782
]
[move dropWhileFL to Ordered.hs
Jason Dagit <da...@codersbase.com>**20100822201758
Ignore-this: 16e4e0bf9db14111e1720fc339c36118
]
[move dropWhileRL to Ordered.hs
Jason Dagit <da...@codersbase.com>**20100822201325
Ignore-this: b35648bb19b81a3da95c0df9ebf5479f
]
[Accept issue1931: Fix issue612 test and mark it as failing.
Eric Kow <ko...@darcs.net>**20100825181318
Ignore-this: f62177c4ea5ba8ff637c4289a5e470fc
Jason Dagit points out in issue1931 that this interacts badly with
issue1898, and that fixing this bad interaction reveals a regression.
]
[Modernise issue612 test (use exit 200 to skip).
Eric Kow <ko...@darcs.net>**20100825180438
Ignore-this: e9865dc321ee2e4a77828890cf17a7bf
]
[ReadMonads.hs: rename State to ParserState
Jason Dagit <da...@codersbase.com>**20100822192811
Ignore-this: c07450667ec5ee151d0da692f93cbbdd
]
[dramatically improve the parser performance
Jason Dagit <da...@codersbase.com>**20100813055454
Ignore-this: 4f8912e2e8bf2504e4a6db064647f747
This puts the parser's performance back to where it was before the
move to a Parsec-like API. The cruxt of the fix was to implement
linesStartingWith as a primitive instead of implementing it using
other parser primitives. Several other tricks are included, such as
using strict tuples that are partially specialized.
]
[ReadMonad.hs: fix haddocks
Jason Dagit <da...@codersbase.com>**20100811061208
Ignore-this: cd645b569c09bc928d5c048281be3599
]
[handle whitespace lexing more intelligently in Read.hs
Jason Dagit <da...@codersbase.com>**20100811061027
Ignore-this: 50aa395330b18eebb7ff19fffb20ff1f
]
[tidy up Info.hs
Jason Dagit <da...@codersbase.com>**20100809032821
Ignore-this: ac5e02c985e4002c3ebc0127e6323aa0
The comment about break no longer applies as break is no longer used.
Using choice instead of (<|>) keeps linesStartingWithEndingWith a
little prettier.
]
[tidy up Real.hs and refactor space lexing
Jason Dagit <da...@codersbase.com>**20100809024422
Ignore-this: 1a9d28746e66829a93ca0bcf56a30bd
]
[tidy up peekforc
Jason Dagit <da...@codersbase.com>**20100809022145
Ignore-this: 5ceeaa263cc9dbefcef3c024c543aa6a
]
[remove unused import
Jason Dagit <da...@codersbase.com>**20100809022115
Ignore-this: b2da893f3898f025d8202e4ad0152f1d
]
[tidy up readPatches
Jason Dagit <da...@codersbase.com>**20100809021522
Ignore-this: 5929ef7369d10eaeba00ed31bf1b3a71
]
[remove unneeded export
Jason Dagit <da...@codersbase.com>**20100809020547
Ignore-this: f71c6afa72b83c045420fae722260a43
]
[optimize char parser
Jason Dagit <da...@codersbase.com>**20100809020539
Ignore-this: 63d6f4d23bfd7be0909e56b7ebcde1f6
]
[tidy up linesStartingWith
Jason Dagit <da...@codersbase.com>**20100809020457
Ignore-this: 545ff01a026e1c95dd9374e487eb99c5
]
[tidy up skipNewline
Jason Dagit <da...@codersbase.com>**20100809020446
Ignore-this: e2f01a232b79206c3df0bc7677a05ce
]
[tidy up anyChar parser
Jason Dagit <da...@codersbase.com>**20100809001850
Ignore-this: 98b7cfbe94e99a7642ed730b32fa924b
]
[remove unused word8 parser
Jason Dagit <da...@codersbase.com>**20100809001809
Ignore-this: 91cf66b621630592915a59d45a821054
]
[tidy up readPatchInfo
Jason Dagit <da...@codersbase.com>**20100808233424
Ignore-this: d9f216388b1ab16db67630281ff8893a
]
[improve interface of peekforw and bracketedFL
Jason Dagit <da...@codersbase.com>**20100808201140
Ignore-this: a40baa17b36e603c386fb2f3ec445e2e
]
[accept issue1928: removing a file then adding a directory with the same name
breaks
Ganesh Sittampalam <gan...@earth.li>**20100820212601
Ignore-this: 1c78189df95320abe701a5b1bba6a227
]
[Restore obliterate output options.
Eric Kow <ko...@darcs.net>**20100815211308
Ignore-this: 7a561054370ff4ee87f89556e391e8dd
They were removed for Darcs 2.5, but we can keep them in unstable
and resolve the underlying bug instead.
rolling back:
Sun Aug 15 20:20:10 BST 2010 Reinier Lamers <tux_roc...@reinier.de>
* resolve issue1924: remove output options of obliterate
./tests/issue1909-unrecord-O-misses-tag.sh ->
./tests/failing-issue1909-unrecord-O-misses-tag.sh
M ./src/Darcs/Commands/Unrecord.lhs -3 +1
]
[Resolve conflict between 'Also set binary mode' duplicates.
Eric Kow <ko...@darcs.net>**20100815205035
Ignore-this: dd6c205afb649768a7be93e23e7defb
]
[Reframe Darcs.Match.matchFirstPatchset documentation.
Eric Kow <ko...@darcs.net>**20100813172244
Ignore-this: b78a42d6dcc56a12eedebc31c6e82641
This says the same thing but hopefully makes it easier to grasp.
]
[Improve module-level documentation for Darcs.Match.
Eric Kow <ko...@darcs.net>**20100813171053
Ignore-this: c58ea6edfd1e1a6f1e18d13c5dd70ff
]
[Move Darcs.Match module-specific haddock to module level.
Eric Kow <ko...@darcs.net>**20100813164759
Ignore-this: fad00c742590d0775a57bc3ec4878efe
Also correct last_match to secondMatch.
]
[Tweak complaint about DARCS_CONNECTION_TIMEOUT.
Eric Kow <ko...@darcs.net>**20100812114200
Ignore-this: a8b968847283d5e726f95285db8a418b
]
[Add environment variable DARCS_CONNECTION_TIMEOUT
builes.ado...@googlemail.com**20100811212121
Ignore-this: a9d945925956f1c9d3c27d9e02b66de6
]
[Tighten up section on per-repository caches a bit.
Eric Kow <ko...@darcs.net>**20100812112056
Ignore-this: c16eb0d0a85a18f75dfae4be5b2780c
Particularly, we want to avoid mixing in the notion of conflicts,
which could confuse users.
]
[Adding information about cache handling to manual
builes.ado...@googlemail.com**20100811200211
Ignore-this: 3a794fa6509c0b454f89b8552b2a19cd
]
[Tweak title case for repository formats chapter for consistency.
Eric Kow <ko...@darcs.net>**20100812103910
Ignore-this: 895e769be91810a2cfd9c475541d4f08
]
[Add DARCS_CONNECTION_TIMEOUT info to user manual
builes.ado...@googlemail.com**20100811190100
Ignore-this: cd46eca91eccf1c9d3a5643c39cec5df
]
[Correct error code for curl operation timeout
builes.ado...@googlemail.com**20100810215522
Ignore-this: 26067bd441b2b7fabaadce67851f0ef9
]
[Adding some haddock to Cache.hs
builes.ado...@googlemail.com**20100810215116
Ignore-this: 34560d0bfcf1da1690742421b835caf
]
[remove redundant imports in Patchy and Real
Jason Dagit <da...@codersbase.com>**20100807160837
Ignore-this: 2babfb43cb1f340876ae9ce914c1a454
]
[fix conflict in Bundle
Jason Dagit <da...@codersbase.com>**20100807160542
Ignore-this: 1bdbe27903b8f464838ab97b9c3df12f
]
[remove try combinator from ReadMonads
Jason Dagit <da...@codersbase.com>**20100807160342
Ignore-this: 80bb069e6744788d69d8cec5eb1a438a
]
[micro optimizations to parser code
Jason Dagit <da...@codersbase.com>**20100807160148
Ignore-this: 876d06693dca962b60f9a81740978765
These micro-optimizations should always be safe; prefering ByteString
over String and reducing packing/unpacking.
]
[remove all uses of try from parser code
Jason Dagit <da...@codersbase.com>**20100807153421
Ignore-this: 904f9415cf9b0a7f773a6b9b7b099007
]
[ReadMonads no longer exports maybeWork fix other modules to match
Jason Dagit <da...@codersbase.com>**20100725175120
Ignore-this: 437b41f08ca584d3ce0fc45cae7f207d
]
[refactor Read to not rely on 'work'
Jason Dagit <da...@codersbase.com>**20100725163359
Ignore-this: c2ed2d0babfff2a22c3cb3918dcac78a
]
[ReadMonads no longer exports myLex, clean up imports in Real
Jason Dagit <da...@codersbase.com>**20100725144618
Ignore-this: 7e305152e13b0a6b175c04e49ea1bd5
]
[refactor Read to use myLex'
Jason Dagit <da...@codersbase.com>**20100725144403
Ignore-this: aa7f97c4f2661d96615294add1ced7f8
]
[ReadMonads no longer exports alterInput and clean up a few warnings
Jason Dagit <da...@codersbase.com>**20100725142911
Ignore-this: 429ca05040f2ff94f7cbbde595f2b5de
]
[cleanup import list of Patchy
Jason Dagit <da...@codersbase.com>**20100725141855
Ignore-this: 7b096029f7c4521e924a619d09752515
]
[remove peekInput from Real. peekInput no longer exported from ReadMonads
Jason Dagit <da...@codersbase.com>**20100725141605
Ignore-this: c49bf70941372ba9241f13f088371f5c
]
[refactor Patchy to not use peekInput
Jason Dagit <da...@codersbase.com>**20100725135658
Ignore-this: 853181469c09b52a5b8628a2f0dc8546
]
[refactor Read and ReadMonads to remove peekInput from Read
Jason Dagit <da...@codersbase.com>**20100725133132
Ignore-this: 787c8b8f3b5584472cfa4f83db671fde
]
[add utility functions to ReadMonads
Jason Dagit <da...@codersbase.com>**20100725120651
Ignore-this: 16edfdb6bb5c8c24600865854263e897
The intention of these functions is that in the future we will be able
to use more conventional notation to express parsers in the darcs source.
]
[tune the patch parser
Jason Dagit <da...@codersbase.com>**20100725085610
Ignore-this: 869bb399d759f19b1a2fdbb466743d17
This patch is based on a few observations:
* alterInput (const foo), completly replaces the parser's input
* after peekInput, the above trick avoids redundant processing
* best to leave a packed ByteString packed
]
[Resolve issue1908: try to create a global cache before checking its
availability.
Petr Rockai <m...@mornfall.net>**20100808122419
Ignore-this: a93e6f5d4a1272fc49341236820a9833
]
[Add a "buildbot-try" script to contrib that submits local changes to buildbot.
Petr Rockai <m...@mornfall.net>**20100808133328
Ignore-this: 96e90b4581df1f297f423611d64c7
]
[Skip testing of issue1599 on old-fashioned repos.
Petr Rockai <m...@mornfall.net>**20100808123648
Ignore-this: 2bfa977b37c63dc22c8024994197d0af
]
[Test for issue1599: expire unused caches
builes.ado...@googlemail.com**20100807211143
Ignore-this: 8b77c20113c6b1d18019810ff7e11c3d
]
[Fail more verbosely in issue1879-same-patchinfo-uncommon.sh.
Petr Rockai <m...@mornfall.net>**20100808105641
Ignore-this: 88665b641ab15527c37c39b1bd78a772
]
[Also set binary mode on stderr (we already had stdin/stdout).
Petr Rockai <m...@mornfall.net>**20100808095353
Ignore-this: a3c37a0fb16fd27da1f47ee101d07295
]
[Resolve issue1530: allow user to pick from multiple email address.
Eric Kow <ko...@darcs.net>**20100718113353
Ignore-this: 531e6c9498f9155c1a8f926ee56a68e3
If your global authors pref has more than one line in it, Darcs will
prompt you something like:
You have saved the following email addresses to your global settings:
1. Fred Bloggs <f...@example.net>
2. Fred Bloggs <f...@home.example.tld>
3. BLOGGS Fred <fblo...@example.com>
4. Other
Please select an email address for this repository.
]
[Helper Darcs.Utils.askUserListItem to select from an arbitrary list.
Eric Kow <ko...@darcs.net>**20100718112610
Ignore-this: 1583cecc95940234ea5703b01094afcb
]
[Add a simple test for http get with packs.
Petr Rockai <m...@mornfall.net>**20100804190930
Ignore-this: cab6334359dbf54c3087e0619d8af4b4
]
[Add a simple non-network test for darcs get over http.
Petr Rockai <m...@mornfall.net>**20100804190927
Ignore-this: c3545fe52f79ce9ae720499e381f3823
]
[Resolve issue 1599: automatically expire unused caches
builes.ado...@googlemail.com**20100807003339
Ignore-this: c12f0cd04794e2db03445b71815b9e3a
]
[resolve issue1896: enable witnesses for library
Ganesh Sittampalam <gan...@earth.li>**20100721053731
Ignore-this: 5209e15b5d2c446eea5df2fe1fe700b5
]
[Undo an edit to the issue1829 test, since the original was clearer.
Petr Rockai <m...@mornfall.net>**20100806131253
Ignore-this: 925c73124e2b3d17239ccb7c47578f19
]
[Add a test for issue1829 by Ganesh & Ian.
Petr Rockai <m...@mornfall.net>**20100806125230
Ignore-this: 7e11a7b4b54f189e1864952ff048f0fb
]
[Cut functions Darcs.Utils.putStrLnError and putDocLnError.
Eric Kow <ko...@darcs.net>**20100718102621
Ignore-this: 92c29385add92fb7b875342842432b5a
]
[Tidy Darcs.Utils exports.
Eric Kow <ko...@darcs.net>**20100718101900
Ignore-this: 78740886b92947d941f0e3baa86ba3f2
]
[switch homepage to two-column format ala xmonad.org
Guillaume Hoffmann <guilla...@gmail.com>**20100805134439
Ignore-this: 21fa11e338fd9064b526f96c2f5be12
]
[Remove a couple of redundant type variables from foralls.
Petr Rockai <m...@mornfall.net>**20100806085630
Ignore-this: 552924bfd0cf15cd9c5922a88ae282f9
]
[Fix missing type signature in Darcs.Arguments.
Eric Kow <ko...@darcs.net>**20100726134237
Ignore-this: 8f69ae4defc489d4a4ec9c5734fa2376
]
[Fix warnings in Darcs.Repository.State.
Eric Kow <ko...@darcs.net>**20100723134611
Ignore-this: 5a7c4a33c95ba3285721d0ade56adf1b
]
[Fix warnings in Darcs.Repository.InternalTypes.
Eric Kow <ko...@darcs.net>**20100723134556
Ignore-this: 66a361e0ff4b1a0c616fb11dafc6467c
]
[Fix warnings in Darcs.Repository.HashedIO.
Eric Kow <ko...@darcs.net>**20100723134533
Ignore-this: af2a60a5bf64d53240dc4498696c7a42
]
[Fix warnings in Darcs.Repository.DarcsRepo.
Eric Kow <ko...@darcs.net>**20100723134515
Ignore-this: 66f45d925ab9a7bce4c6e69ded8803fe
]
[Fix warnings in Darcs.Patch.Prim.
Eric Kow <ko...@darcs.net>**20100723134501
Ignore-this: dfd3b36b4b07e6de3b558073ac6bbe27
]
[Fix redundant import warning in Darcs.Patch.Patchy.
Eric Kow <ko...@darcs.net>**20100723134447
Ignore-this: 3fa7ffaf1b8098c4c0793c3ccc5ecb36
]
[Fix redundant imports in Darcs.Patch.Commute.
Eric Kow <ko...@darcs.net>**20100723133540
Ignore-this: 1c6919da737a8fd265a5dde9e94bbf35
]
[Fix shadow warning in Darcs.Patch.Choices.
Eric Kow <ko...@darcs.net>**20100723133357
Ignore-this: 88183e55fcac7c9fa2372f35decf643f
]
[Fix redundant imports in Darcs.Patch.Apply.
Eric Kow <ko...@darcs.net>**20100723133239
Ignore-this: dbf30f383e7a0684ca2b9cf9dcd50fb7
Likely due to setScriptsExecutable refactor.
]
[Fix RemoteDarcs related imports warning in Darcs.Flags and Darcs.RemoteApply.
Eric Kow <ko...@darcs.net>**20100723132408
Ignore-this: f944bbc547fa4f8e1a70c8c3539ce6bc
]
[Fix deprecation warning on GHC.Handle in Exec module.
Eric Kow <ko...@darcs.net>**20100723131847
Ignore-this: 12a57c2a78af7d2c6428ec544cd09f98
It looks like it was deprecated in GHC 6.12 along with the
Unicode-oriented rewrite.
]
[Re-enable packs and optimize --http.
Petr Rockai <m...@mornfall.net>**20100804185357
Ignore-this: f86b0ea0c1008dbd173c7b8145be6803
]
[Minimize the number of packed inventories
Alexey Levan <exle...@gmail.com>**20100802035445
Ignore-this: 1f3d28bece5b29d599ea97be9bba5424
]
[Use cache while getting a packed repository
Alexey Levan <exle...@gmail.com>**20100802024914
Ignore-this: 33e44bdfce82d89fd243e7d628ce2c34
]
[Hardlink files while getting a packed repository
Alexey Levan <exle...@gmail.com>**20100801050349
Ignore-this: 8e6aa73b3a0cc84812d44beaaea701dd
]
[Add pronoun to english module
builes.ado...@googlemail.com**20100803131432
Ignore-this: 707096c1b8c9d0328524cb85ea76193e
]
[Handle English nouns that end in y.
builes.ado...@googlemail.com**20100724172717
Ignore-this: 49eed82e5949fc0d8e7d2775e9fd50c0
]
[Make the "error applying hunk" error a lot more readable (and useful).
Petr Rockai <m...@mornfall.net>**20100727215711
Ignore-this: d748d2632528d8e95453cb8cab76cd67
]
[Haddock promptYorn.
Eric Kow <ko...@darcs.net>**20100718092334
Ignore-this: 35ea778f5a5e44b8fb08a1b340b6b8a0
]
[Add header to issue1790 test and make it follow convention more.
Eric Kow <ko...@darcs.net>**20100728142928
Ignore-this: 29e6d64c5f3089ff6b7e081da5f853a4
]
[Accept issue1790: darcs send --context foo
Eric Kow <ko...@darcs.net>**20100728142602
Ignore-this: cd5d7f148d32ddbcea8d8cbb2282c2ea
Submitted by Loup Vaillant.
]
[Modernise System.Cmd import in Distribution.ShellHarness.
Eric Kow <ko...@darcs.net>**20100725220631
Ignore-this: a785da33c6089635da687a9bfe957c2b
]
[Restore looking for version number in exact-version context dump.
Eric Kow <ko...@darcs.net>**20100726114810
Ignore-this: e18459c582c12c2e77b630f096f66190
rolling back:
Sun Jul 11 13:08:54 BST 2010 Reinier Lamers <tux_roc...@reinier.de>
* Don't look for version number in exact-version context dump
Petr says it masks a bug in the release tarballs.
]
[rename readPatchIds to better describe what it does
Jason Dagit <da...@codersbase.com>**20100723064832
Ignore-this: aa207726cbe8894aab41c17bd01ee6ca
]
[move readPatchIds to Darcs.Patch.Info
Jason Dagit <da...@codersbase.com>**20100723064511
Ignore-this: 53f620c0f5ffda0ffd82693c27a70235
]
[remove duplicate code, readPatchIds
Jason Dagit <da...@codersbase.com>**20100723063526
Ignore-this: a1950afa8385b04aa9c03435e4c152cb
]
[Slightly fix context generation in Setup.
Petr Rockai <m...@mornfall.net>**20100722111410
Ignore-this: eb3b6637f24d62332c9452a3c4143f39
]
[Fix "head: empty list" bug in Darcs.Flags.RemoteDarcs.
Petr Rockai <m...@mornfall.net>**20100715123140
Ignore-this: fa172627824eb3937cad63223026db9e
]
[Use Compression more widely, suppressing further [DarcsFlag] uses.
Petr Rockai <m...@mornfall.net>**20100715003449
Ignore-this: d582d3bc381e73a964127aa3b87d0ffb
]
[Replace some [DarcsFlag] uses with newly introduced RemoteDarcs.
Petr Rockai <m...@mornfall.net>**20100715003320
Ignore-this: d018b8c9b328228b9d283b7ad824eb15
]
[Remove --nolinks, since its scope and usefulness is very limited.
Petr Rockai <m...@mornfall.net>**20100715000822
Ignore-this: 71427fcd09e59d5e4f443bcc4e5ca649
]
[Restore set-scripts-executable in trackdown --bisect.
Eric Kow <ko...@darcs.net>**20100717124222
Ignore-this: efa2e2bba8227542b5a63933f0748c9d
Note: Petr Rockai originally submitted this work as an amendment to
'Remove [DarcsFlag] parameters from apply.', but I must have
accidentally pushed the first version before he sent it. This patch
has the same effect as his amendment.
]
[Remove [DarcsFlag] parameters from apply.
Petr Rockai <m...@mornfall.net>**20100715002249
Ignore-this: 707f8193561ce890dc6ed91d1001253b
]
[Remove [DarcsFlag] argument from unrecordedChanges.
Petr Rockai <m...@mornfall.net>**20100714155059
Ignore-this: 4ba064584b4846b0ca26f6e3199a955a
]
[Fix up tests to refer to --name instead of --patch-name.
Petr Rockai <m...@mornfall.net>**20100715102618
Ignore-this: 630cc96d79db0ee7af9c93fa3dbf5f15
]
[Resolve issue1883: rename --patch-name option to --name.
Eric Kow <ko...@darcs.net>**20100715101608
Ignore-this: 85ab2f1e23f8b561b323a9dfb94baa55
This is usually used in darcs record in shorthand (-m) form.
This rename is aimed at eliminating the confusion with the --patch
matcher, which bites amend-record and rollback users.
]
[get rid of join_patches
Ganesh Sittampalam <gan...@earth.li>**20100712165037
Ignore-this: f9a5ca3dcc690e3c1ed9f6778b07f542
]
[stop using join_patches in Darcs.Test.Unit
Ganesh Sittampalam <gan...@earth.li>**20100712165031
Ignore-this: 563bbbd15f9f51cdfc8063b9dd7f8b0b
]
[fix warning
Ganesh Sittampalam <gan...@earth.li>**20100707061818
Ignore-this: 4b9e468819689cfc768befa8eabe4a4f
]
[fix unused variable warning
Ganesh Sittampalam <gan...@earth.li>**20100707065338
Ignore-this: b2a8e05c985912a78dc71748361271b1
]
[fix name shadowing warning
Ganesh Sittampalam <gan...@earth.li>**20100707065303
Ignore-this: 79ab8367f22333f79f66e82d5f631dac
]
[rename field names to avoid shadowing warnings
Ganesh Sittampalam <gan...@earth.li>**20100707062714
Ignore-this: 6be53f3ee1ef4915bdd722153b0675e0
]
[fix unused code warning
Ganesh Sittampalam <gan...@earth.li>**20100707062701
Ignore-this: 3475bca718b26e5056c3ad7448a346dc
]
[fix shadowing warnings
Ganesh Sittampalam <gan...@earth.li>**20100707062324
Ignore-this: 45d7d142735754357e7b9c53eb2c25df
]
[fix warning
Ganesh Sittampalam <gan...@earth.li>**20100707062320
Ignore-this: 33b1a5f0d5895f04257e4eb133addfc5
]
[fix warning
Ganesh Sittampalam <gan...@earth.li>**20100707062315
Ignore-this: ad3da11afad97816fcd832baf25c311f
]
[remove dead code
Ganesh Sittampalam <gan...@earth.li>**20100707062309
Ignore-this: a3462879709597df56cf28d239b71eef
]
[TAG 2.4.98.4
Reinier Lamers <tux_roc...@reinier.de>**20100823183505
Ignore-this: 8257375d159e0d5a8cb548c6374adf39
]
Patch bundle hash:
0899ebaacd83baf92543a5f687779b6d66e56427
_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-users