Trayambak Rai
Trayambak Rai
I just checked the code for that function and there is no way it's doing something wrong. Can Nimble/Nim run on your host OS? If it can, does it still...
Do you have read permissions in the directory? @theAkito
Ah, I meant if the non-root account had read access to the file. This doesn't seem to be an issue with Nim, probably Nimble doing something weird. I'll check that...
Hey. I've thoroughly checked Nimble and there is no way that it's either Nimble or Nim's fault. This is most likely an issue upstream with the POSIX library. Perhaps, Docker...
Nim calls stat() on POSIX systems. Perhaps, try that?
That's so weird. I'll have to look further, but as far as I know, there shouldn't be any issues. This is really peculiar.
Afaik, Nim has nothing in place for VMs. It only has stuff for architectures, not VMs.
Alright. I wish you good luck in getting this fixed! 😄
@theAkito Any update on this?
@ringabout What should be done about this?