Many problems with Iceberg :-(

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

Many problems with Iceberg :-(

abergel
Hi!

I am facing several bugs using Iceberg. 
Am I the only one?

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



Reply | Threaded
Open this post in threaded view
|

Re: Many problems with Iceberg :-(

Tudor Girba-2
Hi,

Please use the development version of Iceberg. It should be fixed there.

Metacello new
        baseline: 'Iceberg';
        repository: 'github://npasserini/iceberg';
        load.

Cheers,
Doru


> On Sep 23, 2016, at 12:07 AM, Alexandre Bergel <[hidden email]> wrote:
>
> Hi!
>
> I am facing several bugs using Iceberg.
> Am I the only one?
>
> <Screen Shot 2016-09-22 at 7.06.08 PM.png>
> <Screen Shot 2016-09-22 at 7.06.18 PM.png>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>

--
www.tudorgirba.com
www.feenk.com

"Every thing has its own flow."






Reply | Threaded
Open this post in threaded view
|

Re: Many problems with Iceberg :-(

Nicolas Passerini
Hi Alex, I'm sorry I missed your last message on Slack.

Yes, current "stable" version (v0.2.1) has a bug, that I decided not to fix because I am about to release v0.3. The new version is quite stable and a lot faster, so maybe you will like to give it a test before the release (that should be in a few days anyway. 

It seems that you have loaded code from Monticello but at the same time you have the same packages in an Iceberg repository. Am I right?

If that is the case, I have to say we do not support exactly that usage pattern. Sorry, for that, I will work on supporting it.

In the meanwhile, you have a few workarounds:
1) If your code is already in a git repository (I guess it is the case given your error), then loading it in a clean image should not pose any problems.
2) Or if you loaded from github using metacello it should also work (I would say it should work also for code loaded from gitfiletree but Norbert reported a problem with it, which I am not being able to reproduce.)
3) Otherwise, if your code is only in monticello, then saving it to a clean Iceberg repository should work also.


In any case, do not hesitate comming to me with any question or problem, I will try to help you. (But take into account the different time zones.)

Cheers, 
Nico


On Fri, Sep 23, 2016 at 5:36 AM, Tudor Girba <[hidden email]> wrote:
Hi,

Please use the development version of Iceberg. It should be fixed there.

Metacello new
        baseline: 'Iceberg';
        repository: 'github://npasserini/iceberg';
        load.

Cheers,
Doru


> On Sep 23, 2016, at 12:07 AM, Alexandre Bergel <[hidden email]> wrote:
>
> Hi!
>
> I am facing several bugs using Iceberg.
> Am I the only one?
>
> <Screen Shot 2016-09-22 at 7.06.08 PM.png>
> <Screen Shot 2016-09-22 at 7.06.18 PM.png>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>

--
www.tudorgirba.com
www.feenk.com

"Every thing has its own flow."







Reply | Threaded
Open this post in threaded view
|

Re: Many problems with Iceberg :-(

NorbertHartl
In reply to this post by abergel
No,

I unloaded the code and reloaded the development version. My error is slightly different. I use a repository that is having a filetree repository (or gitfiletree) and that I try to open with iceberg

Norbert



Am 23.09.2016 um 00:07 schrieb Alexandre Bergel <[hidden email]>:

Hi!

I am facing several bugs using Iceberg. 
Am I the only one?

<Screen Shot 2016-09-22 at 7.06.08 PM.png>
<Screen Shot 2016-09-22 at 7.06.18 PM.png>
Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Many problems with Iceberg :-(

Nicolas Passerini
Thanks, Norbert.

On Fri, Sep 23, 2016 at 10:46 AM, Norbert Hartl <[hidden email]> wrote:
No,

I unloaded the code and reloaded the development version. My error is slightly different. I use a repository that is having a filetree repository (or gitfiletree) and that I try to open with iceberg

Norbert



Am 23.09.2016 um 00:07 schrieb Alexandre Bergel <[hidden email]>:

Hi!

I am facing several bugs using Iceberg. 
Am I the only one?

<Screen Shot 2016-09-22 at 7.06.08 PM.png>
<Screen Shot 2016-09-22 at 7.06.18 PM.png>
Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





Reply | Threaded
Open this post in threaded view
|

Re: Many problems with Iceberg :-(

NorbertHartl
I really like this to work. I'm not sure my reports are useful at all. If I should report detailed stuff or should try something just drop me a note.

thanks for making iceberg. Until now I've seen just the tip of it ;)

Norbert

Am 23.09.2016 um 10:57 schrieb Nicolas Passerini <[hidden email]>:

Thanks, Norbert.

On Fri, Sep 23, 2016 at 10:46 AM, Norbert Hartl <[hidden email]> wrote:
No,

I unloaded the code and reloaded the development version. My error is slightly different. I use a repository that is having a filetree repository (or gitfiletree) and that I try to open with iceberg

Norbert


<Bildschirmfoto 2016-09-23 um 10.43.46.png>
Am 23.09.2016 um 00:07 schrieb Alexandre Bergel <[hidden email]>:

Hi!

I am facing several bugs using Iceberg. 
Am I the only one?

<Screen Shot 2016-09-22 at 7.06.08 PM.png>
<Screen Shot 2016-09-22 at 7.06.18 PM.png>
Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






Reply | Threaded
Open this post in threaded view
|

Re: Many problems with Iceberg :-(

Damien Pollet
Same for me. While Iceberg is in development, I have to rely on gitfiletree and command-line git to have some control over the repo.

On 23 September 2016 at 11:23, Norbert Hartl <[hidden email]> wrote:
I really like this to work. I'm not sure my reports are useful at all. If I should report detailed stuff or should try something just drop me a note.

thanks for making iceberg. Until now I've seen just the tip of it ;)

Norbert

Am 23.09.2016 um 10:57 schrieb Nicolas Passerini <[hidden email]>:

Thanks, Norbert.

On Fri, Sep 23, 2016 at 10:46 AM, Norbert Hartl <[hidden email]> wrote:
No,

I unloaded the code and reloaded the development version. My error is slightly different. I use a repository that is having a filetree repository (or gitfiletree) and that I try to open with iceberg

Norbert


<Bildschirmfoto 2016-09-23 um 10.43.46.png>
Am 23.09.2016 um 00:07 schrieb Alexandre Bergel <[hidden email]>:

Hi!

I am facing several bugs using Iceberg. 
Am I the only one?

<Screen Shot 2016-09-22 at 7.06.08 PM.png>
<Screen Shot 2016-09-22 at 7.06.18 PM.png>
Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.









--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet
Reply | Threaded
Open this post in threaded view
|

Re: Many problems with Iceberg :-(

abergel
In reply to this post by NorbertHartl
Yes, I really see a game changer with Iceberg. But it has to be super robust
Keep doing Nicolas!

Alexandre


On Sep 23, 2016, at 6:23 AM, Norbert Hartl <[hidden email]> wrote:

I really like this to work. I'm not sure my reports are useful at all. If I should report detailed stuff or should try something just drop me a note.

thanks for making iceberg. Until now I've seen just the tip of it ;)

Norbert

Am 23.09.2016 um 10:57 schrieb Nicolas Passerini <[hidden email]>:

Thanks, Norbert.

On Fri, Sep 23, 2016 at 10:46 AM, Norbert Hartl <[hidden email]> wrote:
No,

I unloaded the code and reloaded the development version. My error is slightly different. I use a repository that is having a filetree repository (or gitfiletree) and that I try to open with iceberg

Norbert


<Bildschirmfoto 2016-09-23 um 10.43.46.png>
Am 23.09.2016 um 00:07 schrieb Alexandre Bergel <[hidden email]>:

Hi!

I am facing several bugs using Iceberg. 
Am I the only one?

<Screen Shot 2016-09-22 at 7.06.08 PM.png>
<Screen Shot 2016-09-22 at 7.06.18 PM.png>
Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.