maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

-F (--runforce) option no longer works as intended in 1.6.2c #67

Closed icflorescu closed 11 years ago

icflorescu commented 11 years ago

I used to do iced -I window -Fpe '' > runtime.js to forcefully output the iced runtime, getting a file like this one, to be packaged & used in the browser later. I'm not entirely sure, but I think this was working as expected in 1.6.2a.

Apparently the -F option doesn't work anymore in 1.6.2c; now all I'm getting is an empty wrapper like this:

(function() {

}).call(this);

Thanks!

icflorescu commented 11 years ago

Correction - this was working as expected in 1.4.0c, not 1.6.2a.

maxtaco commented 11 years ago

Thanks for the bug report. Fixed in 1.6.2d.

icflorescu commented 11 years ago

Wow, thanks for fixing it so quickly!

maxtaco commented 11 years ago

no worries, sorry for the regression!