Michael H
Michael H
Or I can misread this, sorry that was CC which fully handles this already.
I thought that didn't handle default values for alias, but I'm not the largest alias user, did I miss something with that?
For anyone currently experiencing this issue: Wrapping a numeric command in quotes will work fine. ```yaml COMMAND: "8": 176070082584248320: true ``` I'm not sure if we should actually consider this...
We can definitely be smarter about the rror handling here. Just requires someone to update the schema handling for this.
I think this should be timed to when match when annotations are automatically lazily evaluated and after the last version where types in the standard library were not properly generic...
It doesn't fix this, as this will cause errors when people use tools that are also in the standard library to inspect annotations. Some of this kind of inspection of...
Following over from where this came up as well: While I can see *a* definition of Never that allows this, @DiscordLiz is correct in that formal set-theoretic type systems based...
The crux of the issue here (functionally) is this: - The ability to Remove capabilities from a class breaks the idea that subclasses are safe as a drop-in replacement for...
It was pointed out to me in a discord discussion that `NoReturn` was being allowed by type checkers in places other than return type annotations prior to 3.11. I don't...
> One area of contention is whether the concept called a "bottom type" participates in subtype relationships. It makes logical sense to me that it would given that it satisfies...