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
Use base32 encoded cache keys to avoid names starting with a hyphen (triton-lang#5088)
Modify the _base64 function used for filename generation to ensure
filenames do not start with a hyphen (`-`).
This change prevents issues on Unix-like systems where filenames
beginning with a hyphen can be misinterpreted as command-line options.
in this way we adhere to to the [The Linux Information Project's File
Naming Conventions](https://www.linfo.org/file_name.html):
> "File names should never begin with a hyphen"
0 commit comments