darcs

Issue 2468 unit tests for SelectChanges module

Title unit tests for SelectChanges module
Priority feature Status unknown
Milestone Resolved in
Superseder Nosy List gh
Assigned To
Topics Performance

Created on 2015-09-20.08:26:13 by gh, last changed 2023-08-24.20:17:36 by bfrk.

Messages
msg18738 (view) Author: gh Date: 2015-09-20.08:26:10
We need unit tests that ensure that the functions of
Darcs.UI.SelectChanges do not evaluate too much of the patch sequences
they are given.

That would involve building FL's with legit patches at the beginning and
undefined's at the end. 

One potential issue here is that the functions that do the interactive
selection live in IO.

We suspecct that in some cases interactive selection is reading too many
patches (see http://bugs.darcs.net/issue2436 ).
History
Date User Action Args
2015-09-20 08:26:13ghcreate
2023-08-24 20:17:36bfrksetpriority: feature