From: W. Trevor King Date: Sat, 28 Aug 2010 23:27:39 +0000 (-0400) Subject: Could not reproduce the '(m) (m)' bug in Hooke's saved playlists. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=87c86254f34ef7b6c9ea2ab82971f51485f9d990;p=mw2txt.git Could not reproduce the '(m) (m)' bug in Hooke's saved playlists. --- diff --git a/posts/Hooke-update.mdwn b/posts/Hooke-update.mdwn index cf4bcce..a32265c 100644 --- a/posts/Hooke-update.mdwn +++ b/posts/Hooke-update.mdwn @@ -13,10 +13,10 @@ stacks](http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/rev/8c08 Issues resolved today: -1) GUI-generated commands clogging the command stack instead of - being executed. Fixed with CommandMessage.explicit_user_call. -2) Playlist._loaded desyncronization from old 'apply command stack - to playlist'. Fixed with Playlist.unload(). +- GUI-generated commands clogging the command stack instead of + being executed. Fixed with CommandMessage.explicit_user_call. +- Playlist._loaded desyncronization from old 'apply command stack + to playlist'. Fixed with Playlist.unload(). Update: @@ -52,7 +52,8 @@ It did, however turn up a couple of outstanding issues: or string objects. ([fixed](http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke/rev/302413fafa96)) - `surface distance (m) (m)` column. Obviously someone is adding - units twice. I need to figure out who it is ;). + units twice. I need to figure out who it is ;). (could not + reproduce. Maybe I screwed up the units myself. ;) [[!tag tags/hooke]] [[!tag tags/programming]]