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

variables with false values are not accessible #10

Closed
saks opened this issue Sep 17, 2016 · 0 comments
Closed

variables with false values are not accessible #10

saks opened this issue Sep 17, 2016 · 0 comments

Comments

@saks
Copy link
Owner

saks commented Sep 17, 2016

$ cat /tmp/1.lua

local up = false

local f = function()
    local x = false
    local y = true
    require('resty.repl').start()
end

f()
$ lua /tmp/1.lua 
[1] lua(main)> x
=> nil
[2] lua(main)> y
=> true
[3] lua(main)> up
=> nil
saks added a commit that referenced this issue Sep 17, 2016
@saks saks closed this as completed in ae4b275 Sep 17, 2016
saks added a commit that referenced this issue Sep 20, 2016
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

No branches or pull requests

1 participant