Skip to content

Conversation

Lagoja
Copy link
Contributor

@Lagoja Lagoja commented Feb 11, 2025

Summary

Fixes #2510

Previously, devbox ls --outdated would error on packages that it could not resolve, like stdenv.cc.cc.lib or darwin.apple_sdk.frameworks.IOKit. This prevented devbox from checking if the rest of the packages were outdated.

This PR changes the error to a warning, so the rest of the version checks can proceed

How was it tested?

  1. Create a devbox.json
  2. Add standard packages using devbox add
  3. Add stdenv.cc.cc.lib or darwin.apple_sdk.frameworks.IOKit to the project
  4. Verify that devbox ls --outdated shows a warning for the non-versioned packages instead of an error.

@Lagoja Lagoja requested review from mikeland73 and gcurtis February 11, 2025 22:28
@Lagoja Lagoja merged commit 9ec8286 into main Feb 12, 2025
29 checks passed
@Lagoja Lagoja deleted the jl/fix-outdated branch February 12, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0.14.0-deva list outdated
2 participants