pesde/src
daimond113 1a79326ebf
fix: refresh sources before reading from them
Previously, if a package was modified in a way
that the index hasn't been cloned (for example,
through a remote Git change) pesde would be unable
to read the package's metadata, whether it be
because the index was outdated or because it
wasn't cloned at all. These are now refreshed
as needed like everywhere else.
2025-02-08 14:03:43 +01:00
..
cli fix: refresh sources before reading from them 2025-02-08 14:03:43 +01:00
engine refactor: move schema gen to test 2025-02-06 23:49:25 +01:00
linking fix: fix types not being re-exported 2025-02-08 00:48:42 +01:00
manifest refactor: move schema gen to test 2025-02-06 23:49:25 +01:00
source refactor: move schema gen to test 2025-02-06 23:49:25 +01:00
download.rs feat: add engines 2025-01-16 19:11:16 +01:00
download_and_link.rs fix: remove scripts linkers in incremental installs 2025-01-24 23:39:15 +01:00
graph.rs fix: remove scripts linkers in incremental installs 2025-01-24 23:39:15 +01:00
lib.rs fix: remove scripts linkers in incremental installs 2025-01-24 23:39:15 +01:00
lockfile.rs feat: add engines 2025-01-16 19:11:16 +01:00
main.rs feat: switch to version_matches for semver comparison 2025-01-16 22:48:43 +01:00
names.rs refactor: move schema gen to test 2025-02-06 23:49:25 +01:00
patches.rs refactor: switch out dependencies 2025-01-19 22:29:27 +01:00
reporters.rs feat: add engines 2025-01-16 19:11:16 +01:00
resolver.rs feat: update instead of recreating packages folders 2025-01-18 14:18:46 +01:00
scripts.rs style: enable hard_tabs rustfmt option 2025-01-02 22:37:27 +01:00
util.rs refactor: crate optimizations 2025-02-02 00:17:11 +01:00