juliemr / minijasminenode

A very bare-bones version of jasmine-node
MIT License
32 stars 21 forks source link

util.print → console.log #8

Closed danmichaelo closed 10 years ago

danmichaelo commented 10 years ago

Same changes as in jasmine-node/pull/248

danmichaelo commented 10 years ago

ping :rabbit:

juliemr commented 10 years ago

Hi! Sorry for the silence. Why this change? I do not see util.print as deprecated anywhere - could you please provide a context link?

For reference, I don't see the 'deprecated' messages, and I'm running node 0.10.22

danmichaelo commented 10 years ago

I'm not really into the node project, but I'm using 0.11.9 and got lot's of deprecation warnings. Digging a little bit, it seems like it was deprecated here.

seanmay commented 10 years ago

Any chance this could be merged?

I'm hoping to get a team into a Gulp paradigm, which includes this great little plugin, for unit-testing modular new Angular "widgets", but I know that if we move from 10.26 to 12 (when that does happen), we'll be plagued with "util.print: Use console.log instead", all over the output (as 11.X is doing, currently).
image

juliemr commented 10 years ago

Done!