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

Make sure new calls are also filtered by definedIn #203

Merged
merged 2 commits into from Jul 1, 2023

Conversation

BackEndTea
Copy link
Contributor

@BackEndTea BackEndTea commented Jun 23, 2023

Ran into some issues with the new definedIn (#198), where it would report all new calls, to built in classes, as it had no
definedIn, and since it wasn't passed along.

@spaze spaze force-pushed the feat/fix-new-disallow-in-calls branch from 3e43ec3 to 7da5e66 Compare July 1, 2023 21:30
@spaze spaze merged commit f80ca03 into spaze:main Jul 1, 2023
62 checks passed
@spaze
Copy link
Owner

spaze commented Jul 1, 2023

Hey, nice catch and nice fix, thank you! I have moved the added iterator return types into a separate commit and removed an empty line here and added it there and have also removed the if from DisallowedCallsRuleErrors because after rebasing this branch after #204 has been merged it was not covered by a test so I think it serves no purpose (and all tests were passing).

@spaze
Copy link
Owner

spaze commented Jul 1, 2023

Now released in 2.15.1, thanks again!

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.

None yet

2 participants