View Issue Details

IDProjectCategoryView StatusLast Update
0000850SigServerBug Reportpublic2008-03-12 08:49
Reporterantennen Assigned Toantennen  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000850: If I name a variable and a prefix of the name has been used for another variable, the second variable won't work.
DescriptionIf I name a variable and a prefix of the name has been used for another variable, the second variable won't work.

    <set name = "var" value = "abc" />
    <set name = "var_b" value = "xyz" />


then this line

Code: Select all
    <line>{{@var}} {{@var_b}}</line>


results in "abc abc" instead of the intended "abc xyz". I assume this has to do with the way the parser tokenizes the code. It should probably be mentioned in the wiki though.

http://forum.anidb.net/viewtopic.php?f=11&t=6840&p=33583#p33576
TagsNo tags attached.

Relationships

related to 0000883 resolvedantennen Rewrite of SigMath engine. 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2007-12-27 19:29 antennen New Issue
2007-12-27 19:29 antennen Status new => assigned
2007-12-27 19:29 antennen Assigned To => antennen
2008-01-23 12:32 antennen Relationship added related to 0000883
2008-03-12 08:49 antennen Status assigned => resolved
2008-03-12 08:49 antennen Resolution open => fixed