Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1999-06-01 19:16:00 -0700 (Tue, 01 Jun 1999)
Revision: 2683
Log message:

      Produce more meaningful error messges when parsing terms in toploop.
      
      Before:
      # <<x>>;;
      chars 17-18: Pcaml.Qerror("", 0, _)
      # chars 20-22: Stream.Error("illegal begin of toplevel phrase")
      #
      ...
      # <<x>>;;
      chars 57-58: Pcaml.Qerror("", 0, _)
      # chars 60-62: Stream.Error("illegal begin of toplevel phrase")
      #
      
      Now:
      # <<x>>;;
      chars 17-18: Failure("Shell_p4.mk_opname: no current package")
      # chars 20-22: Stream.Error("illegal begin of toplevel phrase")
      #
      ...
      # <<x>>;;
      chars 57-58: Failure("Package_info.mk_opname: summary not initialized")
      # chars 60-62: Stream.Error("illegal begin of toplevel phrase")
      #
      

Changes  Path
+0 -9 metaprl/BUGS
+6 -1 metaprl/editor/ml/shell_mp.ml