The fparser2 frontend should look in code blocks and add any symbols to the symbol table in order to avoid name clashes when creating new symbols. There was some code in the where handler that did this. This code has now been removed as the logic should be associated with code blocks and therefore work in all situations, not just for where statements.
The fparser2 frontend should look in code blocks and add any symbols to the symbol table in order to avoid name clashes when creating new symbols. There was some code in the where handler that did this. This code has now been removed as the logic should be associated with code blocks and therefore work in all situations, not just for where statements.