Hello everybody, I am writing on a system that should detect and resolve dependencies of code before executing it. So method A references method B so method B needs to be called before A. So far that works fine, however when I throw a circular dependency error message all the error message says is "[function] has a circular dependency to [function]"... thats very few information for debugging. I want to improve on that by at least displaying the line-number of the methods. So far I haven't found a way to do that. It should be possible because the VM should know where a method has been written (else it could not tell me the location on a stacktrace).
Have I missed something? Is this worth a feature request? yours Martin. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
