Skip to content

Instantly share code, notes, and snippets.

@darkone23
Created November 2, 2013 01:55
Show Gist options
  • Save darkone23/7274611 to your computer and use it in GitHub Desktop.
Save darkone23/7274611 to your computer and use it in GitHub Desktop.
output of meatspace gruntin'
Running "jshint:all" (jshint) task
Linting routes/index.js ...ERROR
[L13:C5] W033: Missing semicolon.
})
Linting routes/index.js ...ERROR
[L132:C19] W117: 'req' is not defined.
ip: req.connection.remoteAddress,
Linting routes/index.js ...ERROR
[L133:C28] W117: 'req' is not defined.
fingerprint: req.body.fingerprint,
Warning: Task "jshint:all" failed. Used --force, continuing.
Running "cssmin:compress" (cssmin) task
File public/stylesheets/main-min.css created.
Running "requirejs:compile" (requirejs) task
Tracing dependencies for: config
Uglifying file: /home/egghead/projects/js/meatspace-chat/public/javascripts/build/optimized.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/build/optimized.js
----------------
/home/egghead/projects/js/meatspace-chat/public/javascripts/lib/jquery.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/linkify.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/base/gumhelper.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/lib/Animated_GIF/omggif.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/lib/Animated_GIF/Animated_GIF.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/base/videoShooter.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/lib/fingerprint.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/lib/md5.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/main.js
/home/egghead/projects/js/meatspace-chat/public/javascripts/config.js
Running "concat:dist" (concat) task
File "public/javascripts/build/meatspace-chat.js" created.
Running "nodeunit:files" (nodeunit) task
Testing linkify_test.jsFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
>> http://www.example.org/
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> https://www.example.org
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> http://www.example.co.uk/
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> https://example.org
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> chat.meatspac.es
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> (chat.meatspac.es)
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> chat.meatspac.es.
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> chat.meatspac.es/channel
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> https://example.org./path/to/stuff
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> http://www.example.org:8080/
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> http://example.org:8080/
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> This is a link... example.org.
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> This is a link... example.org, take a look!
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> (This is a link... example.org)
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> Link: chat.meatspac.es/channel?
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> Link: chat.meatspac.es/channel:
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> Link: chat.meatspac.es/channel;
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> Link: chat.meatspac.es/channel!
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> (This is a link... chat.meatspac.es/channel)
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> This is a link... chat.meatspac.es/channel.
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> This is a link... chat.meatspac.es/channel, or not
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> http://example.com/channel/bar(parens)
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> http://example.com/comma,here/
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> @twitter
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> @a @b @c
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> /r/puppies
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> 1.1.1.1
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> http://1.1.1.1
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> http://meat.spaces should be treated like a link
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> test.com/"/onmouseover="alert(document.cookie)
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:85:13)
>> 7.0.3
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:109:16)
>> a.0.3
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:109:16)
>> a.b.c
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:109:16)
>> what happens when it's inline? 1.1.1 like that?
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:109:16)
>> meat.spaces is not a link
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:109:16)
>> An inline link, like example.com, is replaced inline
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:136:16)
>> An inline link, like http://example.com, is replaced inline
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:136:16)
>> An inline twitter handle, like @twitter, is replaced inline
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:136:16)
>> An inline subreddit, like /r/puppies, is replaced inline
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:136:16)
>> All linkables, ie. example.com, @twitter, and /r/puppies are replaced inline
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:136:16)
>> Hey Edna is doing an AMA over on /r/iama, check it out http://www.reddit.com/r/IAmA/comments/1phhx1/we_are_mozilla_ask_us_anything
>> TypeError: undefined is not a function
>> at Object.tests.(anonymous function) (tests/linkify_test.js:136:16)
Warning: 41/41 assertions failed (50ms) Used --force, continuing.
Done, but with warnings.
@jory
Copy link

jory commented Nov 2, 2013

So these are the tests failing. Doesn't necessarily prohibit npm start from running, maybe? 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment