Skip to main content

Bug Tracker

Side navigation

#6961 closed bug (worksforme)

Opened August 27, 2010 02:45PM UTC

Closed August 27, 2010 03:34PM UTC

Last modified September 01, 2010 08:07PM UTC

JSLint `make` error

Reported by: miketaylr Owned by:
Priority: Milestone: 1.4.3
Component: build Version: 1.4.2
Keywords: jslint, make, build Cc:
Blocked by: Blocking:
Description

Trying to clone and build jquery results in a JSLint error.

Steps to reproduce:

1) git clone git://github.com/jquery/jquery.git;

2) make

...

The following error is produced:

Checking jQuery against JSLint...

undefined

Problem at line 6381 character 25: Too many errors. (99% scanned).

js: uncaught JavaScript runtime exception: TypeError: Cannot read property "reason" from null

make: *** [lint] Error 3

Attachments (0)
Change History (2)

Changed August 27, 2010 03:34PM UTC by john comment:1

resolution: → worksforme
status: newclosed

Not sure what's happening on your end - working OK here:

$ make lint
Grabbing external dependencies...
Building selector code from Sizzle
Building ./dist/jquery.js
Checking jQuery against JSLint...
JSLint check passed.

Changed September 01, 2010 08:07PM UTC by miketaylr comment:2