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 656 pharo issues
Sort by recently updated
recently updated
newest added

**Describe the problem** Symbol>>#intern: for WideString check if the WideString could be represented as a ByteString (using #isOctetString). This is not nice as it means iterating any WideString for the...

Cleanup

I'd like to extend my work on #terminate (see #8993 recently merged) to fix failing testIsTerminatingForcedTermination (currently as expected failure) and further deficiencies like correctly terminate non-local returns in ensure...

Bug

Pharo version: 10 64-bit (stable) OS: Windows 10 Pro ![image](https://user-images.githubusercontent.com/12146957/170176227-4adc23fb-01fb-47a5-81ff-eea142fa2c01.png) It's a great looking debugger. The information is rich. The rendering, though is slow. If I select a line in...

Bug

I put a breakpoint in RubSmalltalkEditor(RubTextEditor)>>keyDown: The HOME key on NUM PAD is read as 7 regardless of NUM LOCK.

With the new capabilities of inspector extensions using Spec2 it would be nice to have more additional custom inspector extensions - for instance for Zinc.

New Feature

**Bug description** In Git, when pushing commits to a remote, it is necessary to pull first in case the remote has changed before it will allow us to do a...

Bug

I guess we could substitute the marked part in the method RGMethodDefinition>>#isExtension ![image](https://user-images.githubusercontent.com/5980033/169890595-67d09276-32ba-4525-aff8-f5b4f3e57537.png) with ```Smalltalk self isExtensionMethod ``` as #isExtensionMethod is implemented as: ```Smalltalk isExtensionMethod ^ category beginsWith: '*' ```

Cleanup

This is a startup to issue #11246. In this PR we generate class for ClassTest and we do the same for TraitTest with the introduction of a Trait to add...

Need more work

Extracting the logic of screenshot and selection of areas to an object of class Screenshot. Fix #5919 Fix #5918

Need more work

**Describe the solution you'd like** When selecting a part of a code, use a keyboard shortcut to extract this part as a new method. **Describe alternatives you've considered** Right clicking...

New Feature