pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.

Results 832 pharo issues
Sort by recently updated
recently updated
newest added

Review the welcome on the discord channel because it loos outdated.

Type: Cleanup

We could not find a way to make ReplaceMessageSendTransformation (menu item (T) Replace senders to work because the context is different from the one we get when we click on...

Type: Bug

And we should replace them with the `StRefactoringPreviewPresenter`

Type: Cleanup

Seb showed me this today in P11

Type: Bug
Priority: Critical
papercut

I verified and I found a bug - I have a class which uses a trait - I apply insert superclass - and my class does not have the trait...

Type: Bug

- first it should renamed RBRemoveAllSelfSendTransformation because we can have no warrantee. - second the API is really strange: why passing a range and not just a selector (note that...

Type: Cleanup

``` checkMethodName: aString in: aClass "Return whether the argument aName is can represent a selector" "You probably look for checkMethodName: since the second argument is ignored" ^aString isString and: [...

Type: Cleanup

In the following getNewSelector is actually doing a side effect so if we compute superclass preconditions and local one, they fail of course. ``` localPreconditions | imps | self getNewSelector....

Type: Cleanup

It contains the following condition that we tagged as breaking changes but this is not that clear ``` (RBCondition withBlock: [ (class allSubclasses anySatisfy: [ :cls | cls definesInstanceVariable: temporaryVariableName...

Type: Cleanup
Project: Refactorings