Iceberg and other repos

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Iceberg and other repos

NorbertHartl
I loaded my project with gitfiletree and tried to use it with iceberg. But I get 


It seems that Iceberg assumes that packages are loaded with Iceberg itself. Meaning if the repository is not an iceberg repository #loadedVersion returns nil. 

So where to report bugs for iceberg?

Norbert

Reply | Threaded
Open this post in threaded view
|

Re: Iceberg and other repos

EstebanLM
https://github.com/npasserini/iceberg/issues

but I think this one is already reported (at least, I know I have talk with Nico about it :P)

Esteban

> On 22 Sep 2016, at 10:37, Norbert Hartl <[hidden email]> wrote:
>
> I loaded my project with gitfiletree and tried to use it with iceberg. But I get
>
> <Bildschirmfoto 2016-09-22 um 10.35.31.png>
>
> It seems that Iceberg assumes that packages are loaded with Iceberg itself. Meaning if the repository is not an iceberg repository #loadedVersion returns nil.
>
> So where to report bugs for iceberg?
>
> Norbert
>


Reply | Threaded
Open this post in threaded view
|

Re: Iceberg and other repos

Nicolas Passerini
Hi Norbert, are you using the stable version or the develpment one?


On Thu, Sep 22, 2016 at 10:49 AM, Esteban Lorenzano <[hidden email]> wrote:
https://github.com/npasserini/iceberg/issues

but I think this one is already reported (at least, I know I have talk with Nico about it :P)

Esteban

> On 22 Sep 2016, at 10:37, Norbert Hartl <[hidden email]> wrote:
>
> I loaded my project with gitfiletree and tried to use it with iceberg. But I get
>
> <Bildschirmfoto 2016-09-22 um 10.35.31.png>
>
> It seems that Iceberg assumes that packages are loaded with Iceberg itself. Meaning if the repository is not an iceberg repository #loadedVersion returns nil.
>
> So where to report bugs for iceberg?
>
> Norbert
>



Reply | Threaded
Open this post in threaded view
|

Re: Iceberg and other repos

NorbertHartl
I'm using stable, sorry for not saying.

I loaded 

Metacello new
  baseline: 'Iceberg';
  repository: '<a href="github://npasserini/iceberg:stable'" class="">github://npasserini/iceberg:stable';
  load.

Norbert

Am 22.09.2016 um 11:30 schrieb Nicolas Passerini <[hidden email]>:

Hi Norbert, are you using the stable version or the develpment one?


On Thu, Sep 22, 2016 at 10:49 AM, Esteban Lorenzano <[hidden email]> wrote:
https://github.com/npasserini/iceberg/issues

but I think this one is already reported (at least, I know I have talk with Nico about it :P)

Esteban

> On 22 Sep 2016, at 10:37, Norbert Hartl <[hidden email]> wrote:
>
> I loaded my project with gitfiletree and tried to use it with iceberg. But I get
>
> <Bildschirmfoto 2016-09-22 um 10.35.31.png>
>
> It seems that Iceberg assumes that packages are loaded with Iceberg itself. Meaning if the repository is not an iceberg repository #loadedVersion returns nil.
>
> So where to report bugs for iceberg?
>
> Norbert
>




Reply | Threaded
Open this post in threaded view
|

Re: Iceberg and other repos

Nicolas Passerini

On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <[hidden email]> wrote:
I'm using stable, sorry for not saying.

No worries.

I think it is fixed in the newer development version, but let me check it and I will come back to you.
Reply | Threaded
Open this post in threaded view
|

Re: Iceberg and other repos

NorbertHartl

Am 22.09.2016 um 11:56 schrieb Nicolas Passerini <[hidden email]>:


On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <[hidden email]> wrote:
I'm using stable, sorry for not saying.

No worries.

I think it is fixed in the newer development version, but let me check it and I will come back to you.
I loaded

Metacello new
  baseline: 'Iceberg';
  repository: '<a href="github://npasserini/iceberg:master'" class="">github://npasserini/iceberg:master';
  load.

but the problem still exists. I must confess that I struggle to use this properly. By executing the expression above I cannot see what I really updated. Monticello browser is not of any help. I can see Iceberg.package which is bold. Loading the package does not seem to do anything and the package stays bold. 

Norbert

Reply | Threaded
Open this post in threaded view
|

Re: Iceberg and other repos

Nicolas Passerini
Yes, I do not know exactly why, but Metacello will not update your packages if you do that.

On Thu, Sep 22, 2016 at 12:27 PM, Norbert Hartl <[hidden email]> wrote:

Am 22.09.2016 um 11:56 schrieb Nicolas Passerini <[hidden email]>:


On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <[hidden email]> wrote:
I'm using stable, sorry for not saying.

No worries.

I think it is fixed in the newer development version, but let me check it and I will come back to you.
I loaded

Metacello new
  baseline: 'Iceberg';
  load.

but the problem still exists. I must confess that I struggle to use this properly. By executing the expression above I cannot see what I really updated. Monticello browser is not of any help. I can see Iceberg.package which is bold. Loading the package does not seem to do anything and the package stays bold. 

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: Iceberg and other repos

Nicolas Passerini
Hi Norbert, 

I am failing to reproduce this issue, I would need more info.
What I did is:
- create a git repository with git file tree and load some package into a clean Pharo 6 Image with the stable version of Iceberg
- add a local iceberg repository pointing to the same directory where the gitfiletree repository resides
- open an Iceberg repository synchronizer for that project.

... and it seems to work, so I must be missing something.

On Thu, Sep 22, 2016 at 12:38 PM, Nicolas Passerini <[hidden email]> wrote:
Yes, I do not know exactly why, but Metacello will not update your packages if you do that.

On Thu, Sep 22, 2016 at 12:27 PM, Norbert Hartl <[hidden email]> wrote:

Am 22.09.2016 um 11:56 schrieb Nicolas Passerini <[hidden email]>:


On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <[hidden email]> wrote:
I'm using stable, sorry for not saying.

No worries.

I think it is fixed in the newer development version, but let me check it and I will come back to you.
I loaded

Metacello new
  baseline: 'Iceberg';
  load.

but the problem still exists. I must confess that I struggle to use this properly. By executing the expression above I cannot see what I really updated. Monticello browser is not of any help. I can see Iceberg.package which is bold. Loading the package does not seem to do anything and the package stays bold. 

Norbert