You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
The following method is falsely detected by the
#smallLintTempsReadBeforeWritten
check: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 ...
The text was updated successfully, but these errors were encountered: