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

Hi, I have a bug in all of my CI project tests execution (GitHub and GitLab) on Ubuntu, MacOS and Windows for Pharo 12: `Instance of Time class did not...

**Bug description** see `MCClassDefinition >> fullDefinitionString`

``` requestConditionBlock | script | script := 'true'. script := UIManager default request: 'This expression will be evaluated in the context of the position of this breakpoint. You can use...

Project: RemoveUIManager BAD dependencies

- There is no users of CursorWithAlpha - CursorWithAlpha does not implement activateInCursorOwner: which is needed for morphic. I suggest that we remove it.

**Describe the request** I started using Smalltalk with Dolphin, which has a debugger layout where the stack and variables (args, temps, ivars, etc) panes are arranged horizontally in the top...

**Bug description** Under some circumstances, the method containing a clean block gets confused about the PC -> source node mapping such that `CompiledBlock>>sourceNodeInOuter` returns something that isn't an `RBBlockNode`. This...

Project: Clean Blocks

We [discussed](#15842) a probable issue if prevent logging of generated methods in TestCases is actually needed. See the following use case: https://github.com/pharo-project/pharo/assets/4825959/ba0fe0ac-67a2-4c3c-99fa-a464c749bd1f

**Bug description** The Pharo 12 lost support for old-style source files (.st, .cs) and should probably be returned because the code support in the image still remains. See `ChangeSet class>>#fileReaderServicesForFile:suffix:`...

This is a subset of the big change I tried not long ago. Here I rename only the classes in the Nodes package tag of AST-Core. (base PR: #15643) Script...

Status: Need more work

``` Error Message not understood: TraitedMetaclass >> #classInstaller Stacktrace MessageNotUnderstood Message not understood: TraitedMetaclass >> #classInstaller TraitedMetaclass(Object)>>doesNotUnderstand: #classInstaller [ :user | user classInstaller remake: user basedOn: aBuilder ] in TraitBuilderEnhancer>>propagateChangesToRelatedClasses:builder:...