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

Inability to reference a term or type with a name that has segments starting with an underscore #2822

Closed
Tracked by #2892
pchiusano opened this issue Jan 20, 2022 · 1 comment · Fixed by #5282
Closed
Tracked by #2892

Comments

@pchiusano
Copy link
Member

_a.blah = 2

b = _a.blah + 1
._distributed.routing> 

  I'm not sure what .blah means at line 4, columns 7-12
  
      4 | b = _a.blah + 1
  
  There are no constraints on its type.
unique type _a.Blah = A

c : _a.Blah
c = A
    ❗️
    
    I don't currently support creating definitions that start with '.':
    
        2 | unique type _a.Blah = A
    
    Use help messages.disallowedAbsolute to learn more.
@aryairani
Copy link
Contributor

Hopefully will fix these definitions from website:

  • fundamentals.controlFlow.looping

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 a pull request may close this issue.

2 participants