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

The Name field of GlobalReference could be a String #23

Closed
langston-barrett opened this issue Nov 22, 2022 · 2 comments
Closed

The Name field of GlobalReference could be a String #23

langston-barrett opened this issue Nov 22, 2022 · 2 comments

Comments

@langston-barrett
Copy link
Contributor

The GlobalReference constant has a Name field, where Name is a sum of u64 and String. I believe global variables and functions always have actual names, rather than numbers - perhaps the Name field of GlobalReference could be specialized to String?

@cdisselkoen
Copy link
Owner

You are right. Let's specialize

@cdisselkoen
Copy link
Owner

Reverted this after discussion on #42.

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

No branches or pull requests

2 participants