Example code to reproduce:
added_lines irlike timestamp
This is a regression of T273809, likely because we use VariableManager::GET_BC which returns DNULL for variables, not DUNDEFINED, so that fix doesn't work anymore. I think perhaps the GET_ mode could be injected into the FilterEvaluator, and anything except for actually checking the filters would use GET_STRICT or GET_LAX, whereas we'd still use GET_BC when checking filters.