diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-26 18:13:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-26 18:13:02 -0400 |
commit | 52a488b35af05b18f1ec31c0d464da4841862d2d (patch) | |
tree | 12383f5cfa0fa218490d7d4c77df4aacb3a94cc8 | |
parent | 546554d026a9b2c0d3127101782521d8ef101efc (diff) |
blog for the day
-rw-r--r-- | doc/design/assistant/blog/day_289__back_in_the_swing.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_289__back_in_the_swing.mdwn b/doc/design/assistant/blog/day_289__back_in_the_swing.mdwn new file mode 100644 index 000000000..75923f897 --- /dev/null +++ b/doc/design/assistant/blog/day_289__back_in_the_swing.mdwn @@ -0,0 +1,16 @@ +Came up with a fix for the gnucash hard linked file problem that makes the +assistant notice the files gnucash writes. This is not full hard link support; +hard linked files still don't cleanly sync around. But new hard links to +files are noticed and added, which is enough to support gnucash. + +Spent around 4 hours on reproducing and trying to debug +[[bugs/Hanging_on_install_on_Mountain_lion]]. It seems that recent upgrades +of the OSX build machine led to this problem. And indeed, building with an +older version of Yesod and Warp seems to have worked around the problem. So +I updated the OSX build for the last release. I will have to re-install the +new Yesod on my laptop and investigate further -- is this an OSX specific +problem, or does it affect Linux? Urgh, this is the second hang I've +encountered involving Warp.. + +Got several nice [[success stories|day_288__success_stories]], but I don't +think I've seen *yours* yet. ;) Please post! |