Mantis Bug Tracker

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000147mSLDevSyntax Checkingpublic2013-04-17 20:532013-04-17 21:07
ReporterWims 
Assigned Toadministrator 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.4.1.0 
Summary0000147: condition and extra )
DescriptionLoad this in an alias file:
nohtml& {
  var %pos
  while ($bfind($1,1,<).text)) {
    %pos = $v1
    if ($bfind($1,$calc(1+%pos),>).text) bcopy -c $1 %pos $1 $iif($v1 != $bvar($1,0),$calc((1+$v1)*((%v -%a) - (%o *(%c - %m)) -1)),$v1 0)
    else bcopy -c $1 1 $1 1 $calc(%pos -1)
  }
  while ($bfind($1,1,>).text) bcopy -c $1 1 $1 $calc(1+$v1) -1
}

see how msldev reports weird things.
TagsNo tags attached.
Beta mIRC version?
mIRC Version
Attached Files

- Relationships

-  Notes
(0000090)
administrator (administrator)
2013-04-17 21:07
edited on: 2013-04-17 21:08

Not a bug, you get two errors:

File 3:29 Alias Trailing Characters after closing brace.
File 9:1 Alias Alias missing actual commands.

The first one is the trailing characters:

while ($bfind($1,1,<).text)[)] {

Where I boxed it.

And the second error is

}

Which is on a line of it's own, so it's treated as an alias with no command just like if it were:

foobar

Due to the nature of your original error, there were propagating errors.


- Issue History
Date Modified Username Field Change
2013-04-17 20:53 Wims New Issue
2013-04-17 21:07 administrator Note Added: 0000090
2013-04-17 21:07 administrator Status new => closed
2013-04-17 21:07 administrator Assigned To => administrator
2013-04-17 21:07 administrator Resolution open => no change required
2013-04-17 21:07 administrator Fixed in Version => 0.4.1.0
2013-04-17 21:08 administrator Note Edited: 0000090 View Revisions


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker