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

Test whether a backend can be run at all #190

Merged
merged 3 commits into from
Dec 19, 2023
Merged

Conversation

blast-hardcheese
Copy link
Collaborator

Attempting to resolve #2

Without dart:

upm dstewart$ ./cmd/upm/upm list-languages
python3-poetry
python3-pip  (unavailable)
bun
...
dart-pub  (unavailable)
...
php-composer  (unavailable)

With dart:

upm dstewart$ nix-shell -p dart
[nix-shell:~/Projects/upm]$ ./cmd/upm/upm list-languages
python3-poetry
python3-pip  (unavailable)
bun
...
dart-pub
...
php-composer  (unavailable)

@blast-hardcheese blast-hardcheese added the enhancement New feature or request label Dec 19, 2023
@blast-hardcheese blast-hardcheese requested a review from a team as a code owner December 19, 2023 07:39
@blast-hardcheese blast-hardcheese requested review from masad-frost and removed request for a team December 19, 2023 07:39
Copy link
Contributor

@cdmistman cdmistman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

niceeeee finally 🙌

@blast-hardcheese blast-hardcheese enabled auto-merge (squash) December 19, 2023 21:42
@blast-hardcheese blast-hardcheese merged commit 87fc1f3 into main Dec 19, 2023
3 checks passed
@blast-hardcheese blast-hardcheese deleted the dstewart/isAvailable branch December 19, 2023 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When a packager backend is not available it should say so
2 participants