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
…essions.
`self` is special in that it creates cycles that can prevent a type
from considered being fully resolved when we need it. We now
generally consider 'self` expressions as fully resolved to break that
cycle.
Closes#1261.
…essions.
`self` is special in that it creates cycles that can prevent a type
from considered being fully resolved when we need it. We now
generally consider 'self` expressions as fully resolved to break that
cycle.
Closes#1261.
…essions.
`self` is special in that it creates cycles that can prevent a type
from considered being fully resolved when we need it. We now
generally consider 'self` expressions as fully resolved to break that
cycle.
Closes#1261.
* topic/robin/gh-1261-self-convert:
Disallow `self` as ID in declarations.
Fix inability to access unit fields through `self` in `&convert` expressions.
Fix accidental lookup of empty IDs.
Add helper script to diff two AST.
It looks like
self
cannot be used in field&convert
expressions; usingself
in a unit&convert
attribute like mentioned in the docs works though.The text was updated successfully, but these errors were encountered: