Iceberg in general

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

Iceberg in general

NorbertHartl
I played a little further with Iceberg and not even creating a local repository worked. I'm using pharo5 and I wonder we is this version marked as stable and if there is an ETA for a first stable version.

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: Iceberg in general

Guillermo Polito
I'm using it in Pharo6 without problems. No idea about Pharo5...

-------- Original Message --------
> I played a little further with Iceberg and not even creating a local repository worked. I'm using pharo5 and I wonder we is this version marked as stable and if there is an ETA for a first stable version.
>
> Norbert
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Iceberg in general

Peter Uhnak
In reply to this post by NorbertHartl


On Tue, Aug 9, 2016 at 1:39 PM, Norbert Hartl <[hidden email]> wrote:
I'm using pharo5 and I wonder we is this version marked as stable

The readme states:

"This is still a prototype and is not yet ready for production, but you are invited to try it and provide feedback. "

Note however that I've successfully started using it for smaller project(s) that are hosted on GitHub. Of course there's a lot of issues https://github.com/npasserini/iceberg/issues , but it can be forced to work if you are willing to live on the edge. :)

Regarding your error, it would be best to submit a bug report.

Peter
Reply | Threaded
Open this post in threaded view
|

Re: Iceberg in general

Nicolas Passerini
Hi Norbert, 

Up to date, Iceberg has only been developed/used/tested on Pharo 6.0, please look at the prerrequisites in https://github.com/npasserini/iceberg. I can not tell if it would work on Pharo 5.0.

Either way, if you could submit a bug report I will happily pay a look at it.

On Tue, Aug 9, 2016 at 1:55 PM, Peter Uhnák <[hidden email]> wrote:


On Tue, Aug 9, 2016 at 1:39 PM, Norbert Hartl <[hidden email]> wrote:
I'm using pharo5 and I wonder we is this version marked as stable

The readme states:

"This is still a prototype and is not yet ready for production, but you are invited to try it and provide feedback. "

Note however that I've successfully started using it for smaller project(s) that are hosted on GitHub. Of course there's a lot of issues https://github.com/npasserini/iceberg/issues , but it can be forced to work if you are willing to live on the edge. :)

Regarding your error, it would be best to submit a bug report.

Peter

Reply | Threaded
Open this post in threaded view
|

Re: Iceberg in general

NorbertHartl
I've checked again on pharo6 and get the same error.

- downloaded pharo6

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

- openend UI via tools/Iceberg

- click "Clone new repository"

Same error as in pharo5. Cannot parse URL

I've created an issue

Norbert
Am 09.08.2016 um 14:00 schrieb Nicolas Passerini <[hidden email]>:

Hi Norbert, 

Up to date, Iceberg has only been developed/used/tested on Pharo 6.0, please look at the prerrequisites in https://github.com/npasserini/iceberg. I can not tell if it would work on Pharo 5.0.

Either way, if you could submit a bug report I will happily pay a look at it.

On Tue, Aug 9, 2016 at 1:55 PM, Peter Uhnák <[hidden email]> wrote:


On Tue, Aug 9, 2016 at 1:39 PM, Norbert Hartl <[hidden email]> wrote:
I'm using pharo5 and I wonder we is this version marked as stable

The readme states:

"This is still a prototype and is not yet ready for production, but you are invited to try it and provide feedback. "

Note however that I've successfully started using it for smaller project(s) that are hosted on GitHub. Of course there's a lot of issues https://github.com/npasserini/iceberg/issues , but it can be forced to work if you are willing to live on the edge. :)

Regarding your error, it would be best to submit a bug report.

Peter


Reply | Threaded
Open this post in threaded view
|

Re: Iceberg in general

Peter Uhnak
I can not tell if it would work on Pharo 5.0.

I using IceBerg on Pharo 5.

On Tue, Aug 9, 2016 at 2:10 PM, Norbert Hartl <[hidden email]> wrote:
I've checked again on pharo6 and get the same error.

- downloaded pharo6

- Metacello new
     baseline: 'Iceberg';
     load.

- openend UI via tools/Iceberg

- click "Clone new repository"

Same error as in pharo5. Cannot parse URL

I've created an issue

Norbert
Am 09.08.2016 um 14:00 schrieb Nicolas Passerini <[hidden email]>:

Hi Norbert, 

Up to date, Iceberg has only been developed/used/tested on Pharo 6.0, please look at the prerrequisites in https://github.com/npasserini/iceberg. I can not tell if it would work on Pharo 5.0.

Either way, if you could submit a bug report I will happily pay a look at it.

On Tue, Aug 9, 2016 at 1:55 PM, Peter Uhnák <[hidden email]> wrote:


On Tue, Aug 9, 2016 at 1:39 PM, Norbert Hartl <[hidden email]> wrote:
I'm using pharo5 and I wonder we is this version marked as stable

The readme states:

"This is still a prototype and is not yet ready for production, but you are invited to try it and provide feedback. "

Note however that I've successfully started using it for smaller project(s) that are hosted on GitHub. Of course there's a lot of issues https://github.com/npasserini/iceberg/issues , but it can be forced to work if you are willing to live on the edge. :)

Regarding your error, it would be best to submit a bug report.

Peter



Reply | Threaded
Open this post in threaded view
|

Re: Iceberg in general

Nicolas Passerini
Issue #111 is fixed and included in github://npasserini/iceberg:0.2.1

Thanks for reporting it.

On Tue, Aug 9, 2016 at 2:34 PM, Peter Uhnák <[hidden email]> wrote:
I can not tell if it would work on Pharo 5.0.

I using IceBerg on Pharo 5.

On Tue, Aug 9, 2016 at 2:10 PM, Norbert Hartl <[hidden email]> wrote:
I've checked again on pharo6 and get the same error.

- downloaded pharo6

- Metacello new
     baseline: 'Iceberg';
     load.

- openend UI via tools/Iceberg

- click "Clone new repository"

Same error as in pharo5. Cannot parse URL

I've created an issue

Norbert
Am 09.08.2016 um 14:00 schrieb Nicolas Passerini <[hidden email]>:

Hi Norbert, 

Up to date, Iceberg has only been developed/used/tested on Pharo 6.0, please look at the prerrequisites in https://github.com/npasserini/iceberg. I can not tell if it would work on Pharo 5.0.

Either way, if you could submit a bug report I will happily pay a look at it.

On Tue, Aug 9, 2016 at 1:55 PM, Peter Uhnák <[hidden email]> wrote:


On Tue, Aug 9, 2016 at 1:39 PM, Norbert Hartl <[hidden email]> wrote:
I'm using pharo5 and I wonder we is this version marked as stable

The readme states:

"This is still a prototype and is not yet ready for production, but you are invited to try it and provide feedback. "

Note however that I've successfully started using it for smaller project(s) that are hosted on GitHub. Of course there's a lot of issues https://github.com/npasserini/iceberg/issues , but it can be forced to work if you are willing to live on the edge. :)

Regarding your error, it would be best to submit a bug report.

Peter