hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.02k stars 4.42k forks source link

Fix box collection sorting #13320

Closed chrisroberts closed 6 months ago

chrisroberts commented 6 months ago

When the box collection includes a common box entry which contains architecture information, and another entry that does not it will result in an error when sorting due to comparison with a nil value. Force a common type when sorting to prevent this error.

Fixes #13314