Skip Menu |

This queue is for tickets about the TM CPAN distribution.

Report information
The Basics
Id: 27254
Status: resolved
Priority: 0/
Queue: TM

People
Owner: Nobody in particular
Requestors: az [...] bond.edu.au
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: astma parser rejects legitimate role names
Date: Wed, 23 May 2007 08:56:40 +1000
To: bug-TM [...] rt.cpan.org
From: Alexander Zangerl <az [...] bond.edu.au>
tm 1.26 cannot parse this: --- (is-arranged-in) arrangement: hierarchy in: run-time-memory --- Syntax error: Found IN but expected ID or or LPAREN or LBRACKET or COMMENT or CANCEL or ENCODING or LOG or EOL at yapp/astma-fact.yp line 338. if the role "in:" is changed to anything but in, then it works. -- + Alexander Zangerl az@bond.edu.au DSA 0xF860ACF1 + + Bond University IT School phone +61 7 5595 3398 +
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

On Tue May 22 18:57:29 2007, az@bond.edu.au wrote: Show quoted text
> tm 1.26 cannot parse this: > --- > (is-arranged-in) > arrangement: hierarchy > in: run-time-memory > --- > > Syntax error: Found IN but expected ID or or LPAREN or LBRACKET or > COMMENT or CANCEL or ENCODING or LOG or EOL at yapp/astma-fact.yp
line Show quoted text
> 338. > > > if the role "in:" is changed to anything but in, then it works.
According to http://astma.it.bond.edu.au/astma=-spec-xtm.dbk?section=14 'in' is a keyword. Topic IDs cannot be keywords. 'in' is probably not the best choice for a role type anyways. \rho