Non-unique imports #53

Closed
opened 2023-10-18 18:22:55 +00:00 by netkas · 2 comments
netkas commented 2023-10-18 18:22:55 +00:00 (Migrated from git-old.n64.cc)

When handling calls such as require, require_once, include and include_once, when acquiring a file from a package, sometimes the file name that is acquired is the same but the content and location is different, ncc needs to use hashing mechanisms to be able to identify if the file was already acquired or not

When handling calls such as require, require_once, include and include_once, when acquiring a file from a package, sometimes the file name that is acquired is the same but the content and location is different, ncc needs to use hashing mechanisms to be able to identify if the file was already acquired or not
netkas commented 2023-10-18 18:22:56 +00:00 (Migrated from git-old.n64.cc)

assigned to @netkas

assigned to @netkas
netkas commented 2023-10-18 20:04:47 +00:00 (Migrated from git-old.n64.cc)
Fixed in [698d2e7a1f80f38172f70886a3b3128fbca3c8f3](https://git.n64.cc/nosial/ncc/-/commit/698d2e7a1f80f38172f70886a3b3128fbca3c8f3)
netkas (Migrated from git-old.n64.cc) closed this issue 2023-10-18 20:05:12 +00:00
Sign in to join this conversation.
No description provided.