mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 18:32:26 +02:00
resolve: reword the too-many-duplicates exception message
For one thing, it should _say_ that there are too many duplicates. We were making the user read the manual to find that out. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -418,7 +418,7 @@ BeesResolver::replace_dst(const BeesFileRange &dst_bfr)
|
||||
BEESCOUNT(replacedst_same);
|
||||
// stop looping here, all the other srcs will probably fail this test too
|
||||
BeesTracer::set_silent();
|
||||
throw runtime_error("FIXME: bailing out here, need to fix this further up the call stack");
|
||||
throw runtime_error("FIXME: too many duplicate candidates, bailing out here");
|
||||
}
|
||||
|
||||
// Make pair(src, dst)
|
||||
|
Reference in New Issue
Block a user