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 |
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 > |
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/ |
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
|
On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <[hidden email]> wrote:
No worries. I think it is fixed in the newer development version, but let me check it and I will come back to you. |
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 |
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:
|
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:
|
Free forum by Nabble | Edit this page |