Skip to content
New issue

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

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

Already on GitHub? # to your account

Show version list source URL when raising exception error #301

Open
kianmeng opened this issue Jul 25, 2024 · 1 comment
Open

Show version list source URL when raising exception error #301

kianmeng opened this issue Jul 25, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@kianmeng
Copy link
Contributor

kianmeng commented Jul 25, 2024

Is your feature request related to a problem?

Encountered the following error and I'm having a difficult time tried to find the available support Elixir/OTP combination versions at the version list (URL unknown).

Run erlef/setup-beam@v1
  with:git@github.com:kianmeng/error-tracker.git
    elixir-version: 1.14
    otp-version: 27.0
    github-token: ***
    install-hex: true
    install-rebar: true
    version-type: loose
    disable_problem_matchers: false
    hexpm-mirrors: https://builds.hex.pm
  
Installing Erlang/OTP OTP-27.0.1 - built on amd64/ubuntu-24.04
Error: Requested Elixir / Erlang/OTP version (1.14 / 27.0) not found in version list 
(did you check Compatibility between Elixir and Erlang/OTP?).Elixir and Erlang/OTP 
compatibility can be found at: https://hexdocs.pm/elixir/compatibility-and-deprecations.html

Describe the feature you'd like

Is it possible to show the version list source url in the exception message

Error: Requested Elixir / Erlang/OTP version (1.14 / 27.0) not found in version list at: 
https://builds.hex.pm/...file.txt. Did you check Compatibility between Elixir and Erlang/OTP which
can be found at: https://hexdocs.pm/elixir/compatibility-and-deprecations.html ?

Or in the with field?

    disable_problem_matchers: false
    hexpm-mirrors: https://builds.hex.pm
    version list source: https://builds.hex.pm/.../file.txt

Describe alternatives you've considered

None.

Additional context

None.

@paulo-ferraz-oliveira
Copy link
Collaborator

Hey, @kianmeng. It might be possible (I thought we did, already). In the meantime, here's what we use as reference:

Tweak the Ubuntu version to your liking.

@paulo-ferraz-oliveira paulo-ferraz-oliveira added the help wanted Extra attention is needed label Sep 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants