On Mon, 9 Mar 2020, Sven Schreiber wrote:
Hi,
here's a glitch with current git:
<hansl>
eval (1 == 1 ? "hey" : nonexisting) # works
eval (exists(nonexisting) ? nonexisting : "hey") # works
# bundle style
eval (exists(nobundle) ? nobundle.whatever : "ouf") # fails (nobundle:
no such object)
</hansl>
Yep, looks like a bug. I'll take a look.
Allin