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 <norbert@hartl.name> 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 <estebanlm@gmail.com> 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 <norbert@hartl.name> 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
I'm using stable, sorry for not saying. I loaded Metacello new baseline: 'Iceberg'; repository: 'github://npasserini/iceberg:stable'; load. Norbert
Am 22.09.2016 um 11:30 schrieb Nicolas Passerini <npasserini@gmail.com>:
Hi Norbert, are you using the stable version or the develpment one?
On Thu, Sep 22, 2016 at 10:49 AM, Esteban Lorenzano <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> wrote: https://github.com/npasserini/iceberg/issues <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 <norbert@hartl.name <mailto:norbert@hartl.name>> 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
Am 22.09.2016 um 11:56 schrieb Nicolas Passerini <npasserini@gmail.com>:
On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <norbert@hartl.name <mailto:norbert@hartl.name>> 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: '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 <norbert@hartl.name> wrote:
Am 22.09.2016 um 11:56 schrieb Nicolas Passerini <npasserini@gmail.com>:
On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <norbert@hartl.name> 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: '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
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 <npasserini@gmail.com> 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 <norbert@hartl.name> wrote:
Am 22.09.2016 um 11:56 schrieb Nicolas Passerini <npasserini@gmail.com>:
On Thu, Sep 22, 2016 at 11:43 AM, Norbert Hartl <norbert@hartl.name> 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: '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
participants (3)
-
Esteban Lorenzano -
Nicolas Passerini -
Norbert Hartl