yegor256 / factbase

In-memory database of facts (records with attributes) with a predicative searching facility
https://rubygems.org/gems/factbase
MIT License
5 stars 3 forks source link

undefined method `matches?' for :"\n\n":Symbol #24

Closed yegor256 closed 6 months ago

yegor256 commented 6 months ago
Error:
TestQuery#test_complex_parsing:
NoMethodError: undefined method `matches?' for :"\n\n":Symbol
    lib/factbase/term.rb:81:in `block in and'
    lib/factbase/term.rb:80:in `each'
    lib/factbase/term.rb:80:in `and'
    lib/factbase/term.rb:42:in `matches?'
    lib/factbase/query.rb:47:in `block in each'
    lib/factbase/query.rb:45:in `each'
    lib/factbase/query.rb:45:in `each'
    test/factbase/test_query.rb:61:in `each'
    test/factbase/test_query.rb:61:in `to_a'
    test/factbase/test_query.rb:61:in `block in test_complex_parsing'
    test/factbase/test_query.rb:60:in `each'
    test/factbase/test_query.rb:60:in `test_complex_parsing'
yegor256 commented 6 months ago

@rultor release, tag is 0.0.16

rultor commented 6 months ago

@rultor release, tag is 0.0.16

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 6 months ago

@rultor release, tag is 0.0.16

@yegor256 Done! FYI, the full log is here (took me 8min)