Caleb B
07/22/2025, 12:27 AMitem = value
instead of field = value
.
I want your help to workshop a KEEP for this. Right now, my idea for it is:
var foo: () -> String
get() = field
set(value: () -> String) {
field = value
}
set(value: String) {
foo = { value }
}
Caleb B
07/22/2025, 12:29 AMfoo = myAny as String
gildor
07/22/2025, 4:41 AMgildor
07/22/2025, 4:41 AMCLOVIS
07/22/2025, 7:27 AMgildor
07/22/2025, 7:29 AMCLOVIS
07/22/2025, 7:50 AMgildor
07/22/2025, 7:57 AMCaleb B
07/23/2025, 8:48 PMCLOVIS
07/23/2025, 9:58 PMCaleb B
07/23/2025, 10:34 PMgildor
07/24/2025, 5:19 AMI want to make a KEEP, discussion, etc. specifically for this feature is because while there are many proposals that include thisKEEP discussion is already discussion of implemented/close to implement state, it can change as result of discussion, but create KEEP just to discuss is unnecessary, this for what issue tracker is
gildor
07/24/2025, 5:20 AMCLOVIS
07/24/2025, 8:23 AM