You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elm publish errors without an error message when using zsh on MacOS.
When using bash the error message is printed.
SSCCE
using zsh 5.9 (x86_64-apple-darwin23.0)
elm publish
Verifying jweir/charter 2.0.7 ...
● Found README.md
● Found LICENSE
→ Verifying documentation...zsh: segmentation fault elm publish
Expected output
Running the same command, but within a bash session produces
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin23
elm publish
Verifying jweir/charter 2.0.7 ...
● Found README.md
● Found LICENSE
✗ Problem with documentation
-- PROBLEM DOWNLOADING PACKAGE -------------------------------------------------
I was trying to download the source code for elm-explorations/test 1.2.2, so I
tried to fetch:
https://github.com/elm-explorations/test/zipball/1.2.2/
But my HTTP library is giving me the following error message:
InternalException (HandshakeFailed (Error_Protocol ("certificate rejected: [InvalidSignature SignatureInvalid]",True,CertificateUnknown
Are you somewhere with a slow internet connection? Or no internet? Does the link
I am trying to fetch work in your browser? Maybe the site is down? Does your
internet connection have a firewall that blocks certain domains? It is usually
something like that!
Elm: Elm 0.19.1
Browser: n/a
Operating System: MacOS 14.2 (M2)
Additional Details
The network issue with Github eventually resolved and elm publish succeed.
The text was updated successfully, but these errors were encountered:
Quick Summary: ???
elm publish
errors without an error message when usingzsh
on MacOS.When using bash the error message is printed.
SSCCE
using zsh 5.9 (x86_64-apple-darwin23.0)
Expected output
Running the same command, but within a
bash
session producesGNU bash, version 3.2.57(1)-release (arm64-apple-darwin23
Additional Details
The network issue with Github eventually resolved and
elm publish
succeed.The text was updated successfully, but these errors were encountered: