Skip to content
Snippets Groups Projects

Simplify element state by removing `__cached`

Merged richardmaw-codethink requested to merge richardmaw/element-cache-state-simplify into master

Description

I encountered a build failure while using workspaces where the artifact was simultaneously cached and not.

I didn't track down exactly why it was getting confused, but simplifying the state made the problem go away.

Changes proposed in this merge request:

  • Remove __cached variable.
  • Replace users of it with checking which of __strong_cached or __weak_cached to use instead.

CHANGELOG/Release Notes

  • Initial version

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading