I had troubles with the query visitor which was always
returning
empty results. After some investigation, I found out that
MAAccessorRelation>>isSatifisfiedBy: was failing but the error was
eaten by #hasMatch.
Hi,
I found this bug to and reported it there :
http://smallwiki.unibe.ch/smallwiki/smallwiki2/smallwiki2bugs/
I can't write to the repository so we have to wait for Lukas to come
back.
I have one question about the test case of the query
visitor. Some
tests call a #matches: method that doesn't exist. I have tried to use
the methods of the String class but they are all rejected. How does
it work?
I corrected this by implementing:
String>>matches: subString
^ (self includesSubString: subString)
or: [subString match: self]
It is just a hack to make tests pass.
Thank you for your report..
--
Damien Cassou
pour le Software Composition Group a Berne