Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross reference between classes #2

Closed
joaomdmoura opened this issue Sep 15, 2011 · 0 comments
Closed

Cross reference between classes #2

joaomdmoura opened this issue Sep 15, 2011 · 0 comments
Assignees
Labels

Comments

@joaomdmoura
Copy link
Contributor

If your class B extends the class A, and you include class B rendering first in class A file this will start a infinite loop and stop the processing of compilation without show any treated error.

The code:

a.coffee
class A extends D constructor:-> console.log "lol"


b.coffee
#<< A class D constructor:-> console.log "lol"

@ghost ghost assigned arboleya Sep 15, 2011
joaomdmoura pushed a commit to joaomdmoura/coffee-toaster that referenced this issue Sep 21, 2011
…f the found error (compilation time), and using coffee-script as a library instead of using (exec coffee..) and implementing circular dependency validation. [closes arboleya#2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants