Esteban's ChangeLog week of 4 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 4 June 2018

EstebanLM
Hello!

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

ChangeLog
=========

8 June 2018:
------------

*    Well... I spent last two days making work this PR: [https://github.com/Metacello/metacello/pull/490](https://github.com/Metacello/metacello/pull/490)
   
    The title of this is "allow filetree alternate formats". What that means? By this PR, the +filetree://+ selector
    becomes a "generic" selector, capable of decide which kind of file format we are using. This formats are for now
    cypress (what you usually know as "filetree") and tonel, but we could add others in the future.
   
    I'm waiting for integration to also submit a PR to update P7.
   

5 June 2018:
------------

*    In Pharo, we are replacing usages of #asIcon with #iconNamed: so I prepared iceberg to this.
   
    You can check the PR here: [https://github.com/pharo-vcs/iceberg/pull/834](https://github.com/pharo-vcs/iceberg/pull/834)
   
*    Ok, last week I announced [Tonel](https://github.com/pharo-vcs/tonel) was now capable of write Stateful Traits.
   
    Yes, that was true... but it was working just for writing, not for reading. Reading needed a bit more work,
    which you can now found in this commit: [https://github.com/pharo-vcs/tonel/commit/166fd130e93d814e69c9d938429c8908398d3d79](https://github.com/pharo-vcs/tonel/commit/166fd130e93d814e69c9d938429c8908398d3d79)
   
*    To make Tonel read properly stateful traits, there was a missing method on Monticello (yep, there).
   
    So I added [case: 22065](https://pharo.fogbugz.com/f/cases/22065) and there is a PR to solve it: [https://github.com/pharo-project/pharo/pull/1485](https://github.com/pharo-project/pharo/pull/1485).
   
*    Found a bug on OSWindow-SDL2 and fixed it. You can check it at [case: 22063](https://pharo.fogbugz.com/f/cases/22063) and PR [https://github.com/pharo-project/pharo/pull/1483](https://github.com/pharo-project/pharo/pull/1483)
   

cheers!
Esteban