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

When you launch a dependency analysis through Calypso, you might get some dependency that you cannot resolve. They are classified under "Potential dependencies" In the past we could right click...

Type: Bug
Version: Pharo 13

Right now Inline method refactoring has warning that pops-up during execution (transformation) phase. It should be moved to behavior preserving preconditions. It is here: ```pharo "transforming" inlineSourceReplacing: aParseTree | statements...

Project: Refactorings
mutation impact

Right now we have this: ```pharo { #category : 'testing' } OCSequenceNode >> hasSameExitPoint [ statements last isReturn ifTrue: [ ^ true ]. ^ self hasSameExitPoint: false ] ``` But...

Project: Refactorings
mutation impact

- launch flycut - copy - paste it to pharo using Flycut multi buffers you cannot do anything anymore switch to another app - come back it works In P12...

Type: Bug

Currently, the Pharo code editor lacks multi-cursor support, a feature available in most modern editors such as VSCode. This limitation makes it cumbersome to perform bulk edits, such as renaming...

Type: New Feature

**Bug description** All BMP files I tested were wrongly read by `BMPReadWriter` (but BMPReadWriterTest passes). **To Reproduce** This is one BMP: ``` response := ZnEasy get: 'https://cdn-learn.adafruit.com/assets/assets/000/074/681/original/purple.bmp?1555717198'. 'original.bmp' asFileReference ensureDelete;...

Type: Bug

Trying to pull a class method on its super class, I get a DNU :( ![Image](https://github.com/user-attachments/assets/e7ba1fd7-44e3-43a6-b3be-85ef3b12c202)

Type: Bug

- Move EncoderForSistaV1 class>>#extensionsFor:in:into: and EncoderForSistaV1 class>>#selectorToSendOrItselfFor:in:at: to Debugging-Core because this code is calling methods from this packages and is only used in this package - Move InstructionStream>>#secondByte from Debugging-Core...

Status: Tests passed please review!

https://github.com/pharo-vcs/iceberg/releases/tag/v2.4.6

Fix #19025 Consider not mapped nodes when transforming to offline debug info. Improve DebugInfo printOn: and AST withAllChildren