maxtaco / coffee-script

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

Jison 0.4.15 failed some tests #154

Closed evansb closed 9 years ago

evansb commented 9 years ago

Just want to inform that generating new parser with Jison 0.4.15 (currently used is 0.4.13) will break these test cases:

test/error_messages.coffee (239): parser error formating
test/error_messages.coffee (241): compiler error formatting with mixed tab and space
test/error_messages.coffee (244): #2849: compilation error in a require()d file
test/error_messages.coffee (245): #1096: unexpected generated tokens
test/error_messages.coffee (246): #3325: implicit indentation errors
test/error_messages.coffee (247): explicit indentation errors

Hope this is useful for other GSoC candidates who likes to try playing around with the code.

evansb commented 9 years ago

Closed, sorry didn't notice that someone has already working on this issue.