### Last week: - Caro Sync & VM Journal Club - Friday holiday! - [VM] Fixing the Idle VM in Windows - [VM] Fixing some crashes in the headless VM: errors during memory allocation & segment allocations - Techtalk - Pharo Consortium Meeting - Checking Matteo GC tuning problem - [TFFI] problems with bad ordered callbacks - [TFFI] Checking performance of Callbacks - [TFFI] Customize how the callbacks are run per Library: New process per callback / same process for all callbacks. - [LargeImages] Fixing Taskit problem with large images. - [VM/LargeImages] Read / Write images in chunks of 128KB, add hints to the OS about file access. - [VM] Configuring Defaults from the build process. [WIP] ### This week (starting 2020-05-11): - Large Images: Checking Remaining issues - Activate setting to run build in Sista w/FullBlockClosures - Running multiple testing images - Propagating changes in many images - Reviewing PR & Issues - [VM] Writing tests for JIT generation On Mon, May 11, 2020 at 10:14 AM Esteban Lorenzano <estebanlm@netc.eu> wrote:
Last week and this one are still in low-motion, but here we are :)
### Last week:
* [Spec2] uncovered a bug in RubAbstractTextArea: it does not fires eventHandler events! (but I will need to see how deep is this problem tomorrow, maybe it affects all events there). * [Pharo 9] added a PR (https://github.com/pharo-project/pharo/pull/6305) to fix a missing event handling of keyUp/keyDown events when morphic event handling is used. * [Spec2] add cursorPosition protocol to SpTextPresenters, who will answer a column@row position, instead of cursorPositionIndex who will answer the position in the text (an offset) * [Spec2] add cmd+t to show context menus * [Spec2-doc] SpStyle * [NewTools] add a generic StHeaderPanel to contain a StHeaderBar and a content presenter. Add also a global addWindowShortcurTo: to override on the presenters who wants to add global shortcuts to its owner window. * [NewTools-Playground] add line and cursor position information in the status bar. * [NewTools-Playground] pass on load page dialog (presenter). Is working, but not as I want * [NewTools-Playground] added headers to page selector window. * [NewTools-Playground] auto-save current page * [Spec2] added shortcut based context menu popup for morphic (it was implemented in Gtk already) * [NewTools-Playground] add publish code * [Pharo 9] bug: spanNewSessionFrom: breakes debugging tests (moved to new tools, which is where is actually needed)
### This week (starting 2020-05-11):
- move new playground to beta status (open it for test) - finish some keybindings issues on Gtk backend - work on idle vm to fix remaining bugs - sync with Ronnie to start testing lowcode memory access - document transmission sub-framework
-- Pablo Tesone. tesonep@gmail.com