-
Notifications
You must be signed in to change notification settings - Fork 85
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
Better support for loading code from a tag #191
Comments
@npasserini ... why are you missing a branch here ... the semantics for that url I understand the why, I am porting Metacello and Cypress to the base of GemStone ... I have thought of overloading My work with Cypress is in the experimental stages as is yours, so now is a good time to have a conversation and come up with an approach that makes sense ... |
@dalehenrich I am not missing a branch, it is just that when Iceberg cloned and checked out a tag, git returns "no branch" as current branch and Iceberg was not handling this situation properly. I do not think that it has a specific relationship to Metacello, it is more likely the way we have to easily reproducer the error because it was the way we found it. |
I do not want to change the semantics, I just want to provide another I also plan to add a specific iceberg:// url, but for easying the What do you think? I am always interesting in sharing our experiences, just let me know when 2016-10-25 15:33 GMT+02:00 Dale Henrichs [email protected]:
|
On 10/25/16 11:23 AM, Nico Passerini wrote:
The filtree repo is the common denominator, but I think that I also want to understand more about why you think and ... resolving may mean that we will need to @marceltaeumel I want an url that can be embedded in BaselineOf to reference another
and I want that url to be able to reference git repositories on gitlab, Dale |
Fixed in 24a078b |
That sounds great. 2016-10-25 20:58 GMT+02:00 Dale Henrichs [email protected]:
|
Talking with @martinmcclure, it seems that we could use the scheme |
Ok, two questions, maybe related to each other:
2016-10-26 19:13 GMT+02:00 Dale Henrichs [email protected]:
|
On 10/26/16 1:08 PM, Nico Passerini wrote:
For Pharo6.0 the iceberg could be the default for doing the git clone,
I would prefer for Metacello to not provide a standard clone As part of my gs_port work in Metacello I may do a refactoring of the Today, the gs_port branch of Metacello is not functional on Squeak or However, in the meantime we can perhaps work out something that can work |
Loading
will produce a repository (mongotalk) pointing to a tag, which poses a few problems:
The text was updated successfully, but these errors were encountered: