luau-unzip/lib
Erica Marigold ccc7228278
fix: avoid duplicate directory entries with trailing slash
Fixed a bug in the directory tree builder where for directories there
would be two entries, where one would have a trailing slash, and the
other wouldn't.

The directory without the trailing slash would get linked to its
children in the entries lookup table, while the one with the trailing
slash would exist as a "ghost directory" with no children.

The fix involved sorting the entries to first handle directories, and
linking to the existing parent directory entries for children.
2024-12-31 12:46:45 +00:00
..
crc.luau style: apply stylua formatter 2024-12-30 11:13:57 +00:00
inflate.luau refactor: minor sylistic changes 2024-12-30 11:26:22 +00:00
init.luau fix: avoid duplicate directory entries with trailing slash 2024-12-31 12:46:45 +00:00