1. bind bug
Hello all,
You're gonna see that I really test things and some times the
most dumbest way, and testing bind I found a bug.
I just created a eu4 file with a single line with an empty
comment (--) and when I tried to bind it, it returns this error:
strings not hidden, no scrambling, routine names are shrouded
Creating a.exe ...
bind.ex:1213 in function EY()
type_check failure, Eg is -1
... called from bind.ex:1304 in procedure Ea()
... called from bind.ex:1898 in procedure Ei()
... called from bind.ex:1913
--> see ex.err
--
Best regards, ICQ Number: 3198249
Caballero Rojo mailto:pampeano at rocketmail.com
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
2. Re: bind bug
Caballero Rojo writes:
> You're gonna see that I really test things and some times the
> most dumbest way, and testing bind I found a bug.
> I just created a eu4 file with a single line with an empty
> comment (--) and when I tried to bind it, it returns this error:...
Thanks for reporting the bug.
The bug only happens if a comment line is the last
line in the file, and it's missing the \n end-of-line character
that ed and most other editors always store.
To test without '\n' on the last line, I had to write
a one-line program to output only "--" into a .ex file, without '\n'.
I'll fix this for the next release of bind.
Thanks,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com