From 5aafd07b37b997696f81d98f4c0c54aab0f98041 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 30 Nov 2001 00:16:14 +0000 Subject: [PATCH] Note error cases that we ought to improve. --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TODO b/TODO index 29dd10f5..88216ad6 100644 --- a/TODO +++ b/TODO @@ -50,6 +50,18 @@ IPv6 which should just take a small change to the parser code. +Errors + + If we hang or get SIGINT, then explain where we were up to. Perhaps + have a static buffer that contains the current function name, or + some kind of description of what we were trying to do. This is a + little easier on people than needing to run strace/truss. + + "The dungeon collapses! You are killed." Rather than "unexpected + eof" give a message that is more detailed if possible and also more + helpful. + + PLATFORMS ------------------------------------------------------------ Win32 @@ -75,6 +87,8 @@ Add machines HP-UX variants (via HP?) + SCO + NICE ----------------------------------------------------------------- --no-detach and --no-fork options -- 2.34.1