summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-21 19:21:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-21 19:21:48 -0400
commitd3f76d9d0f0811f71be39d09a9c1703eb5d4cb4c (patch)
tree0fb805d723d012651a3d907a20abc2d8ef3c1353 /doc
parent7c3f0eae77b07ccc65c4e30d9eb1288781bd0c02 (diff)
devblog
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_102__cleanups.mdwn10
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.