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
(that is, make sure that @-classes work and that classes can be allocated on the exchange heap. Right now I think classes are either always or never stack-allocated. I need to sort this out.)
The text was updated successfully, but these errors were encountered:
(to fix this, I will probably have to change the translation for ctors to allocate memory for the self object outside the constructor, and pass it into the ctor code)
Deferring this after discussion with @nikomatsakis and @pcwalton . We agreed that @-classes probably aren't useful enough to be worth the effort. Instead, I'll file an RFC for static fns, which would address some of the same problems.
(that is, make sure that
@
-classes work and that classes can be allocated on the exchange heap. Right now I think classes are either always or never stack-allocated. I need to sort this out.)The text was updated successfully, but these errors were encountered: