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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI doesn't preserve environment between statements #47

Open
mhagmajer opened this issue Jun 4, 2020 · 0 comments
Open

CLI doesn't preserve environment between statements #47

mhagmajer opened this issue Jun 4, 2020 · 0 comments
Labels
DX/CLI/Playground developer experience enhancement New feature or request

Comments

@mhagmajer
Copy link
Collaborator

馃 let n = 5
int ask(let('n',5))
5
馃 n
Uncaught Error: Unknown identifier 'n'!
    at Object.<anonymous> (/Users/marcin/Repositories/askql/dist/askvm/lib/run.js:47:15)
    at Generator.next (<anonymous>)
    at /Users/marcin/Repositories/askql/dist/askvm/lib/run.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/Users/marcin/Repositories/askql/dist/askvm/lib/run.js:4:12)
    at Object.run (/Users/marcin/Repositories/askql/dist/askvm/lib/run.js:22:12)
@mhagmajer mhagmajer added the enhancement New feature or request label Jun 4, 2020
@mhagmajer mhagmajer added this to the v1.1 milestone Jun 4, 2020
@czerwinskilukasz1 czerwinskilukasz1 removed this from the v1.1 milestone Jun 17, 2020
@czerwinskilukasz1 czerwinskilukasz1 added the DX/CLI/Playground developer experience label Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX/CLI/Playground developer experience enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants