From simonpj at microsoft.com Tue Jun 4 08:03:09 2019 From: simonpj at microsoft.com (Simon Peyton Jones) Date: Tue, 4 Jun 2019 08:03:09 +0000 Subject: Test for spam Message-ID: Dear Cabal-devs My earlier messages to cabal-devel was flagged as spam by the time it reached Michael and Carter. (Perhaps others too.) Gershom has fixed something in the mail server, so this is a test message to see if his fix worked. Michael, Carter, could you let me know whether or not this email is flagged as suspicious? (Apologies to everyone else for the noise.) Thanks Simon -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at snoyman.com Tue Jun 4 08:59:30 2019 From: michael at snoyman.com (Michael Snoyman) Date: Tue, 4 Jun 2019 02:59:30 -0600 Subject: Test for spam In-Reply-To: References: Message-ID: Looks like it came through safely to me! On Tue, Jun 4, 2019, 2:03 AM Simon Peyton Jones via cabal-devel < cabal-devel at haskell.org> wrote: > Dear Cabal-devs > > My earlier messages to cabal-devel was flagged as spam by the time it > reached Michael and Carter. (Perhaps others too.) > > Gershom has fixed something in the mail server, so this is a test message > to see if his fix worked. > > Michael, Carter, could you let me know whether or not this email is > flagged as suspicious? > > (Apologies to everyone else for the noise.) > > Thanks > > Simon > _______________________________________________ > cabal-devel mailing list > cabal-devel at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikhail.glushenkov at gmail.com Tue Jun 4 12:57:48 2019 From: mikhail.glushenkov at gmail.com (Mikhail Glushenkov) Date: Tue, 4 Jun 2019 13:57:48 +0100 Subject: Test for spam In-Reply-To: References: Message-ID: Seems to have worked. Previous messages were indeed marked as suspicious. On Tue, 4 Jun 2019 at 09:03, Simon Peyton Jones via cabal-devel wrote: > > Dear Cabal-devs > > My earlier messages to cabal-devel was flagged as spam by the time it reached Michael and Carter. (Perhaps others too.) > > Gershom has fixed something in the mail server, so this is a test message to see if his fix worked. > > Michael, Carter, could you let me know whether or not this email is flagged as suspicious? > > (Apologies to everyone else for the noise.) > > Thanks > > Simon > > _______________________________________________ > cabal-devel mailing list > cabal-devel at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/cabal-devel From mle+hs at mega-nerd.com Sat Jun 15 00:45:12 2019 From: mle+hs at mega-nerd.com (Erik de Castro Lopo) Date: Sat, 15 Jun 2019 10:45:12 +1000 Subject: Running just one of the integration tests Message-ID: <20190615104512.43aadf18dc5fa909054abd80@mega-nerd.com> Hi all, I would like to have a go a tackling an issue I am having with cabal and doctests. How do I run a single integration test with the cabal version I have just built out of git? eg cabal-install/tests/IntegrationTests2/targets/simple Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ From mle+hs at mega-nerd.com Sat Jun 15 05:21:02 2019 From: mle+hs at mega-nerd.com (Erik de Castro Lopo) Date: Sat, 15 Jun 2019 15:21:02 +1000 Subject: Running just one of the integration tests In-Reply-To: <20190615104512.43aadf18dc5fa909054abd80@mega-nerd.com> References: <20190615104512.43aadf18dc5fa909054abd80@mega-nerd.com> Message-ID: <20190615152102.2b31fe44ad749df17ab10393@mega-nerd.com> Erik de Castro Lopo wrote: > Hi all, > > I would like to have a go a tackling an issue I am having with cabal > and doctests. > > How do I run a single integration test with the cabal version I have > just built out of git? eg > > cabal-install/tests/IntegrationTests2/targets/simple Where should new tests go? There seem to be integration tests in two places: cabal-testsuite/PackageTests/ cabal-install/tests/IntegrationTests2/ Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ From mle+hs at mega-nerd.com Mon Jun 17 04:30:24 2019 From: mle+hs at mega-nerd.com (Erik de Castro Lopo) Date: Mon, 17 Jun 2019 14:30:24 +1000 Subject: Running just one of the integration tests In-Reply-To: <20190615152102.2b31fe44ad749df17ab10393@mega-nerd.com> References: <20190615104512.43aadf18dc5fa909054abd80@mega-nerd.com> <20190615152102.2b31fe44ad749df17ab10393@mega-nerd.com> Message-ID: <20190617143024.6a7388a9249bc69b49780547@mega-nerd.com> Erik de Castro Lopo wrote: > cabal-install/tests/IntegrationTests2/ Since the test actually is a integration test it should go here, but I can't figure out how to get the test to be executed. Clues appreciated. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/