We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> Raster("") ERROR: StackOverflowError:
Not sure if it's my particular system or if other people can replicate, but this looks strange indeed. Maybe we should detect empty strings?
The text was updated successfully, but these errors were encountered:
I can reproduce and I chased it down to basically isdirpath("") giving true and then this goes into an infinite loop of calling _sourcetrait("")
isdirpath("")
_sourcetrait("")
Sorry, something went wrong.
We could have an isempty check at the start of the function
isempty
No branches or pull requests
Not sure if it's my particular system or if other people can replicate, but this looks strange indeed. Maybe we should detect empty strings?
The text was updated successfully, but these errors were encountered: