Bug Tracker

Modify

Ticket #10820 (closed bug: wontfix)

Opened 18 months ago

Last modified 18 months ago

Build error: node.js sys => util

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

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

comment:1 Changed 18 months ago by rwaldron

  • Owner set to rwaldron
  • Priority changed from undecided to low
  • Status changed from new to assigned
  • Component changed from unfiled to build

comment:2 Changed 18 months ago by rwaldron

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 18 months ago by rwaldron

  • Status changed from assigned to closed
  • Resolution set to wontfix

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.