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

prefer to avoid casts #468

Merged
merged 2 commits into from
Sep 17, 2022
Merged

Conversation

dimbleby
Copy link
Contributor

prefer to avoid cast. If you're wrong, you never get to find out.

It turns out that some of these were wrong, some tomlkit things are apparently Table and not Container.

@sonarcloud
Copy link

sonarcloud bot commented Sep 11, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@neersighted neersighted merged commit 743e09c into python-poetry:main Sep 17, 2022
@dimbleby dimbleby deleted the typechecking branch September 17, 2022 19:37
neersighted added a commit to neersighted/poetry-core that referenced this pull request Oct 5, 2022
This reverts commit 743e09c.

At runtime, during consumption via the prepare_metadata_for_build_wheel,
API, some of these values were in fact not what their typing was
asserted to be. This would cause a failure when the assertion failed.
neersighted added a commit that referenced this pull request Oct 5, 2022
This reverts commit 743e09c.

At runtime, during consumption via the prepare_metadata_for_build_wheel,
API, some of these values were in fact not what their typing was
asserted to be. This would cause a failure when the assertion failed.
dimbleby added a commit to dimbleby/poetry-core that referenced this pull request Oct 5, 2022
but this time with more relaxed type assertions where appropriate
dimbleby added a commit to dimbleby/poetry-core that referenced this pull request Oct 5, 2022
but this time with more relaxed type assertions where appropriate
neersighted pushed a commit to dimbleby/poetry-core that referenced this pull request Oct 12, 2022
but this time with more relaxed type assertions where appropriate
neersighted pushed a commit that referenced this pull request Oct 12, 2022
but this time with more relaxed type assertions where appropriate
DavidVujic pushed a commit to DavidVujic/poetry-core that referenced this pull request Oct 16, 2022
but this time with more relaxed type assertions where appropriate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants