pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
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...
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...
Right now we have this: ```pharo { #category : 'testing' } OCSequenceNode >> hasSameExitPoint [ statements last isReturn ifTrue: [ ^ true ]. ^ self hasSameExitPoint: false ] ``` But...
- 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...
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...
**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;...
Trying to pull a class method on its super class, I get a DNU :( 
- 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...
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