Skip to content
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

Remove unneeded Type and TypeInfo objects #163

Merged
merged 1 commit into from
Nov 13, 2020
Merged

Conversation

udoprog
Copy link
Collaborator

@udoprog udoprog commented Nov 13, 2020

These are no longer needed since CompileMeta was expanded to fill their role. I.e. all of this is information that only needs to be available at compile time. Meaning we now also have smaller units!

Also a minor bug fix which probably hasn't affected anyone because it's not invokable in scripts. The type of a Type object is not the type it represents, but an internal type which has now been introduced called Type.

@udoprog udoprog added the enhancement New feature or request label Nov 13, 2020
@udoprog udoprog merged commit 381843e into main Nov 13, 2020
@udoprog udoprog deleted the remove-type-type-info branch November 13, 2020 09:37
@udoprog udoprog added the changelog Issue has been added to the changelog label Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog Issue has been added to the changelog enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant