Figure out whether property initialisers _might_ be possible · Issue #14 · Data-swift/ManagedModels · GitHub
More Web Proxy on the site http://driver.im/
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
This complains that the @NSManaged var item must not have initialization expressions.
I don't think a macro can remove the expression, but maybe the property could be shadowed somehow. Which would also potentially help w/ Issue #2 .
I.e. instead of generating:
@NSManaged
doesn't allow this:This complains that the
@NSManaged var item
must not have initialization expressions.I don't think a macro can remove the expression, but maybe the property could be shadowed somehow. Which would also potentially help w/ Issue #2 .
I.e. instead of generating:
something more like:
Potentially possible, not quite sure. That the
_date
is renamed might pose the biggest issue here.The text was updated successfully, but these errors were encountered: