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

Safeguards for developing within package repository? #1754

Closed
timholy opened this issue Dec 14, 2012 · 5 comments
Closed

Safeguards for developing within package repository? #1754

timholy opened this issue Dec 14, 2012 · 5 comments
Assignees
Labels
domain:packages Package management and loading

Comments

@timholy
Copy link
Sponsor Member

timholy commented Dec 14, 2012

The tail end of this documentation section describes a slightly scary scenario. Would such an error break the ability to do Pkg.update()?

When people are developing from within .julia, it would be helpful to have a package manager command that:

  1. pushes any package commits to the public repository
  2. upon success of step 1, bumps the version and pushes/pullrequests the change

On pull requests for version bumps, would it be possible to automatically check whether the given commit is publicly-accessible?

@timholy
Copy link
Sponsor Member Author

timholy commented Dec 14, 2012

I see that this possibility was already anticipated (line 225 of pkg.jl). However, if I'm interpreting this correctly, it will bring the entire resolve() process to a halt, and users will be stuck not being able to update their packages.

@pao
Copy link
Member

pao commented Dec 14, 2012

See also #1668 (comment) for mention of .publish() (similar to your proposed command).

@timholy
Copy link
Sponsor Member Author

timholy commented Dec 14, 2012

I like the name "publish". I see it's nontrivial, however. Thanks for the link.

@ghost ghost assigned StefanKarpinski Feb 2, 2013
@vtjnash
Copy link
Sponsor Member

vtjnash commented Feb 2, 2013

@StefanKarpinski bump

@jiahao
Copy link
Member

jiahao commented Oct 21, 2013

Closing, in light of the new Pkg.publish() method.

@jiahao jiahao closed this as completed Oct 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:packages Package management and loading
Projects
None yet
Development

No branches or pull requests

5 participants