Esteban's ChangeLog week of 17 September 2018

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

Esteban's ChangeLog week of 17 September 2018

EstebanLM
Hello!

This is my weekly ChangeLog, from 17 September 2018 to 23 September 2018.
You can see it in a better format by going here: http://log.smallworks.eu/web/search?from=17/9/2018&to=23/9/2018

ChangeLog
=========

19 September 2018:
------------------

*    I migrated all [pharo-ide](https://github.com/pharo-ide) projects to tonel format.
   
    Harder than it seems, it took me a good bunch of hours. But now is working.
   
    This will enhance work/fixes on Calypso.
   

18 September 2018:
------------------

*    I just [fixed the CI for Calypso](https://github.com/pharo-ide/Calypso/issues/319) (it was failing for Pharo 7.0 because of problems when updating).
   
    Now I can start fixing real issues of it :)
   

17 September 2018:
------------------

*    I backported/promoted a new stable vm for Pharo 6.1.
    This is the one that has been tested for Pharo 7.0alpha already for some time, so things should be fine.
   
    Current stable VM is from 2018-07-04 (yeah, eventually we will have a decent semver numbering,
    but for now this will have to be enough :P)
   

cheers!
Esteban

Reply | Threaded
Open this post in threaded view
|

Re: Esteban's ChangeLog week of 17 September 2018

Sven Van Caekenberghe-2
Esteban,

> On 24 Sep 2018, at 08:00, [hidden email] wrote:
>
> *    I migrated all [pharo-ide](https://github.com/pharo-ide) projects to tonel format.
>
>    Harder than it seems, it took me a good bunch of hours. But now is working.
>
>    This will enhance work/fixes on Calypso.

If it was hard for you, how are we supposed to do it ?
Is there a guide/description somewhere ?

Sven
Reply | Threaded
Open this post in threaded view
|

Re: Esteban's ChangeLog week of 17 September 2018

EstebanLM


> On 24 Sep 2018, at 09:11, Sven Van Caekenberghe <[hidden email]> wrote:
>
> Esteban,
>
>> On 24 Sep 2018, at 08:00, [hidden email] wrote:
>>
>> *    I migrated all [pharo-ide](https://github.com/pharo-ide) projects to tonel format.
>>
>>   Harder than it seems, it took me a good bunch of hours. But now is working.
>>
>>   This will enhance work/fixes on Calypso.
>
> If it was hard for you, how are we supposed to do it ?
> Is there a guide/description somewhere ?

For what?
Migration?
There is an option on iceberg (repository/extras…) that does that and it will work 99% of the cases (there is a known bug with a fix waiting on the iceberg repo who prevents seaside migration).
This will migrate without history. Or better: history will be there, just in filetree but since there is no match between one format and another and that will give problems to see the history.

The problem here was that I needed to migrate all pharo-ide repositories, and update baselines and make all tests pass and in the middle I exceeding travis “right” to see tags (if you are not authenticated, it can happen), etc.
So a lot of small problems not directly related with the migration itself :)

Esteban

>
> Sven


Reply | Threaded
Open this post in threaded view
|

Re: Esteban's ChangeLog week of 17 September 2018

Sven Van Caekenberghe-2


> On 24 Sep 2018, at 10:01, Esteban Lorenzano <[hidden email]> wrote:
>
>
>
>> On 24 Sep 2018, at 09:11, Sven Van Caekenberghe <[hidden email]> wrote:
>>
>> Esteban,
>>
>>> On 24 Sep 2018, at 08:00, [hidden email] wrote:
>>>
>>> *    I migrated all [pharo-ide](https://github.com/pharo-ide) projects to tonel format.
>>>
>>>  Harder than it seems, it took me a good bunch of hours. But now is working.
>>>
>>>  This will enhance work/fixes on Calypso.
>>
>> If it was hard for you, how are we supposed to do it ?
>> Is there a guide/description somewhere ?
>
> For what?
> Migration?
> There is an option on iceberg (repository/extras…) that does that and it will work 99% of the cases (there is a known bug with a fix waiting on the iceberg repo who prevents seaside migration).
> This will migrate without history. Or better: history will be there, just in filetree but since there is no match between one format and another and that will give problems to see the history.

I managed to convert https://github.com/svenvc/P3 to Tonel and all went well (as far as I can see).

I must say that Iceberg matured a lot lately, it works super nice.

Thx!

> The problem here was that I needed to migrate all pharo-ide repositories, and update baselines and make all tests pass and in the middle I exceeding travis “right” to see tags (if you are not authenticated, it can happen), etc.
> So a lot of small problems not directly related with the migration itself :)
>
> Esteban
>
>>
>> Sven