Skip to content

Instantly share code, notes, and snippets.

@thejh
Created March 14, 2011 21:16
Show Gist options
  • Save thejh/869908 to your computer and use it in GitHub Desktop.
Save thejh/869908 to your computer and use it in GitHub Desktop.
jann@debjann:~/gitty$ git clone git://github.com/jashkenas/coffee-script.git 2coffeescript
Cloning into 2coffeescript...
remote: Counting objects: 19669, done.
remote: Compressing objects: 100% (5683/5683), done.
remote: Total 19669 (delta 14642), reused 18839 (delta 13915)
Receiving objects: 100% (19669/19669), 7.67 MiB | 2.14 MiB/s, done.
Resolving deltas: 100% (14642/14642), done.
jann@debjann:~/gitty$ cd 2coffeescript/
jann@debjann:~/gitty/2coffeescript$ cake build
jann@debjann:~/gitty/2coffeescript$ cake build:parser
jann@debjann:~/gitty/2coffeescript$ cake test
failed 27 and passed 0 tests in 0.39 seconds
TypeError: In test/regular_expression_literals.coffee, Cannot read property 'first_line' of undefined
test/regular_expression_literals.js: line unknown, column unknown
TypeError: In test/number_literals.coffee, Cannot read property 'first_line' of undefined
test/number_literals.js: line unknown, column unknown
TypeError: In test/compilation.coffee, Cannot read property 'first_line' of undefined
test/compilation.js: line unknown, column unknown
TypeError: In test/helpers.coffee, Cannot read property 'first_line' of undefined
test/helpers.js: line unknown, column unknown
TypeError: In test/range_literals.coffee, Cannot read property 'first_line' of undefined
test/range_literals.js: line unknown, column unknown
TypeError: In test/soaks.coffee, Cannot read property 'first_line' of undefined
test/soaks.js: line unknown, column unknown
TypeError: In test/javascript_literals.coffee, Cannot read property 'first_line' of undefined
test/javascript_literals.js: line unknown, column unknown
TypeError: In test/scope.coffee, Cannot read property 'first_line' of undefined
test/scope.js: line unknown, column unknown
TypeError: In test/function_literals.coffee, Cannot read property 'first_line' of undefined
test/function_literals.js: line unknown, column unknown
TypeError: In test/interpolation.coffee, Cannot read property 'first_line' of undefined
test/interpolation.js: line unknown, column unknown
TypeError: In test/formatting.coffee, Cannot read property 'first_line' of undefined
test/formatting.js: line unknown, column unknown
TypeError: In test/classes.coffee, Cannot read property 'first_line' of undefined
test/classes.js: line unknown, column unknown
TypeError: In test/control_flow.coffee, Cannot read property 'first_line' of undefined
test/control_flow.js: line unknown, column unknown
TypeError: In test/comments.coffee, Cannot read property 'first_line' of undefined
test/comments.js: line unknown, column unknown
TypeError: In test/exception_handling.coffee, Cannot read property 'first_line' of undefined
test/exception_handling.js: line unknown, column unknown
TypeError: In test/slicing_and_splicing.coffee, Cannot read property 'first_line' of undefined
test/slicing_and_splicing.js: line unknown, column unknown
TypeError: In test/comprehensions.coffee, Cannot read property 'first_line' of undefined
test/comprehensions.js: line unknown, column unknown
TypeError: In test/option_parser.coffee, Cannot read property 'first_line' of undefined
test/option_parser.js: line unknown, column unknown
TypeError: In test/object_literals.coffee, Cannot read property 'first_line' of undefined
test/object_literals.js: line unknown, column unknown
TypeError: In test/repl.coffee, Cannot read property 'first_line' of undefined
test/repl.js: line unknown, column unknown
TypeError: In test/operators.coffee, Cannot read property 'first_line' of undefined
test/operators.js: line unknown, column unknown
TypeError: In test/importing.coffee, Cannot read property 'first_line' of undefined
test/importing.js: line unknown, column unknown
TypeError: In test/function_invocation.coffee, Cannot read property 'first_line' of undefined
test/function_invocation.js: line unknown, column unknown
TypeError: In test/assignment.coffee, Cannot read property 'first_line' of undefined
test/assignment.js: line unknown, column unknown
TypeError: In test/string_literals.coffee, Cannot read property 'first_line' of undefined
test/string_literals.js: line unknown, column unknown
TypeError: In test/array_literals.coffee, Cannot read property 'first_line' of undefined
test/array_literals.js: line unknown, column unknown
TypeError: In test/boolean_literals.coffee, Cannot read property 'first_line' of undefined
test/boolean_literals.js: line unknown, column unknown
jann@debjann:~/gitty/2coffeescript$
@satyr
Copy link

satyr commented Mar 20, 2011

@thejh
Copy link
Author

thejh commented Mar 20, 2011

Oh, thanks, satyr! Now it works. :)
I think that I should have looked into the issue list, I just thought that it had to be my systems fault...

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