diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-21 19:21:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-21 19:21:48 -0400 |
commit | d3f76d9d0f0811f71be39d09a9c1703eb5d4cb4c (patch) | |
tree | 0fb805d723d012651a3d907a20abc2d8ef3c1353 /doc/devblog | |
parent | 7c3f0eae77b07ccc65c4e30d9eb1288781bd0c02 (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_102__cleanups.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_102__cleanups.mdwn b/doc/devblog/day_102__cleanups.mdwn new file mode 100644 index 000000000..27a1badea --- /dev/null +++ b/doc/devblog/day_102__cleanups.mdwn @@ -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. |