-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added many more functions, also from Grid
These accommodations required an upgrade of the typing system. Sadly there is a *bug*/*feature-request* that broke >=3.9 with missing names. It is related to this: https://bugs.python.org/issue41987 Basically the AtomsArgument can't be used in the type-hinting because the ForwardRef lookup tries to resolve it, regardless of whether we are in a TYPE_CHECKING state or not. Hence it *must* be defined before we can use it. This happens, even if __future__ annotations has been imported. This forces us to define them via strings manually, *sigh*. Signed-off-by: Nick Papior <[email protected]>
- Loading branch information
Showing
10 changed files
with
1,236 additions
and
1,136 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.