On Monday, November 21, 2016 at 3:31:21 PM UTC, Max Goldstein wrote: > > I have a similar issue with my geojson library. I merged a PR but forgot > to run elm-package publish for a few days, and in the interim someone > published a fork. Reasonable, but now it's annoying. >
I wonder if adding the ability to publish to a local repo would help? So by default 'elm-package publish' just pushes to your local cache, and then running 'elm-package install' would pull from there. There would be a different procedure to push to the package repo, perhaps something along the lines of 'elm-package publish --live-repo', which will then display a helpful message about not being too eager to publish forked packages and an are you sure y/N prompt. That way someone being impatient for the PR to be published could at least make/publish/consume a local build in the interim. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
