Side navigation
#10820 closed bug (wontfix)
Opened November 17, 2011 06:32PM UTC
Closed November 17, 2011 06:44PM UTC
Build error: node.js sys => util
| Reported by: | rwaldron | Owned by: | rwaldron |
|---|---|---|---|
| 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
Attachments (0)
Change History (3)
Changed November 17, 2011 06:32PM UTC by comment:1
| component: | unfiled → build |
|---|---|
| owner: | → rwaldron |
| priority: | undecided → low |
| status: | new → assigned |
Changed November 17, 2011 06:44PM UTC by comment:2
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
Changed November 17, 2011 06:44PM UTC by comment:3
| resolution: | → wontfix |
|---|---|
| status: | assigned → closed |