From 99b474c85bc12d5e4b1457c22450846e0244b4b9 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 6 Jan 2011 17:17:10 -0600 Subject: [PATCH] initial bug list - mostly load/reload/unload oddities, but also an annoying MegaHAL interaction --- BUGS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 BUGS diff --git a/BUGS b/BUGS new file mode 100644 index 0000000..fa34e0a --- /dev/null +++ b/BUGS @@ -0,0 +1,12 @@ +dr.botzo --- BUGS + + * unload + load on MegaHAL leads to two copies in memory --- probably a global problem + * reload on MegaHAL needs to work properly. fix the same way as fixing above? + * actually, maybe a root assumption isn't working at all anymore. just had Seen code + seemingly not get rebuilt from disk upon both !reload and !unload/!load --- was still + printing input to console + * aliases referencing the bot by name, like !join #botname, just have MegaHAL fire twice + this one may be more tricky as it involves alias order of operations and whatnot. + maybe it's time to finally implement an internal message bus distinct from the pubmsg + handler + * probably many, many more