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
When trying to generate a file on windows I get the following error:
failed to parse ./proto/service.ridl:failed to read file: open :\Users\piete\Repositories\dataflex\proto\service.ridl: invalid argument
It looks like the DirFS that is used is not cross-platform compatible (golang/go#44279)
It can be easily fixed for my use case by checking for a volume and using that as a base. I can create a PR for that. However more careful consideration might be needed depending on what supported scenarios there are.
The text was updated successfully, but these errors were encountered:
When trying to generate a file on windows I get the following error:
failed to parse ./proto/service.ridl:failed to read file: open :\Users\piete\Repositories\dataflex\proto\service.ridl: invalid argument
It looks like the DirFS that is used is not cross-platform compatible (golang/go#44279)
It can be easily fixed for my use case by checking for a volume and using that as a base. I can create a PR for that. However more careful consideration might be needed depending on what supported scenarios there are.
The text was updated successfully, but these errors were encountered: