Open ndw opened 2 months ago
Yes, 064 is marked eager. I was only pointing out that I think 026 is the same situation as 064. Sounds like you agree.
For 027, if you're doing lazy evaluation, I certainly can't think of any reason why you'd attempt to evaluate the default if a value has been provided.
I think that the
p:option
in this test is missingstatic="true"
. Otherwise, I think it needs theeager-eval
feature flag. Or I'm confused about how this test is substantially different fromab-option-064
where an error is not raised.I think the same is true of
ab-option-027
.