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

False positive for #smallLintTempsReadBeforeWritten when using #doWhileTrue: #79

Open
LinqLover opened this issue Oct 3, 2020 · 0 comments
Labels

Comments

@LinqLover
Copy link
Contributor

The following method is falsely detected by the #smallLintTempsReadBeforeWritten check:

someMethod

	| x |
	[x := 1] doWhileTrue: [x <> 1].

Additional context
Fixing this issue would require do create a whitelist of BlockClosure messages that are guaranteed to evaluate the block before the argument blocks. Not sure whether this might be too complex ...

@LinqLover LinqLover added the bug label Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant