Hello!
This is my weekly ChangeLog, from 11 June 2018 to 17 June 2018.
You can see it in a better format by going here:
http://log.smallworks.eu/web/search?from=11/6/2018&to=17/6/2018ChangeLog
=========
15 June 2018:
-------------
* I fixed a recurring error on pharo site that was preventing [
http://pharo.org/news](
http://pharo.org/news) to be seen.
14 June 2018:
-------------
* Finally I got green on my metacello work.
Before it vanishes, I made a [PR to update Pharo7](
https://github.com/pharo-project/pharo/pull/1546) :)
It was a lot of work, to make all parts passes tests, sometimes working "bliindly"... but well, now is there.
I really hope at least we can go to metadataless format someday soon.
13 June 2018:
-------------
* So, yet another SDL2 integration problem, yet another PR: [
https://github.com/pharo-project/pharo/pull/1531](
https://github.com/pharo-project/pharo/pull/1531)
This time, problem was that SDL2 assumes you are going to do a game, by default, hence it disables
the screensaver of your computer (the one that turns off your monitor or allow a screensaver to run
when you are afk some time).
To fix this, I needed to add capability to set HINTS when starting SDL2, and set a HINT to prevent this disabling.
12 June 2018:
-------------
* I'm still preparing a new metacello version to be integrated on Pharo 7.
To allow it I pushed back changes from P7 into the metacello stream (mostly clean up made by @torsten)
[Here is the PR](
https://github.com/Metacello/metacello/pull/492) (still on works)
11 June 2018:
-------------
* I released [tonel 1.0.7](
https://github.com/pharo-vcs/tonel/releases/tag/v1.0.7) which adds support for stateful traits.
cheers!
Esteban