pesde/src
daimond113 5767042964
Some checks failed
Debug / Get build version (push) Has been cancelled
Test & Lint / lint (push) Has been cancelled
Debug / Build for linux-x86_64 (push) Has been cancelled
Debug / Build for macos-aarch64 (push) Has been cancelled
Debug / Build for macos-x86_64 (push) Has been cancelled
Debug / Build for windows-x86_64 (push) Has been cancelled
fix(engines): correct engine detection on unix
The `current_exe` function doesn't return the
symlinked path on Unix, so the engine detection
was failing there. This commit fixes that by
using the 0th argument of the program to get
the path of the executable on Unix.
2025-01-16 18:28:52 +01:00
..
cli refactor: print deprecated warning on CLI side 2025-01-15 22:43:50 +01:00
engine feat(engines): create linkers at install time 2025-01-15 18:33:38 +01:00
linking feat: add alias validation 2025-01-15 22:21:36 +01:00
manifest feat: add alias validation 2025-01-15 22:21:36 +01:00
source refactor: print deprecated warning on CLI side 2025-01-15 22:43:50 +01:00
download.rs fix(engines): store & link engines correctly 2025-01-14 14:33:26 +01:00
download_and_link.rs fix(engines): store & link engines correctly 2025-01-14 14:33:26 +01:00
graph.rs feat: add alias validation 2025-01-15 22:21:36 +01:00
lib.rs feat: add engines 2025-01-12 23:12:27 +01:00
lockfile.rs feat: add alias validation 2025-01-15 22:21:36 +01:00
main.rs fix(engines): correct engine detection on unix 2025-01-16 18:28:52 +01:00
names.rs feat: add name.scope and name.name apis 2025-01-10 00:01:02 +01:00
patches.rs fix(engines): store & link engines correctly 2025-01-14 14:33:26 +01:00
reporters.rs fix(engines): store & link engines correctly 2025-01-14 14:33:26 +01:00
resolver.rs feat: add alias validation 2025-01-15 22:21:36 +01:00
scripts.rs style: enable hard_tabs rustfmt option 2025-01-02 22:37:27 +01:00
util.rs feat(engines): create linkers at install time 2025-01-15 18:33:38 +01:00