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'm developing on a windows machine, and tests for this project fail out of the box due to the difference in path separators on the host machine "" vs "/".
One way to resolve this issue is to use something like 'Platform.pathSeparator'. Right now, it seems like "/" is hardcoded in some areas.
Another way to resolve this is to dockerize the project
Overall I don't think that dockerizing the project is a direction we want to go. That being said I think the path separators point is something we can address and probably should to ensure compatibility across systems.
Do you have a list of specific tests that are failing for you that we could start to narrow the search for these hardcoded values on? Overall we don't do much if any development on Windows so we don't tend to run into these issues.
tomarra
added
bug
Something isn't working as expected
p2
Important issues not at the top of the work list
labels
Oct 21, 2024
Description
I'm developing on a windows machine, and tests for this project fail out of the box due to the difference in path separators on the host machine "" vs "/".
One way to resolve this issue is to use something like 'Platform.pathSeparator'. Right now, it seems like "/" is hardcoded in some areas.
Another way to resolve this is to dockerize the project
Requirements
Additional Context
No response
The text was updated successfully, but these errors were encountered: