-
Notifications
You must be signed in to change notification settings - Fork 51
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
Added functionality for isPath #457
Conversation
Why is the function called |
File name has been changed. Could you check now? |
The name the issue stated is fine, Few things as well, you will need to add the test file to here. The code seems to be slightly mis-indented unfortunately. And finally, this will break windows builds. If we intend this to not work on windows (which may be a viable option to begin with) we either need to 1) remove this and make sure it doesn't get compiled on windows systems entirely. 2) Do something similar to Python where it just returns False on runtimes that don't support it (less hot on this as to me it feel like a silent fail). |
Hi @Kishore-abhimanyu, it seems the tests are failing on this pull request. Are you still interested in getting this feature in? |
Could you review now? |
These tests will still end up failing unfortunately - you're asserting that "linktofile" is a symlink, however, it doesn't exist. This will still also fail to compile on windows systems:
|
Closing due to inactivity |
Context of the change :
#450 (comment)
Bug fix
New feature
Breaking change (fix or feature that would cause existing functionality to not work as expected)