Changes between Initial Version and Version 1 of Ticket #30941, comment 13
- Timestamp:
- Nov 6, 2019, 12:11:17 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30941, comment 13
initial v1 3 3 Ah yes, we could do that. :) It's undocumented so doesn't even need a release note in theory, though we might add one just to be polite. 4 4 5 TBH, for me, I'm still not sure avoiding the function invocation (to the fetch the cached value from the request) is worth the change of such a long-standing piece of code, so I'd still prefer to revert it. 5 TBH, for me, I'm still not sure avoiding the function invocation (to the fetch the cached value from the request) is worth the change of such a long-standing piece of code, so I'd still prefer to revert it. (I'd rather we continued to cache the user on the request than inside the lazy object placeholder...)