On Mon, Jun 23, 2008 at 02:45:54AM -0700, Moritz Lenz wrote: > Attached patch removes a duplicate whitespace in the "Scope not found" > error message, reported by masak++ and located by TiMBuS++ > > The error message tried to include the not-found scope, which always > produces an empty string.
The not-found scope can be something other than empty string, though. For example, someone could specify :scope('special'). In that case the error message should read "Scope 'special' not found for PAST::Var '<name>'". So, perhaps add a space and quotes if scope is non-empty? Pm