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

Purity false positive on assignment to proc argument #235

Closed
SpaceManiac opened this issue Dec 24, 2020 · 1 comment
Closed

Purity false positive on assignment to proc argument #235

SpaceManiac opened this issue Dec 24, 2020 · 1 comment

Comments

@SpaceManiac
Copy link
Owner

/obj/proc/foo(turf/T)
    if (!T)
        T = get_turf(src)  // Generates a warning when it shouldn't

For the purposes of X = Y expressions, arguments should be the same as local variables.

@SpaceManiac
Copy link
Owner Author

Duplicate of #382

@SpaceManiac SpaceManiac marked this as a duplicate of #382 Jun 25, 2024
@SpaceManiac SpaceManiac closed this as not planned Won't fix, can't repro, duplicate, stale Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant