We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following two statements:
const MyVector = Vector{Int64} MyVector(x::Int64) = [x]
The code works fine but the linter gives the second statement "Cannot define function ; it already has a value." warning.
Cannot define function ; it already has a value.
Version info:
The text was updated successfully, but these errors were encountered:
Just a bump that this bug is still present in Julia v1.10.4 and StaticLint 8.2.2
Sorry, something went wrong.
Here's a screenshot of the false positive error
No branches or pull requests
Consider the following two statements:
The code works fine but the linter gives the second statement "
Cannot define function ; it already has a value.
" warning.Version info:
The text was updated successfully, but these errors were encountered: