FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

filter out doc strings with opt level 2 as final step to enable test_builtin.py test_compile by hydrogen602 · Pull Request #5274 · RustPython/RustPython · GitHub

filter out doc strings with opt level 2 as final step to enable test_builtin.py test_compile - #5274

Merged
youknowone merged 1 commit into
RustPython:mainfrom
hydrogen602:optimize=2-no-doc-strings
Apr 25, 2024
Merged

filter out doc strings with opt level 2 as final step to enable test_builtin.py test_compile#5274
youknowone merged 1 commit into
RustPython:mainfrom
hydrogen602:optimize=2-no-doc-strings

Conversation

hydrogen602 commented Apr 25, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

Addresses the last todo item of #5251

Optimize=2 removes doc strings, so I added code to do that.

The unit tests will most likely fail as the main branch commit this branch is based on doesn't pass all the tests.

Copy link
Copy Markdown
Member

I am sorry for the clippy error. rebase will resolve it.

hydrogen602 force-pushed the optimize=2-no-doc-strings branch from 0799695 to 707a905 Compare April 25, 2024 06:21

Copy link
Copy Markdown
Contributor Author

I've rebased onto the latest commit in main.

Removing the doc strings turned out to be far easier than I thought, I could've bundled it with the other PR.

youknowone left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thank you!

youknowone merged commit af8bed6 into RustPython:main Apr 25, 2024
hydrogen602 deleted the optimize=2-no-doc-strings branch April 25, 2024 16:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL