pesde/src
daimond113 aa4f283e4c
refactor: allow publishing other packages on error
Previously, if a package failed to publish the
whole publishing process would halt. Then, if
a re-ran publishing got to an already published
package it'd error, which would require users to
manually publish the missing packages. This commit
fixes that by printing errors, but allowing other
members to still get published.
2025-02-16 11:32:16 +01:00
..
cli refactor: allow publishing other packages on error 2025-02-16 11:32:16 +01:00
engine refactor: move schema gen to test 2025-02-06 23:49:25 +01:00
linking fix: fix double long prefix paths on windows 2025-02-10 22:52:00 +01:00
manifest refactor: make aliases case-insensitive 2025-02-12 23:14:05 +01:00
source perf: use or_else variants for expensive errors 2025-02-14 23:42:33 +01:00
download.rs feat: add engines 2025-01-16 19:11:16 +01:00
download_and_link.rs refactor: patch improvements 2025-02-10 00:35:51 +01:00
graph.rs refactor: remove unused trait 2025-02-14 23:09:44 +01:00
lib.rs refactor: make specifier index not an option 2025-02-12 17:41:49 +01:00
lockfile.rs feat: add engines 2025-01-16 19:11:16 +01:00
main.rs perf: use or_else variants for expensive errors 2025-02-14 23:42:33 +01:00
names.rs perf: use or_else variants for expensive errors 2025-02-14 23:42:33 +01:00
patches.rs fix: include new files in patches 2025-02-10 08:43:48 +01:00
reporters.rs feat: add engines 2025-01-16 19:11:16 +01:00
resolver.rs perf: use or_else variants for expensive errors 2025-02-14 23:42:33 +01:00
scripts.rs style: enable hard_tabs rustfmt option 2025-01-02 22:37:27 +01:00
util.rs chore: fix formatting 2025-02-15 00:08:47 +01:00