You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting from pip is an easy way to bring in python deps, but republishing over existing packages is dangerous, especially as pip changes over time and we upgrade automatic package conversions into manually built ones (like pyyaml)
Ideally, when confirming the publishing of converted packages, the command should separate into groups of existing and new packages - only publishing the new packages by default - republishing existing ones only if given some other answer or provided an extra flag
Fix cyclic crate dependency #1
########72 characters##################################################
Move the macros in spk-solve to its own crate, to break the cycle of
spk-solve -> spk-solve-validation -> spk-solve (dev)
The macro code was changed to remove many uses of re-exported symbols
through `$crate`, since adding these dependencies would reintroduce a
cyclic dependency.
Signed-off-by: J Robert Ray <jrray@jrray.org>
Converting from pip is an easy way to bring in python deps, but republishing over existing packages is dangerous, especially as pip changes over time and we upgrade automatic package conversions into manually built ones (like pyyaml)
Ideally, when confirming the publishing of converted packages, the command should separate into groups of existing and new packages - only publishing the new packages by default - republishing existing ones only if given some other answer or provided an extra flag
(By @rydrman )
The text was updated successfully, but these errors were encountered: