pearsonjohn / js-addin

Automatically exported from code.google.com/p/js-addin
0 stars 0 forks source link

Stopped working - error #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
VS2010,Parser was working fine, then stopped showing list of functions.
error message shows :

Index was outside of the bounds of the array. JsParserCore

Original issue reported on code.google.com by dav...@gmail.com on 16 Jun 2010 at 1:46

GoogleCodeExporter commented 9 years ago
It is only happening on one file, a very large one with over 5000 lines, 164 
functions and 185KB in size.

Original comment by dav...@gmail.com on 22 Jun 2010 at 4:07

GoogleCodeExporter commented 9 years ago
This is still happening with other smaller files (600 lines). I have to keep 
disabling your great tool because once it fails it won't work on any of the 
files.
I have attached a file that errors.

Original comment by dav...@gmail.com on 15 Dec 2010 at 5:02

Attachments:

GoogleCodeExporter commented 9 years ago
Yeah, sorry for take it so long, i found a issue root today.
If was because your script has weird formatting. Some lines have ended only 
with #10 symbol, other lines are ending with #13#10.

I'll fix this issue with next release, as work-around you can just cut all text 
and paste it again from clipboard and save document. This operation should 
normalize line endings.

Original comment by mega.boich@gmail.com on 26 Jan 2011 at 5:48

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed at revision: 61
soon i'll publish binaries

Original comment by mega.boich@gmail.com on 27 Jan 2011 at 9:46