Skip to content

fix: Properly replace reserved words in class and module names [#475, #476]. Thanks @mtovts! #477

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

Merged
merged 4 commits into from
Aug 16, 2021

Conversation

dbanty
Copy link
Collaborator

@dbanty dbanty commented Aug 16, 2021

FYI @mtovts I took a bit of a different approach to solving this, so this will close #475 and #476. Hopefully using the validated classes will prevent future mistakes of forgetting to clean things up.

@dbanty dbanty added this to the 0.10.3 milestone Aug 16, 2021
@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #477 (f18901e) into main (faef048) will not change coverage.
The diff coverage is 100.00%.

❗ Current head f18901e differs from pull request most recent head 7e4fd7d. Consider uploading reports for the commit 7e4fd7d to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##              main      #477   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           47        47           
  Lines         1579      1588    +9     
=========================================
+ Hits          1579      1588    +9     
Impacted Files Coverage Δ
openapi_python_client/__init__.py 100.00% <100.00%> (ø)
openapi_python_client/parser/properties/schemas.py 100.00% <100.00%> (ø)
openapi_python_client/utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update faef048...7e4fd7d. Read the comment docs.

@dbanty dbanty force-pushed the 475-keyword-rename-failure branch from f18901e to 7e4fd7d Compare August 16, 2021 18:48
@dbanty dbanty merged commit 225487a into main Aug 16, 2021
@dbanty dbanty deleted the 475-keyword-rename-failure branch August 16, 2021 18:52
@mtovts
Copy link
Contributor

mtovts commented Aug 16, 2021

Thank you for handling this so fast!

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.

Invalid PythonIdentifier used
2 participants