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

Use a #local variable in compiler generated timestamps #1154

Open
1 task
vyzo opened this issue Mar 7, 2024 · 0 comments
Open
1 task

Use a #local variable in compiler generated timestamps #1154

vyzo opened this issue Mar 7, 2024 · 0 comments
Assignees

Comments

@vyzo
Copy link
Collaborator

vyzo commented Mar 7, 2024

Currently it is module/path#module/path::timestamp, intending to avoid conflicts with user variables.

As @feeley suggested, there is a better way to do that: use a # local variable in the fully namespaced name.
So it should be module/path##timestamp and there should be any danger with user variable conflicts.

TODO:

  • update the compiler generated module timestamp name
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