Oscar Nierstrasz
Oscar Nierstrasz
Although I cannot reliably reproduce the error, this is how it happened. Load this package into a fresh image: ``` Metacello new baseline: 'GtTalks'; repository: 'github://onierstrasz/gt-talks:main/src'; load ``` Go to...
Create two dummy classes: ``` Object subclass: #Dummy1 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' package: 'Dummy'. Object subclass: #Dummy2 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' package: 'Dummy' ``` Now add...
If you refer to a non-existent class in a code snippet, and select the “create class” fixit, the wrench icon changes to a triangle, and that's all. You have to...
Wikipedia commonly uses URLs with parentheses. These confuse Lepiter and cause links to such URLs to be displayed incorrectly. 
Create a dummy class. ``` Object subclass: #Dummy instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' package: 'Dummy-Stuff' ``` Now try to rename the Package to `Dummy` and the Tag to `Stuff`...
If a Lepiter page contains `gtClass` or `gtMethod` links to missing classes or methods, they show up as red, broken links. If the page contains an `ombu` changes file to...
Run the example: {{gtMethod:name=GtWorldByScripterExamples>>#executePlaygroundSnippet}}. The example runs fine, but the display is wrong. The performed steps should apparently be highlighted with blue circles, but instead these all appear clustered together...
The following is not displayed correctly in a Lepiter text snippet: ``` *Browse the `gtoolkit` repo* ``` The code is displayed as code, but the italics are not interpreted. ![Screenshot...
Go to `Set` in the Coder. Click on `Class Hierarchy`. Go back to `Package Hierarchy`. Go to the class `Bag` in the same package (same Coder instance). Click on `Class...
In the GT Book page `Example-driven development by example`, if you run the first ombu snippet, the following example snippet should be enabled, but it isn't. You also can't run...