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

**Describe the problem** NewTools packages like the Scopes-Editor use the Calypso scoped system environment. We should extract the packages into a model so the Scopes-Editor can use the scoped environment...

Type: Cleanup

We should not wait the last moment to use a recent version of Microdown. I did a lot of changes. Now I do not know how to do but we...

Type: Enhancement

We run a mutation testing on LRUCache and we got this : ![Bug Potentiel Pharro](https://github.com/user-attachments/assets/4d4f8da0-c978-452b-bdc6-dc455f6026da)

Type: Cleanup

Hello! Some enhancements about inspector capacities to browse objects "pointers to": - The icon for using debugger (break and watch) is the same icon that the "Browse pointers to" action,...

Type: Enhancement
sprint
Company: Thales

Imagine code like this: ``` tt ^ true ifTrue: [ self pageAt: 1 ] ifFalse: [ nil ] ``` We get " branch nil is useless" (ReNilBranchRule). Use auto-repair: ```...

Type: Bug
Project: Rules

When you are on a class side method and you refer to the class you are in, then the description of the rule is wrong because it tells you to...

Type: Bug
Project: Rules

Pharo 13, class comment of SpApplication says one should use #openWithSpec but #openWithSpec is not valid anymore and removed ![image](https://github.com/user-attachments/assets/39a0a76e-f73b-4b5a-8f59-8f3e819b9d94)

Type: Cleanup

## [**This is a draft PR, do not review yet please**] Seeks to solve the issue https://github.com/pharo-project/pharo/issues/12420 Currently in Pharo, the result of comparing a symbol and a string with...

As remarked in [smalltalkCI issue #661](https://github.com/hpi-swa/smalltalkCI/issues/661), when test suites are composed (see the [section on TestSuite in the book “Testing in Pharo”](https://github.com/SquareBracketAssociates/Booklet-TestingInPharo/blob/f2bf95d00eb7c4cc92d35fba4d5c7268a7085434/Chapters/SUnit/SUnit.md#testsuite)), running the composite test suite sets up test...