[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TradeStation 2000 SP2 Bug Report #1: PowerEditor parsing limit



PureBytes Links

Trading Reference Links

Software: TradeStation 2000 SP2
Machine: Gateway GP7-450  (PIII)
RAM: 128M
OS: Win98 4.10.1998

I'm developing a large system.  Somewhere around 1000 lines of code in a
signal, the Verify operation stopped parsing properly.  When it found
errors that were far down in the code, it reported the error as being on
line 1.  This effectively makes it impossible to debug.

I consider this a severe bug and would like an estimate asap as to when it
can be fixed.

The location it stops parsing doesn't seem to be tied to a fixed line
number.  It seems to be more dependent on the code, but the issue only
seems to arise in very long pieces of code.

Splitting my code into seperate signals isn't an option due to another bug
(report to follow) and the inability to share variables among studies.

The only way I've found to get around it is to segment the code within my
signal and cut "independent" chunks out and store them elsewhere while I
verify pieces.  Then after each piece is verified, put them all back
together and hope the whole verifies together.

Thanks,
Dave