-
I put a breakpoint in
RubSmalltalkEditor(RubTextEditor)>>keyDown:
The HOME key on NUM PAD is read as 7 regardless of NUM LOCK.
-
**Bug description**
```smalltalk
class1 := Object subclass: #Test1
uses: Trait2 @ {#c3->#c2}
instanceVariableNames: ''
classVariableNames: ''
package: 'Tests-Traits-MOP'.
class2 := Obj…
-
```Smalltalk
TestCase >> addDependentToHierachy: anObject
"an empty method. for Composite compatibility with TestSuite"
```
Does nothing and it is only used here:
```Smalltalk
TestSuite >> add…
-
```
What steps will reproduce the problem?
1. Open System Monitor
2. Close System Monitor
3. Repeat
What is the expected output? What do you see instead?
The Strongtalk environment crashes with an…
-
**Bug description**
Adding a conditional breakpoint in, for example, OrderedCollection>>add: can freeze the image.
If the condition is explicitly false, the breakpoint is installed, and everything w…
-
**Bug description**
A FFICallback should return a pointer (e.g. char *) to the caller. This doesn't work:
```
cb := FFICallback new
signature: #(const char * (const char * s))
block: …
-
```
What steps will reproduce the problem?
Step 1. Print the pie chart on
http://www.deensoft.com/lab/protochart/piechart.php with a recent FF or IE.
What is the expected output?
I'd like the color…
-
```
KeyNotFound
key #settingsTree not found in SmallDictionary
SmallDictionary>>errorKeyNotFound:
[self errorKeyNotFound: key] in SmallDictionary>>at:
SmallDictionary>>at:ifAbsent:
SmallDictio…
-
I would like to see the possibility to have SmallInt checks triggered on packages to get at least unkown method names ....
-
When you complete hello-world, you are presented with a progress tracker for core exercises.
We need to implement these for Pharo.
However @kytrinyx, how do we know what are the core exercises? …
macta updated
5 years ago