Re: [Pharo-dev] [Mm10s] 2020-01-27

2020-01-27 Thread Esteban Lorenzano
Oops, I forget the attach :)

spec2-status.pdf
Description: Adobe PDF document
On 27 Jan 2020, at 10:01, Esteban Lorenzano  wrote:### Last week    * Release Pharo 8.0    * [UFFI] See a problem in TFFI + Gtk3 backend caused by a change made to allow String econdings.    * [objcbridge] I made the bridge compatible with the latest version of TFFI    * [spec2] prepare a status document (I will attach it to this mail)    * [spec2] table/list/trees: default sort in string columns work.    * [Spec2-doc] add good comments to SpApplication    * [big images] review usages of SystemNavigation (and similars) in the image, looking to centralise its behaviour (so we can plan strategies).    * [big images] I got a functional calypso that uses notebook instead tabmanager. Still a lot of bugs to fix to make it functional (but it looks promising).    * [Morphic] I fixed some errors on SpNotebookMorph: is was not informing correctly the last page when a page changed event happened.    * Some branch clean up on pharo site### This week    * Work on speed up of big images (finish migration to notebook morph, start looking improvements on senders/implementors)    * Work on idle vm

[Pharo-dev] [Mm10s] 2020-01-27

2020-01-27 Thread teso...@gmail.com
### Last week:

- [Diffussion] Preparing Material for FOSDEM
- [Doc] Adding type Table to uFFI booklet
- [Pharo9] Running Bootstrap and tests in 64 bits
- [Spotter] Add a setting to limit the number of results in Spotter
- [Doc] Techtalk Iceberg
- [VM] Documenting GC, participating in the GC code dojo.
- [Large Images] Making Battle Plan with Esteban
- [Large Images]
5562-Executing-All-Instances-in-the-startup-affects-loading-times
- [Callbacks] Helping Schmidt to use TFFI Callbacks
- [Callbacks] Detection of a deadlock when calling callbacks from a
different thread while the VM is running.
- [Pharo9] Fixing #5571 - Color settings should have default values


### This week (starting 2020-01-27):

- [VM] Fixing Tests in Idle
- [VM] Documenting GC, participating in the GC code dojo.
- [VM] SDL Plugin for Idle
- [VM] Improving Speed of TFFI
- [VM] REPL example (?)
- [VM] Writing tests for JIT generation
- [Diffusion] FOSDEM preparation: material, trip organization, presentations
- [Callbacks] Fixing Deadlock when a callback is executed from a
different thread.
- [Doc] Pass on VM booklet: Callback chapter / Preface
- [LargeImages] Working on improving the speed and responsiveness of
large images.

-- 
Pablo Tesone.
teso...@gmail.com



[Pharo-dev] [Mm10s] 2020-01-27

2020-01-27 Thread Esteban Lorenzano
### Last week

* Release Pharo 8.0
* [UFFI] See a problem in TFFI + Gtk3 backend caused by a change made to 
allow String econdings.
* [objcbridge] I made the bridge compatible with the latest version of TFFI
* [spec2] prepare a status document (I will attach it to this mail)
* [spec2] table/list/trees: default sort in string columns work.
* [Spec2-doc] add good comments to SpApplication
* [big images] review usages of SystemNavigation (and similars) in the 
image, looking to centralise its behaviour (so we can plan strategies).
* [big images] I got a functional calypso that uses notebook instead 
tabmanager. Still a lot of bugs to fix to make it functional (but it looks 
promising).
* [Morphic] I fixed some errors on SpNotebookMorph: is was not informing 
correctly the last page when a page changed event happened.
* Some branch clean up on pharo site

### This week

* Work on speed up of big images (finish migration to notebook morph, start 
looking improvements on senders/implementors)
* Work on idle vm