darcs

Issue 2166 darcs-benchmark: BUG: Convert called with empty source list

Title darcs-benchmark: BUG: Convert called with empty source list
Priority Status given-up
Milestone Resolved in
Superseder Nosy List kowey
Assigned To
Topics DarcsBenchmark

Created on 2012-04-01.11:20:26 by kowey, last changed 2017-07-31.00:40:03 by gh.

Files
File name Uploaded Type Edit Remove
db-ctx kowey, 2012-04-01.11:20:25 application/octet-stream
Messages
msg15476 (view) Author: kowey Date: 2012-04-01.11:20:25
Some ideas to help bug reporting (adapt as needed, e.g., for feature 
requests):

1. What were you doing? (eg. what darcs commands)

This happened to me when I tried
  darcs-benchmark run darcs / tabular
in my personal benchmark dir

2. What went wrong?

BUG: Convert called with empty source list.

3. What behaviour were you expecting instead?

darcs-benchmark benchmarks

4. What darcs version are you using? (Try: darcs --exact-version)

See context attached

5. What operating system are you running?
 
MacOS X, but I just saw Florent reproducing this on Linux

6. Workarounds?

I commented out these lines in Run.hs:

{-
                           unless (null result) $ do
                             Just _ <- convert existing (rType repo)
                             return ()
-}
Attachments
History
Date User Action Args
2012-04-01 11:20:26koweycreate
2017-07-31 00:40:03ghsetstatus: unknown -> given-up