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

fix: onlyUsedModels now detects slice elements #258

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

SteveRuble
Copy link
Contributor

This closes #256.

It also adds an end-to-end test framework, as I was finding it difficult to be sure my change was fixing the problem without that.

This closes Yamashou#256.

It also adds an end-to-end test framework, as I was finding it difficult to be sure my change was fixing the problem without that.
@Yamashou Yamashou self-assigned this Dec 23, 2024
@Yamashou Yamashou added the next What to do next label Dec 23, 2024
@@ -17,3 +17,18 @@ or the following to see the result in your browser
```shell script
go tool cover -html=coverage.out
```


Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
Great comments!

@Yamashou
Copy link
Owner

Thanks for PR! This is pretty good !

@Yamashou Yamashou merged commit 8973cc0 into Yamashou:master Dec 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next What to do next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Types in arrays on input types are not considered "used"
2 participants