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
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
OSPath.String() should not be called and we should always use either the AsString(), Unix(), or Native() method.
IIRC I had had tried removing the String() method in the hopes of getting a compilation error wherever it was used but that didn't give me any compile error. I thought I had removed all instances but they still persist.
Stack trace from latest error reported (taken from the ui log file in ~/.kelp/ui_logs). It's pretty obvious where the error is from this trace:
nikhilsaraf
changed the title
Kelp GUI: Another instance of OSPath.String() being called
[0.5] Kelp GUI: Another instance of OSPath.String() being called
Jun 3, 2020
OSPath.String() should not be called and we should always use either the AsString(), Unix(), or Native() method.
IIRC I had had tried removing the String() method in the hopes of getting a compilation error wherever it was used but that didn't give me any compile error. I thought I had removed all instances but they still persist.
Stack trace from latest error reported (taken from the ui log file in ~/.kelp/ui_logs). It's pretty obvious where the error is from this trace:
The text was updated successfully, but these errors were encountered: