pharo-wiki icon indicating copy to clipboard operation
pharo-wiki copied to clipboard

Wiki related to the Pharo programming language and environment.

Results 85 pharo-wiki issues
Sort by recently updated
recently updated
newest added
trafficstars

Cyril showed me how to put into Finder: ```smalltalk #(1 2 3) . 3 . 3 ``` and it found me the `#indexOf:` message (among others). This is very cool,...

good first issue
NewPage

- metalinks - slots - AST - Refactorings? - IV accesses

NewPage

This methods allows to do some kind of cast. For example if you have 2 classes `A` and `B` with B inheriting from `A`, it is possible to do the...

like the Object >> #compile: 'myNewFancyMethod ^42' calls

NewPage

Based on the comments on [reddit for the 7.0 release](https://www.reddit.com/r/programming/comments/aimwlh/pharo_70_released/), I think it would be good to have a "How to get started" documentation that's up to date and really...

NewPage

Could be great to add a guide on Pharo convensions. - Instance var begins with a lower case - Class var begins with an upper case - Classes begins with...

NewPage

Since Pharo 7 it is possible to use non-default ssh port for self-hosted gitlab.

enhancement

It allows to create a baseline for another repository.

NewSection

``` Clipboard default ``` It is possible to get some history.

NewSection