-
Notifications
You must be signed in to change notification settings - Fork 22
CF-900 allow async optimizations by default #938
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
Conversation
PR Reviewer Guide 🔍(Review updated until commit 7fd5889)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 7fd5889
Previous suggestionsSuggestions up to commit 313e957
|
|
CF-900 |
|
Persistent review updated to latest commit 7fd5889 |
| "Please install it using:\n" | ||
| ' pip install "codeflash[asyncio]"' | ||
| "The --async flag is deprecated and will be removed in a future version. " | ||
| "Async function optimization is now enabled by default." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make it actionable. "You can remove this flag"
PR Type
Enhancement, Bug fix, Tests, Documentation
Description
Enable async optimization by default
Deprecate and ignore --async flag
Remove async filtering in discovery
Update tests and dependencies
Diagram Walkthrough
File Walkthrough
3 files
Deprecate --async flag and stop hard failureAlways include async; remove enable_async plumbingStop passing enable_async to discovery3 files
Remove enable_async from test configDrop enable_async option and flag wiringUpdate expectations: async functions always included1 files
Make pytest-asyncio a core dependency; remove extra