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
Sometimes the buildIdentifier function leads to the same identifier for two different values. We could add into the context a "buildAndReserveIdentifier" to create all new identifiers and ensure they are unique. Alternatively we could just throw if the identifier lead to an already generated name. Namespaces could be taken in count to avoid being too restritive.
The text was updated successfully, but these errors were encountered:
Sometimes the
buildIdentifier
function leads to the same identifier for two different values. We could add into the context a "buildAndReserveIdentifier" to create all new identifiers and ensure they are unique. Alternatively we could just throw if the identifier lead to an already generated name. Namespaces could be taken in count to avoid being too restritive.The text was updated successfully, but these errors were encountered: