diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-04 17:34:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-04 17:34:05 -0400 |
commit | 7a5bbffd9bea201bcf39aa1faa58839e56480ad9 (patch) | |
tree | 47b476aa773b90dd9693353a9b7ca3f554ed02f2 /doc/devblog/day_107__TDD.mdwn | |
parent | f5ce1a15d7a35b85ffa938ee950f4749bf445939 (diff) |
devblog
Diffstat (limited to 'doc/devblog/day_107__TDD.mdwn')
-rw-r--r-- | doc/devblog/day_107__TDD.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_107__TDD.mdwn b/doc/devblog/day_107__TDD.mdwn new file mode 100644 index 000000000..5e0be8da9 --- /dev/null +++ b/doc/devblog/day_107__TDD.mdwn @@ -0,0 +1,10 @@ +A more test driven day than usual. Yesterday I noticed a test case was +failing on Windows in a way not related to what it was intended to test, +and fixed the test case to not fail.. But knew I'd need to get to the +bottom of what broke it eventually. + +Digging into that today, I eventually (after rather a long time stuck) +determined the bug involved automatic conflict resolution, but only +happened on systems without symlink support. This let me reproduce it on +FAT outside Windows and do some fast TDD iterations in a much less +unweildly environment and fix the bug. |