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

Implement unread variable warning #869

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

euclidianAce
Copy link
Member

No description provided.

This splits `Variable.used` into `Variable.has_been_read_from` and
`Variable.has_been_written_to`. This allows us to catch bad code of the
form

	do
		local foo = bar()
		foo = baz()
	end

Half closes teal-language#800
Copy link

github-actions bot commented Dec 7, 2024

Teal Playground URL: https://869--teal-playground-preview.netlify.app

@hishamhm
Copy link
Member

Love this — this is one of the few things from luacheck that I was still missing in tl! It's 4am here now, so I'll give this a closer look when I'm more awake before merging it :)

@hishamhm hishamhm merged commit 3ac7a50 into teal-language:master Dec 18, 2024
8 checks passed
hishamhm added a commit to luarocks/luarocks that referenced this pull request Dec 18, 2024
@hishamhm
Copy link
Member

@euclidianAce Merged! I also ran it over the LuaRocks codebase and caught some stuff :) luarocks/luarocks@31f0048

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