You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e. that Jython wasn't really officially supported. The filenames themselves also need processing when "coverage run" is executed for it to work. But with code that treats $py.class in the same way as .pyc, it appears to work well on my code base now.
Applied the patch <<changeset df42cb15889d6dccc82c9bbaefc910e0706cbb13 (bb)>> by merging your change. Can you try the tip and see if it works? I'm going to do a little refactoring also.
Originally reported by Geoff Bache (Bitbucket: geoffbache, GitHub: Unknown)
In my rc file, I write
but this fails under Jython, because
__file__
returns something likeand there is no code for handling this in _check_for_packages or _source_for_file.
The line
returns the wrong answer, and a Jython case needs adding to _source_for_file.
The text was updated successfully, but these errors were encountered: