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

elm publish hangs indefinitely at GitHub tag check with large package #2300

Open
rektdeckard opened this issue Mar 10, 2023 · 4 comments
Open

Comments

@rektdeckard
Copy link

rektdeckard commented Mar 10, 2023

Quick Summary:
Large packages fail to publish in 0.19.1, with the CLI getting hung forever at the GitHub tag version check.

SSCCE

> elm publish
  + Found README.md
  + Found LICENSE
  + Verified documentation    
  + Version number 2.0.0 verified (MAJOR change, 1.0.2 => 2.0.0)
  - Is version 2.0.0 tagged on GitHub?
  • Elm: 0.19.1
  • Browser: Chrome 111.0.5563.64
  • Operating System: Windows 10

Additional Details

I have a large package, an icon library consisting of a single 3.8MB Elm file worth of generated code. When attempting to elm publish with the correct GitHub version tag, passing code and docs, etc. the CLI hangs indefinitely at "Is version x.x.x tagged on GitHub?". Downgrading to Elm 0.19.0 fixes the problem and the package publishes almost instantaneously.

Repo is phosphor-elm.

@github-actions
Copy link

Thanks for reporting this! To set expectations:

  • Issues are reviewed in batches, so it can take some time to get a response.
  • Ask questions in a community forum. You will get an answer quicker that way!
  • If you experience something similar, open a new issue. We like duplicates.

Finally, please be patient with the core team. They are trying their best with limited resources.

@jfmengels
Copy link
Contributor

Hey @rektdeckard , I think it could be useful to point to your repository in order to have something reproducible. A SSCCE would probably help even more.

@rektdeckard
Copy link
Author

@jfmengels added the repo in details above. I'm not sure what to add as SSCCE? There's nothing in my code to point to, since the code is correct and the only thing I can figure out to reproduce this is to have a large Elm file, and try to publish on 0.19.1.

@nunntom
Copy link

nunntom commented Mar 23, 2023

@rektdeckard I'm having similar problems publishing an icon library but I get an error instead of it hanging, see issue #2299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants