You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: