-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Value.meaning() is deprecated #102
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.triage meI really want to be triaged.I really want to be triaged.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Value.meaning() is deprecated, which is surprising for a new API. The reason is that it exposes datastore functionality that is slated for deletion, but which people might want to use meanwhile. I suggest that the
@deprecatedtag should include text saying explicitly that this method will be deleted at some point, and if possible giving a planned date for the deletion.