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

The following code snippet loads 100000 classes and takes in Pharo 10 a long time (around 1 or 2 hours). ``` 1 to: 100000 do: [:i | Object subclass: (#Foo...

Enhancement

**Bug description** When I create and launch a new image of the latest stable Pharo version 10.0 a debugger opens. **To Reproduce** Steps to reproduce the behavior: 1. Download the...

Bug

**Bug description** Pressing Ctrl-M for implementors search in the Debugger probably tries to work with the selector as if it would be a variable and thus shows UndefinedObject class. **To...

Bug

**Describe the request** `String >> #hash` uses `ByteString hash` as an initial hash. This should be cached or hard coded. **Expected behavior** `String >> #hash` sends `ByteString hash` to compute...

Enhancement

**Bug description** When the return of an FFI callback is an enumeration, it ultimately needs to be converted to its integer value to marshalled back through the C ABI. For...

Bug

**Describe the request** When you try to listen on a port that another process already listens to, in Pharo you only get a primitive failed (primitiveSocketBindToPort) without more details **Expected...

Enhancement

The iceberg dialogs include the commit hashes when one browses the history. ![image](https://user-images.githubusercontent.com/5980033/185721459-525d7191-87cb-48a7-b475-c659a1d4c50c.png) It would be cool and helpful to have them as **blue hyperlinks** (now in Spec2) and open...

New Feature

The comment in RBScanner(class)>>on: method recommends to use #scanTokens: "Reader may consider scanTokens: as a better way to use the class." ![image](https://user-images.githubusercontent.com/5980033/185503565-0682c58b-413c-4dc0-8415-42546d6a87f4.png) but #scanToken: is only used in two tests:...

Cleanup

To reproduce: install pharo 9 32 bit vm and image from the main webpage, unzip to folder. open playground, browser, backspace and delete keys do not work inside them (normal...

Type: Bug
Priority: Critical
Version: Pharo 11
Version: Pharo 12

And probably Refactoring2-Core once this is integrated https://github.com/pharo-project/pharo/pull/11529

Cleanup