Remix.run Logo
worksonmine 18 hours ago

Why prefix the settings `UV_CACHE_MAX_SIZE` and `UV_LOCKFILE` with `UV_` if they're new features? Makes no sense.

lr1970 18 hours ago | parent | next [-]

Would be more logical to use FYN_ prefix

_flux 18 hours ago | parent | prev | next [-]

They are environment variables. I enjoy seeing from my large number of environment variables to which applications they belong to.

worksonmine 18 hours ago | parent [-]

I know what an environment variable is, my question is why name them `UV_` instead of `FYN_`? I thought that would've been obvious for exactly the same reason you mention, it should be named for the application they belong to.

_flux 18 hours ago | parent [-]

Ah, I completely missed the point of your question :).

Yes, I think that's a good point. Possibly they were made before the project name was changed and no further thought was given to them after.

unethical_ban 18 hours ago | parent | prev [-]

Facilitates drop-in migration from uv to the new tool. So if uv adopts the feature it's "just there".