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

Personally I was expecting this method to be part of SUnit with other assertions. But it's true we can use assertions outside of tests. But it's some kind of tests...

**Describe the problem** When generating the IR of a method, a OCLiteralSet is used to store the literals of the methods. OCLiteralSet being a subclass of Set, there could be...

Type: Bug
Priority: High

We tested that when executing `1 error: 'foo'` The method is called *4 times* instead of 1. With some debugging we found out that the error comes from `Context >>...

Type: Bug

In Latest Pharo 14 `OpalCompiler recompileAll` crashes with the error ASTNode did not understand `sourceNodeForPC:`

Type: Bug

We are working on enabling UndefinedClasses and we loaded an old class definition without a defined superclass. In P11 it replaces the superclass with Object when we proceed in P12...

Type: Bug

``` ArgumentVariable(Object)>>error: ArgumentVariable(LocalVariable)>>index ArgumentVariable(LocalVariable)>>readFromLocalContext: ArgumentVariable(LocalVariable)>>readFromContext:scope: ArgumentVariable(LocalVariable)>>readInContext: OCDoItVariable>>read MetacelloProjectRegistry>>DoIt OCContextualDoItSemanticScope(OCDoItSemanticScope)>>evaluateDoIt: OpalCompiler>>evaluate [ self announcer announce: (SpCodeWillBeEvaluatedAnnouncement newContent: aString). oldBindings := self interactionModel bindings copy. result := self interactionModel compiler source: aString;...

Type: Bug

Currently operations in `Win32WideString` leave objects pinned in memory. This is not an issue in terms of behaviour as all works ok. These objects will eventually be garbaged collected but...

Type: Enhancement

Such as the following one: ``` https://doc-si.inria.fr/spaces/SU/pages/109216287/Multi-Factor+Authentication#MultiFactorAuthentication-Présent ation: ``` This is a bit annoying since this is apparently a valid one or at least one that people use. ``` 'https://doc-si.inria.fr/spaces/SU/pages/109216287/Multi-Factor+Authentication#MultiFactorAuthentication-Présent...

Type: Bug

**Bug description** Step-through could be very slow in some cases compared to the normal execution. It is interpreting the full flow even if it not making any sense. **To Reproduce**...

Project: Debugger