Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: devbox run returns scripts in random order #1631

Closed
spe888 opened this issue Nov 16, 2023 · 1 comment · Fixed by #2477
Closed

[Bug]: devbox run returns scripts in random order #1631

spe888 opened this issue Nov 16, 2023 · 1 comment · Fixed by #2477
Labels
bug Something isn't working

Comments

@spe888
Copy link

spe888 commented Nov 16, 2023

Current Behavior (bug)
Running devbox run returns the scripts list in a random sort order. It should return the list in the order of devbox.json. Its especially problematic if the list of scripts is very long. I am currently working around it by using devbox run | grep '*' | sort

Expected Behavior (fix)
devbox run should return the same sort order as devbox.json

Additional context
devbox version: 0.8.1

@spe888 spe888 added the bug Something isn't working label Nov 16, 2023
@ametad
Copy link

ametad commented Jan 6, 2025

Relates to #1991

guerinoni added a commit to guerinoni/devbox that referenced this issue Jan 7, 2025
This allows to have a consistent output from `devbox run`.

Closes jetify-com#1631 and jetify-com#1991.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants