-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Missing list of incomplete features #14452
Comments
It's defined here, but you're right that it's not documented anywhere: Lines 70 to 73 in 83660d0
|
So, we have to go through the codebase to identify all of the features that can be enabled with the --enable-incomplete-feature switch if I am not wrong? |
I also noticed that the |
I think this is somewhat intentional; incomplete features are experimental and incomplete and may be broken in some way, so we don't want to advertise them too much. However, it should be fine to add a list to the documentation with a note that these features are experimental, we don't guarantee any form of backward compatibility, use at your own risk, etc. |
I think the latter is a great idea. I'll add a |
…#16661) By the way, also remove `--enable-incomplete-feature=Unpack --enable-incomplete-feature=TypeVarTuple` when running the tests, as they are no more incomplete features. Fixes #14452 Co-authored-by: David Froger <[email protected]>
By the way, the |
Documentation
Within the CLI we have the command line switch
--enable-incomplete-feature
which expects a feature name to enable.Until now I have not been able to find a list of possible (incomplete/under development) features, which I could enable over here.
Have I missed something?
The text was updated successfully, but these errors were encountered: