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
The cursor-based crystal tool commands do not work on Windows. I have tested this on Crystal v1.7.0 and v1.8-dev. After some brief searching, it seems to be the parsing in crystal/cursor.cr#34 which does not take into account absolute Windows paths.
The text was updated successfully, but these errors were encountered:
Thanks for the insight. I think @HertzDevil's comment contradicts that. He didn't refer to the kernel but Windows' filesystem, which is pretty much equivalent to NTFS/NTFS driver.
Anyway the point was that it's not a Windows-specific problem. And the fix in #13129 is generic, it just chops off the line and column portions from the end of the string.
Bug Report
The cursor-based
crystal tool
commands do not work on Windows. I have tested this on Crystal v1.7.0 and v1.8-dev. After some brief searching, it seems to be the parsing in crystal/cursor.cr#34 which does not take into account absolute Windows paths.The text was updated successfully, but these errors were encountered: