-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross-platform support #8
Comments
I am working on this issue, in order to reduce number of failing tests. |
* Added enforce unix stye paths to FilePathUtils * Enfoce unix style paths in RefactoringAnalyzer, Yes and ProcessMetricscollector
* Added enforce unix stye paths to FilePathUtils * Enfoce unix style paths in RefactoringAnalyzer, Yes, ProcessMetricscollector, No and App * Enforce unix style paths in FilePathUtils.lastSlashDir
After the PR refactoring-ai/predicting-refactoring-ml#56:Problem 1:I am exploring this branch on fix/ProjectSizeComputation . I have no idea why the counting in the Problem 2:This problem and the ones with the toy repos are solved by refactoring-ai/predicting-refactoring-ml#53. |
Fix cross-platform support - #45
This issue needs further investigation. Are all cross-platform issues resolved? |
The counting bug is back:
|
I'd say let's just remove this assertion. Then, maybe we can write a simpler and more controlled test for the line counter. |
Sounds good. |
@jan-gerling shall we close this one? |
The tool is not working in Windows. Probable cause is how we deal with path names (the awesome / vs \ difference).
The text was updated successfully, but these errors were encountered: