Astares

Results 144 issues of Astares

There seem to be official Pharo docker images https://hub.docker.com/r/pharo/image unfortunately only up to Pharo version 7. Maybe for the Pharo 12 release the remaining ones (8-12) could be provided

Version: Pharo 12

There are 3 old legacy methods with GT inspector extensions. Should be removed as we now do Spec2 which is more easy and allows to reuse the extension presenters

When adding a class tag to a package Calypso currently allows also lowercase tags - but class tags should start uppercase. Implementation in SycAddNewClassTagCommand>>prepareFullExecutionInContext: needs to be corrected See related...

From a discord chat on Calypso: Torsten(astares): ========== I've seen that there is a check box to switch between the slot and non-slot class template. Nice addition. Can we have...

When https://pharo.fogbugz.com/f/cases/22785/Refactor-FFICompilerPlugin is integrated the method CompiledMethod >> isFFICall should use FFICompilerPlugin(class)>>ffiCalloutSelectors instead of copying the selectors Pharo issue https://pharo.fogbugz.com/f/cases/22787/ffiCalloutSelectors-should-not-be-hardcoded-in-CompiledMethod-isFFICall

cleanup

Create a simple class like this WITHOUT ANY instance variables: Object subclass: #Foo instanceVariableNames: '' classVariableNames: '' package: 'Foo' Now use the "generate accessors" => this will lead to an...

When I open a Pharo window (like Playground) and select "Create window group" I can drag and drop other windows onto it. So one can group several windows into one,...

what would be really cool for calypso if one would be able to edit other kind of content than just Smalltalk code depending on a method pragma or link or...

We have 47 senders of #notNil in Roassal - they should be changed to use #isNotNil as we want to deprecate #notNil later We opened https://github.com/pharo-graphics/Roassal/issues/19 for that

Type: Cleanup

When you download and open a fresh Pharo13 image like Pharo13.0.0SNAPSHOT Build information: Pharo-13.0.0+SNAPSHOT.build.54.sha.5325a9f915ef4e62fe3149e8483159d597a28181 (64 Bit) you will notice in the method BaselineOfNewTools>>#sindarin: ```Smalltalk sindarin: spec spec baseline: 'Sindarin' with:...

Type: Bug