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

**Bug description** It is not possible to use a trait made in RB in another entity in the same RB environment. (I cannot create a RBTrait named "TMyTrait", not install...

We have a lot of tests in Pharo and it might happen that some of them do not respect the principle of letting the system clean with their tearDown. To...

Status: Need more work

This pull request proposes a refactoring for : - EmbeddedFreeTypeFontInstaller>>#addFromFileContents:baseName: - FreeTypeFontProvider>>#updateFromFile: pull request proposed by @demarey @DurieuxPol and me #15265

Status: Need more work

Fixing a bug in syntax highlighting in the debugger because there is a desync between methods on the stack and methods modified with breakpoints in the system. With @MarcusDenker ##...

Status: Need more work

When we click on a class comment I see it and then if we click on another class we do not see the comment of the new class.

Adds a simple MoveTo menu item for taskbar items (useful to move something like the Transcript or Repository window to the front of the Taskbar)

Proposes solution to issue https://github.com/pharo-project/pharo/issues/16430 ### Summary To prevent data races when new symbols are interned into the NewSymbols table, a semaphore is used to protect the critical code section...

Status: Tests passed please review!

This PR is a proposition for a new rule for "Method returning in conditional but still having statements". #6326

In bloc I got the following classe definition. ``` TestCase subclass: #BlBasicTest uses: TBlExamples instanceVariableNames: '' classVariableNames: '' package: 'Bloc-UnitedTests-Basic' ``` On the server, the trait TBlExamples was not loaded...

Type: Bug
Project: CI