#82: Source location error on large files --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 2013-05 Keywords: | --------------------+------------------------------------------------------- As noted in the [http://article.gmane.org/gmane.lisp.cmucl.general/6497 email from Matt Kaufmann], there is an error in computing the source location. The problem was that the file was very large with many long forms. This caused the form number to overflow the 14-bit number used to hold the form number.
#82: Source location error on large files ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: Core | Version: 2013-05 Resolution: fixed | Keywords: ---------------------+------------------------------------------------------ Changes (by toy.raymond@…):
* status: new => closed * resolution: => fixed
Comment:
commit 9be6530c85baf6d45ab60a94867ba1e3ff3d66b0 Author: Raymond Toy toy.raymond@gmail.com Date: Mon May 20 19:24:53 2013 -0700
Fix ticket:82: If the form numbers are too large to be encoded, don't try to set the source location information. We try to print a warning in such cases.