[4077] in Athena Bugs
(VS2) Version 6.4R: saber reload on missing include files
daemon@ATHENA.MIT.EDU (Bill Sommerfeld)
Mon Jan 29 18:26:58 1990
Date: Mon, 29 Jan 90 18:26:38 -0500
From: Bill Sommerfeld <wesommer@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System type, version: (VS2) Version 6.4R
System name: anubis
What's wrong:
If saber complains about a missing include file in a source file, and
breaks and prompts with a "quit/reload/edit/abort" prompt, and I add
the new include file but don't change the source file, it won't reload
the file if I ask it to.
Saber-C - Version 2.1
....
7 -> pwd
8 -> /afs/athena.mit.edu/astaff/project/krb5/src/lib/os-4.3
9 -> load -I../../include getaddr.c
Loading: -I../../include getaddr.c
----------------
"getaddr.c":22, Cannot read file (Error #200)
21: #include <krb5/krb5.h>
* 22: #include <krb5/osconf.h>
23:
Cannot open 'krb5/osconf.h' for input.
Options: quit/reload/edit/abort [q] ?r
The module has not been modified. Continuing loading...
Unloading: getaddr.c
What should have happened:
It should have reloaded the file.
- Bill