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

In the Refactoring Engine UI package all the classes should start with Re

Type: Cleanup

In this issue we'll track remaining work for refactorings (mainly UI). Overall things to do: - [ ] Create a generic driver that can execute given refactoring and preview changes...

Type: Cleanup
Project: Refactorings

- ReDeprecateClassDriver it is in the drivers to me migrated to the new architecture

Type: Cleanup

**Bug description** Occasionally, I see a Spec2 list seem to get "disconnected" and the rest of the gui wouldn't update after a selection change. I chased the problem down and...

Type: Bug

UUID class according to comment follows RFC4122 But UUID is not UUID: basically there are 8 variants ("UUIDv1" to "UUIDv8") available in general and a new RFC9562 that obsoletes RFC4122...

Type: Enhancement

This is a redo or [PR#16771](https://github.com/pharo-project/pharo/pull/16771) The previous PR broke Calypso with a DNU when browsing senders and implementors of methods in a custom scope. Senders and implementors work fine...

This PR Does the following: - Changed the semantics of the method `String>>#asInteger` Now, it returns a integer ONLY if the complete String is a valid integer, else it raises...

https://github.com/libsdl-org/SDL/commit/61cd57d378e6bf5a62a8bf49e02164df63924c56 made SDL2 trigger new _repeat_ keydown events in order to notify the library user that modifiers may have changed. This change messed up the way we did keybind matching....