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
Orc has collected a number of object APIs (a couple of them are my fault). We should clean that up. The APIs are currently marked as @depricated so it should be easy to find their uses.
The APIs are:
orc.values.HasMembers
Verify that no remaining sites expect to be called with a Field value. The compiler cannot help with this sadly.
All users of these APIs should be converted to implement orc.values.sites.AccessorValue.
The text was updated successfully, but these errors were encountered:
Orc has collected a number of object APIs (a couple of them are my fault). We should clean that up. The APIs are currently marked as
@depricated
so it should be easy to find their uses.The APIs are:
All users of these APIs should be converted to implement orc.values.sites.AccessorValue.
The text was updated successfully, but these errors were encountered: