devblog
This commit is contained in:
parent
f2713a3bb9
commit
e14e74b467
1 changed files with 10 additions and 0 deletions
10
doc/devblog/day_102__cleanups.mdwn
Normal file
10
doc/devblog/day_102__cleanups.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
|||
Worked on cleaning up and reorganizing all the code that handles numcopies
|
||||
settings. Much nicer now. Fixed some bugs.
|
||||
|
||||
As expected, making the preferred content numcopies check look at
|
||||
.gitattributes slows it down significantly. So, exposed both the slow and
|
||||
accurate check and a faster version that ignores .gitattributes.
|
||||
|
||||
Also worked on the test suite, removing dependencies between tests.
|
||||
This will let tasty-rerun be used later to run only previously failing
|
||||
tests.
|
Loading…
Add table
Reference in a new issue