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
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
this requires solving the problem that right now absolute names have to be exactly 3 parts long, project::module::type.
since you'd nest the functions inside the type, it's project::module::type::type, but abs can't do that.
changing the syntax - without actually allowing multiple functions named the same way in a module - really doesn't add much.
too much work for now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i'm going to change the syntax of member functions.
they're currently associated by being in the same module, but i think the way golang does it is simpler.
current style:
new style:
this might also fix #123
The text was updated successfully, but these errors were encountered: