-
As a newcomer I (was hoping to) use the Help browser a lot. It would be very nice if there was some kind of "Full text search" text input, that would
1. Work instantly on a character typed
2. Fi…
-
I have been talking with Stéphane about the [Learning OOP with Pharo](http://books.pharo.org/learning-oop/) and the idea of having a text in the book that reflects better the suggestions of the code A…
-
Windows bash shells often don't support `--compressed`, yet it is used in zeroconf. To provide better support for Windows, it'd be great if zeroconf could check for the availability of `--compressed`,…
-
Hi, porting some old examples, sorry if already handled then thanks for a link.
The code :
x := ThreadSafeTranscript new.
x open.
x show: 'hello.'
works as expected in Pharo3 (string hello ap…
-
Hi, I just found this problem which can be reproduced easily:
`'123' indexOfSubCollection: '23' startingAt: 0.`
This code successfully returns `2`, but this code:
`#[1 2 3] indexOfSubCollect…
-
GraalVM Native Image CE currently provides a simple (non-parallel, non-concurrent) stop© GC. There are various areas where the GC can be improved. This issue captures ideas. Actual work should be …
-
Hello,
I was working on a project that involve the Clipboard and i have no idea how i can write a unit test with the clipboard.
# My problem
I have a method that copy a text in the clipboard …
-
**Bug description**
Pharo Launcher fails to start Pharo when command line shell is tcsh (not bash)
This fails on MacOS and Linux
error is..
Unknown option: `-l'
Usage: tcsh [ -bcdefilmnqstv…
-
When loading a baseline through a Playground, Metacello doesn't show that it succeded in the installation. In the tab bar of the Playground it shows 'running' just as while the installation was happen…
doste updated
5 months ago
-
In DDC, typed calls evaluate the method lookup in a call before its arguments, whereas dynamic calls evaluate the arguments first.
In other words, for an invocation `obj.foo(bar())` it will, roughl…