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

Cannot save function call to var and then use it #51

Closed
wants to merge 1 commit into from

Conversation

chestozo
Copy link
Contributor

I get runtime error

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
ReferenceError: a1 is not defined
    at Object.body (evalmachine.<anonymous>:394:29)
    at [object Object].applyValue (evalmachine.<anonymous>:61:35)
    at Function.run (evalmachine.<anonymous>:20:18)
    at evalmachine.<anonymous>:417:8
    at Object.run (/usr/local/lib/node_modules/yate/lib/yate.js:117:22)
    at Object.<anonymous> (/usr/local/lib/node_modules/yate/yate:42:23)
    at Module._compile (module.js:441:26)
    at Object..js (module.js:459:10)
    at Module.load (module.js:348:31)
    at Function._load (module.js:308:12)

nodes: {
node: [ "first" ]
}
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Заюзай плз дефольтный json, который tests/01.json.
Там все есть, я не хочу плодить лишние файлы.

@pasaran
Copy link
Owner

pasaran commented May 13, 2012

Issue про это уже есть. См. #11.

@chestozo
Copy link
Contributor Author

Ну есть так есть.
Тесты сейчас, вообще говоря, не работают из make файла.
Давай я поправлю тест - когды мы починишь тесты вообще?

@pasaran
Copy link
Owner

pasaran commented May 13, 2012

Тесты прекрасно работают.

Найди мое письмо, в котором я писал, как нужно чекаутить yate, если ты не используешь npm.

@pasaran
Copy link
Owner

pasaran commented May 13, 2012

Собсно не надо ничего искать, все написано в README.md.

@pasaran
Copy link
Owner

pasaran commented May 25, 2012

Дупликат #58.

@pasaran pasaran closed this May 25, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants