hpi-swa / Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Other
61 stars 29 forks source link

tonel package locator: fix heuristic to not yield false positives inside cypress dirs #306

Closed tom95 closed 3 years ago

tom95 commented 3 years ago

If a cypress package contains a package method anywhere, the current heuristic will consider this a tonel package. This change adds a check to see if it was found in a cypress *.package directory.

This fix works but the overall logic is of course still rather fragile.

j4yk commented 3 years ago

I have no better idea available from the top off my hat, so I would like to integrate this once you merged the test case that I submitted to your repository.