subtleGradient / javascript-tools.tmbundle

Essential Tools for developing Javascript in TextMate
602 stars 53 forks source link

Getting an error for js lint #1

Closed voidfiles closed 15 years ago

voidfiles commented 15 years ago

Hi, I get this error when I run the jsl lint from your package

Assertion failure: sprop->getter == js_GetLocalVariable, at jsparse.c:2812 Abort trap

I get it in textmate but to isloate I ran this command from the command line

riverusual-lm:bin alexkess$ ./jsl -conf ../conf/jsl.textmate.conf -process /Users/alexkess/Dropbox/Public/js/class.js JavaScript Lint 0.3.0 (JavaScript-C 1.5 2004-09-24) Developed by Matthias Miller (http://www.JavaScriptLint.com)

class.js Assertion failure: sprop->getter == js_GetLocalVariable, at jsparse.c:2812 Abort trap

voidfiles commented 15 years ago

when I downloaded jsl direct and replace the version in the build things started working again.

subtleGradient commented 15 years ago

Fixed in 410efea4fac549ad5d6ebb2030b36d31969be35f ?