Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was discussing
file.modpath()
with @zong-zhe hereI was wondering what it would return as I was trying to rely on it's behavior in a module: example
On one hand I want the behavior of a module not to change when I release it to an OCI registry. On the other hand, I don't want it to "lie" either. So I think the modpath for
oci://something.com/a
should be"oci://something.com/a"
Things that I think would complicate it:
"oci://something.com"
but getting the parent directory of"oci://something.com"
would be equivalent to getting the parent directory of/
Beta Was this translation helpful? Give feedback.
All reactions