Hello!
This is my weekly ChangeLog, from 18 September 2017 to 24 September 2017.
You can see it in a better format by going here:
http://log.smallworks.eu/web/search?from=18/9/2017&to=24/9/2017ChangeLog
=========
22 September 2017:
------------------
* Yesterday I worked on a new version of [metacello](
https://github.com/Metacello/metacello/tree/pharo-6.1_dev)
for Pharo 7.0 that incorporates latest fixes and specially, adds support for [tonel](
https://github.com/pharo-vcs/tonel).
After some tries, it is ready to be loaded and older Pharo versions can update executing:
----
Metacello new
baseline: 'Metacello';
repository: 'github://metacello/metacello:pharo-6.1_dev/repository';
onConflict: [:ex | ex allow];
get;
load
----
(do not fear, even if is a 6.1 branch, it will load properly also on Pharo 3.0+)
Now, I discovered a remaining problem, [
https://github.com/Metacello/metacello/issues/460](
https://github.com/Metacello/metacello/issues/460) (I will
fix this today) but most of the time this will be painless.
20 September 2017:
------------------
* ... and today we make linux i386 and x86 [headless VM](
https://github.com/estebanlm/opensmalltalk-vm/tree/add-minheadless-vm) to build and (aparently), work :)
19 September 2017:
------------------
* Today Ronie and I finished the [build of real headless VMs](
https://github.com/estebanlm/opensmalltalk-vm/tree/add-minheadless-vm)
for macOS (both i386 and x86) versions.
Now, we stopped here because linux is more complicated (oh yes, at least once :P): since all configuration
is made with autoconf and Ronie's' builds are made with CMake, now we need to adapt more than we
wanted. Anyway, tomorrow we'll do another pass... or maybe we will start with Windows, to see if
this time also there is easier ;)
cheers!
Esteban