Skip to content

Fixed typing of Construct._build(). - #48

Open
robin523790 wants to merge 1 commit into
timrid:mainfrom
robin523790:bugfix/fixed-_build-typing
Open

Fixed typing of Construct._build().#48
robin523790 wants to merge 1 commit into
timrid:mainfrom
robin523790:bugfix/fixed-_build-typing

Conversation

@robin523790

Copy link
Copy Markdown

Fixed return type of Construct._build(): int was wrong and worked only in specific cases.
In most implementations, _build() actually returns ParsedType, in some others it returns BuildTypes or something else entirely.
t.Any seems a good compromise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants