Moose icon indicating copy to clipboard operation
Moose copied to clipboard

allow lazy accessors to return their built value even with weak_ref

Open haarg opened this issue 5 years ago • 0 comments

This allows weak_ref with a lazy default to work if the caller captures the return value from calling the getter.

Some exceptions probably need adjustment, and there are related issues, such as allowing weak_ref with coercions.

haarg avatar Apr 14 '20 18:04 haarg