Hi all, so real quick...Anyone know the magic sauc...
# announcements
t
Hi all, so real quick...Anyone know the magic sauce of how to prevent duplicates (see the calc block in the screenshot below)? As you can see, I am able to prevent calc from being called within calc (by use of the DslMarker annotation), but how do I prevent duplicate siblings?
d
Can't be done at compile time. (Not without a plugin that is). Also, check out #C8NEU7N9L .
t
Oh, right. I should've asked in that channel. Thanks man!
d
You could make
calc
a variable and that would allow
calc = { ... }
. Not sure how much better that is.
t
ah, I see. That might work.
I didn't think of that one.