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

Allow class constants to refer to other constants #2069

Closed
wants to merge 1 commit into from

Conversation

lhchavez
Copy link
Contributor

This change introduces the TMixedDeferredConstant type, which marks a
type as being a constant that needs to be resolved at a later stage.

Fixes: #1551

This change introduces the TMixedDeferredConstant type, which marks a
type as being a constant that needs to be resolved at a later stage.

Fixes: vimeo#1551
@lhchavez
Copy link
Contributor Author

hmm after doing a last-minute edit before uploading, i relized this actually does not solve the issue. i'll need a little bit more time to fix this, unfortunately :S

@muglug
Copy link
Collaborator

muglug commented Sep 14, 2019

I had my own go in 0b4981f, so I think this can be closed.

@muglug muglug closed this Sep 14, 2019
@lhchavez
Copy link
Contributor Author

thank you for fixing this, and sorry for not closing this PR before since it obviously was not ready u_u

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.

Class constants using other constants are mixed
2 participants