Uh oh!
There was an error while loading. Please reload this page.
[docs] gh-101273: Expand enum documentation on limitations - #101274
[docs] gh-101273: Expand enum documentation on limitations#101274samypr100 wants to merge 1 commit into
Conversation
2719ecb to
1bbd095Compare
ethanfurman
left a comment
There was a problem hiding this comment.
I'm not sure this needs to be in the docs; I am sure that this is not the right section for them to be in. I'll try to review the enum docs this week to see if there is a better spot for this warning.
samypr100
commented
Jan 24, 2023
@ethanfurman To expand a little on the motivation, the codebase that I originally encountered this had something close to classElementType(StrEnum):
title="..."comment="..."author="..."# ...It didn't occur to me at first that the errors I was seeing in mypy (mypy was being added after the fact) were due to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1bbd095 to
afde363Compareethanfurman
commented
Apr 17, 2023
Closing in favor of #103596. Thank you, @samypr100 for the encouragement to properly fix this behavior. |
Closes#101273