Skip to content

[bug] Bug in each_by_descriptive method when logical expression AST consists of a single VarNode object. #4

@matsuda0528

Description

@matsuda0528

Calling each_by_descriptive method on a single VarNode Object(@children is empty) does not evaluate.

formula #=> #<Ravensat::VarNode>
formula.each_by_descriptive do |e| puts e end
#=> nil

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions