Bug Tracker

Opened 11 years ago

Closed 11 years ago

#10820 closed bug (wontfix)

Build error: node.js sys => util

Reported by: Rick Waldron Owned by: Rick Waldron
Priority: low Milestone: None
Component: build Version: 1.7
Keywords: Cc:
Blocked by: Blocking:

Description

The "sys" module is now called "util". It should have a similar interface.
Checking jQuery against JSLint...
The "sys" module is now called "util". It should have a similar interface.

undefined
    Problem at line 548 character 19: Cannot set property 'first' of undefined
node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
TypeError: Cannot read property 'reason' of null
    at Object.<anonymous> (/Users/rick/clonez/jquery/build/jslint-check.js:24:13)
    at Module._compile (module.js:432:26)
    at Object..js (module.js:450:10)
    at Module.load (module.js:351:31)
    at Function._load (module.js:310:12)
    at Array.0 (module.js:470:10)
    at EventEmitter._tickCallback (node.js:192:40)
make: *** [lint] Error 1

Change History (3)

comment:1 Changed 11 years ago by Rick Waldron

Component: unfiledbuild
Owner: set to Rick Waldron
Priority: undecidedlow
Status: newassigned

comment:2 Changed 11 years ago by Rick Waldron

This appears to be 2 issues and after fixing the first part (above), there is another very vague error. Im going to close this in favor of Mike's jshint ticket

comment:3 Changed 11 years ago by Rick Waldron

Resolution: wontfix
Status: assignedclosed
Note: See TracTickets for help on using tickets.