Closed curiousdannii-testing closed 2 years ago
Fixed via this commit:
https://github.com/ganelson/inform/commit/3441f2497987d11c2438b1f281a383a5727bbeba
Comment by Graham Nelson
There is now a problem message catching this mistake at compile time.
Reported by : PO8
Description :
The attached source text causes Inform 7 to hang hard at the first attempt to examine the professor. Removing "/--" from the understand restores normal operation.
Obviously, it is wrong to write this: the motivating bug was in a much more complicated use of understand. But really there needs to be a compile-time or runtime error rather than just a hard hang like this.
Steps to reproduce :
Additional information :
imported from: [Mantis 2027] Empty understand causes hard hang at runtime.