Oscar Nierstrasz

Results 26 issues of 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...

bug
coder

Create two dummy classes: ``` Object subclass: #Dummy1 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' package: 'Dummy'. Object subclass: #Dummy2 instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' package: 'Dummy' ``` Now add...

bug
coder

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...

bug

Wikipedia commonly uses URLs with parentheses. These confuse Lepiter and cause links to such URLs to be displayed incorrectly. ![Screenshot 2022-05-02 at 09 29 31](https://user-images.githubusercontent.com/304160/166199889-45e014f8-c38b-4cad-a8d8-5b654f067f8a.png)

bug

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`...

bug
coder

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...

bug

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...

bug

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...

bug

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...

bug

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...

bug