StéphaneDucasse
StéphaneDucasse
``` ===================================================== 449 =============== GToolkit Installer ================== 450 ===================================================== 451 452 Library is already installed: 453 - no 454 Download directory: 455 /home/runner/.smalltalkCI/_builds/pharo-local/gtoolkit-installer 456 457 Installation directory: 458 /home/runner/.smalltalkCI/_builds 459...
Because BlMarkElementNeedsPaintSignal is a subclass of ``` ThisContextSignal subclass: #ContextStackSignal instanceVariableNames: '' classVariableNames: '' package: 'Beacon-ExtraSignals' ``` ``` BeaconSignal subclass: #ThisContextSignal instanceVariableNames: 'stack' classVariableNames: '' package: 'Beacon-ExtraSignals' ``` I do...
BlAssertionsTraitTest fails also in GToolkit. So may be we should throw it away
BlElementBoundsUpdater is calling compositionDepth and compositionDepth is packaged in BlCompositor. ``` BlElementBoundsUpdater >> commitChanges | theAssociations theElements theRoots | theAssociations := (changes associations sorted: [ :a :b | a key...
Why because you do not want to have three zero, ones, xaxis,.... objects while one of each is enough.
We should improve it.
I've encountered some issues with Pharo Launcher in Windows and Linux. First, in Windows 7, upon starting Pharo Launcher, you get this: *primitive #createDirectory: in WindowsStore failed* If you push...
- `clone the default branch pharo-9` - `cmake -S /Users/ducasse/Workspace/FirstCircle/ActiveResearch/Pharo/PharoCodeBase/pharo-project/opensmalltalk-vm -B build` - cd build - make install - Created a libSDL2-2.0d.dylib next to the bundle and not inside -...
Hi guys Can we change the readme of the Pharo version to get to the point and make sure that people know how to compile. Stef