New submission from Ganesh Sittampalam <gan...@earth.li>:

I'm resending Florent's patch that was accidentally attached to patch458, so
I can mark it as accepted independently of the rest of patch458.

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

Thu Nov 11 13:37:10 GMT 2010  Florent Becker <florent.bec...@ens-lyon.org>
  * Warn when running cabal test with -fno-test

----------
files: unnamed, warn-when-running-cabal-test-with-_fno_test.dpatch
messages: 13026
nosy: ganesh
status: needs-screening
title: Warn when running cabal test with -fno-test

__________________________________
Darcs bug tracker <b...@darcs.net>
<http://bugs.darcs.net/patch463>
__________________________________
New patches:

[Warn when running cabal test with -fno-test
Florent Becker <florent.bec...@ens-lyon.org>**20101111133710
 Ignore-this: 56d24b012e295240da7c5ce73ab112ab
] hunk ./darcs.cabal 521
 -- ----------------------------------------------------------------------
 
 Executable          darcs-test
-  main-is:          test.hs
+  buildable:	    True
+  hs-source-dirs:   src
 
   if !flag(test)
hunk ./darcs.cabal 525
-    buildable: False
+    main-is:	      test_stub.hs
+    build-depends:    base < 5
   else
hunk ./darcs.cabal 528
-    buildable: True
+    main-is:          test.hs
     build-depends:   base          < 5,
                      extensible-exceptions >= 0.1 && < 0.2,
                      regex-compat >= 0.71 && < 0.94,
hunk ./darcs.cabal 544
                      test-framework-hunit       >= 0.2.2,
                      test-framework-quickcheck2 >= 0.2.2
 
-    hs-source-dirs:   src
     include-dirs:     src
     c-sources:        src/atomic_create.c
                       src/fpstring.c
addfile ./src/test_stub.hs
hunk ./src/test_stub.hs 1
+module Main ( main ) where
hunk ./src/test_stub.hs 3
+main :: IO ()
+main = fail $   "test infrastructure not built,"
+             ++ " please pass -ftest to configure, then rebuild"

Context:

[Make send-output-v*.sh tests more robust against timezones
Florent Becker <florent.bec...@ens-lyon.org>**20101114122515
 Ignore-this: 7bf4cf4b8a609ec238196d0f5197c533
] 
[TAG 2.5
Reinier Lamers <tux_roc...@reinier.de>**20101024151805
 Ignore-this: 1561ce30bfb1950a440c03371e0e2f20
] 
[TAG 2.4.99.1
Reinier Lamers <tux_roc...@reinier.de>**20101015132045
 Ignore-this: 4293f06a5a3344bc710b65253ba0c8c1
] 
[Limit unpull and rollback to last tag again
Florent Becker <florent.bec...@ens-lyon.org>**20101110112706
 Ignore-this: b5cf8ff1ade5da7e4be70781cc7fc45e
] 
[resolve issue1978
Florent Becker <florent.bec...@ens-lyon.org>**20101030125001
 Ignore-this: bee36780c2ca85778675e280c8aee1ac
] 
[resolve issue1922: output correct context in darcs unpull -O
Florent Becker <florent.bec...@ens-lyon.org>**20101109213633
 Ignore-this: 741866c4a645edc0b43ba889fb4e965c
 
] 
[exit faster on null selection in Unrecord
Florent Becker <florent.bec...@ens-lyon.org>**20101109170408
 Ignore-this: 2bbf93f60e433dc8a0e6d85544b3004d
] 
[allow rollback and unpull to work under tags
Florent Becker <florent.bec...@ens-lyon.org>**20101109164748
 Ignore-this: 57b8ce407b33fd6dc0e39b0f2d26824c
 
 Quick preliminary tests seem to work ok performance-wise,
 but obliterate -a is now a very bad idea indeed.
] 
[Remove redundant (:>>) type constructor
Florent Becker <florent.bec...@ens-lyon.org>**20101109153626
 Ignore-this: 9dfb6a83354ed8145e0c170507a2d5dd
] 
[Add visual emphasys to note about --set-default flag
Alexey Levan <exle...@gmail.com>**20101105182858
 Ignore-this: 23631abfc8134496d49bdd86dd797d9
] 
[resolve issue1977 by considering more repositories as being NoPristine
Guillaume Hoffmann <guilla...@gmail.com>**20101017153235
 Ignore-this: 41987c65face6b464951509e4eeda1f2
] 
[accept issue1977
Guillaume Hoffmann <guilla...@gmail.com>**20101017153230
 Ignore-this: d49bd9d8948ec25c1d57c0b6f4f28aa6
] 
[Darcs.Patch.Bundle.parseBundle: return patches from the bundle and context separately
Florent Becker <florent.bec...@ens-lyon.org>**20101105142838
 Ignore-this: 6327c60611887f3b5c72528f706c3963
 
 This is intended for library users who want to parse .dpatch files, and will need to know which patches are in a bundle, and which are in the context if they want to manipulate the patches without the corresponding repo.
] 
[redundant use of when inside of an else
Guillaume Hoffmann <guilla...@gmail.com>**20101017145323
 Ignore-this: 31a88e4758b7488abf6a024bf3f707dd
] 
[Resolve darcs.cabal conflict with branch-2.5.
Eric Kow <ko...@darcs.net>**20101105014442
 Ignore-this: b0121ba3698b2c594b0300801a3389c8
] 
[Fix conflict with darcs 2.5 backport of issue1942 patch.
Eric Kow <ko...@darcs.net>**20101104212654
 Ignore-this: 437e93ac60e1832e1181e41b1cb948d3
] 
[write out tag before trying to optimize inventory
Ganesh Sittampalam <gan...@earth.li>**20101011205253
 Ignore-this: 61e712ff915b6aacaec3d7946e569fa6
 
 This is a backport of the patch from HEAD to the 2.5 branch.
 
 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)
 
] 
[Add entry for darcs 2.5 to NEWS file
Reinier Lamers <tux_roc...@reinier.de>**20101024151759
 Ignore-this: a8e215f0dba7d78ed0733a88eba6f2ea
] 
[No longer say that building with GHC 6.8 is possible in README
Reinier Lamers <tux_roc...@reinier.de>**20101015143439
 Ignore-this: ad9dacf3241ea1f9aa95d4ee1934c812
] 
[Bump version number to 2.5
Reinier Lamers <tux_roc...@reinier.de>**20101015142941
 Ignore-this: 4ca98852c3888fd24fcaebcb0a8b91d4
] 
[Bump version number to 2.4.99.1 for 2.5 RC 1
Reinier Lamers <tux_roc...@reinier.de>**20101015132034
 Ignore-this: c60cb21f3d183f3e1c85ad29ec36449d
] 
[Force regex-posix version to be greater than 0.94.4 on Windows to avoid linking errors
Reinier Lamers <tux_roc...@reinier.de>**20101015123919
 Ignore-this: 988447e569dce8ba011a937daa391653
 
 This is a port to the 2.5 branch of:
 Tue Sep 14 13:58:31 PDT 2010  Simon Michael <si...@joyful.com>
   * require regex-posix >= 0.94.4 on windows to avoid link errors with with HP 2010.2.0.0
     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).
] 
[Resolve issue1266: add a warning about nested repositories
Alexey Levan <exle...@gmail.com>**20101015175449
 Ignore-this: f4fdcf0e2d2b46a82da6cee22e945e30
] 
[TAG validated-build
Ganesh Sittampalam <gan...@earth.li>**20101102225052
 Ignore-this: 51f07ba96ef1e32651089049f62f209
] 
[resolve issue1984: better error message for 'darcs convert'
Dmitry Tsygankov <dmitry.tsygan...@gmail.com>**20101024090802
 Ignore-this: 1e1112dba335510460cffd8c377fe776
] 
[TAG validated-build
Ganesh Sittampalam <gan...@earth.li>**20101102231333
 Ignore-this: f2b7cb9334daa0b95efda7096d9f4ca8
] 
Patch bundle hash:
7c62ff097ccbec4a7cfdafc159f244c32bf6f1a3

Attachment: unnamed
Description: Binary data

_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to