Could not reproduce the '(m) (m)' bug in Hooke's saved playlists.
authorW. Trevor King <wking@drexel.edu>
Sat, 28 Aug 2010 23:27:39 +0000 (19:27 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 28 Aug 2010 23:27:39 +0000 (19:27 -0400)
posts/Hooke-update.mdwn

index cf4bcced2db68aba5ce9b016b93af713915d1f5c..a32265c4e781e0c2ac49ed126ed8d7e223e33c98 100644 (file)
@@ -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]]