Esteban's ChangeLog week of 18 June 2018

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

Esteban's ChangeLog week of 18 June 2018

EstebanLM
Hello!

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

ChangeLog
=========

21 June 2018:
-------------

*    I made a port of [OmniBase](https://github.com/estebanlm/OmniBase) for Pharo 6+ .
   
    While this is a discussed DB, some peple likes it so is good to have it available.
   

20 June 2018:
-------------

*    I'm working on getting Pharo and the PharoVM to work properly on win 64bit.
   
    While there is still work to do, I already get a compilation that works for most cases (including iceberg).
   
    Which is sad about this is I needed to split the build into parts and prepare the VM with dependencies upload to a repository.
   
    This works, and simplifies a lot the building process.
   
    Next days I will continue the remaining dependency: cairo.
   

19 June 2018:
-------------

*    again, I spent last two days on makign [this PR](https://github.com/pharo-project/pharo/pull/1546) to pass.
   
    The PR is about "[case: 22146](https://pharo.fogbugz.com/f/cases/22146) - update metacello to allow alternate filetree formats", and is important to
    allow baselines to use tonel format without changing all their baselines and without needing to create a
    special notation for tonel formats.
   
    This way, all baselines referred as "github://", etc. will be correctly interpreted as tonel or cypress format
    automatically.
     
   

cheers!
Esteban