Pharo - My Issues Summary

Open Issues / PRs

Iceberg checkout shows incorrect list of changes

Issue: https://github.com/pharo-project/pharo/issues/5383

FileDoesNotExistException on existing files on Windows

Issue: https://github.com/pharo-project/pharo/issues/3571
PR: https://github.com/pharo-project/opensmalltalk-vm/pull/66

Merged Issues / PRs

UnixResolver»xdgParseUserDirLine: returns root if XDG_DOCUMENTS_DIR is set to $HOME/

Issue: https://github.com/pharo-project/pharo/issues/9410
PR: https://github.com/pharo-project/pharo/pull/9418

Path»parent answers wrong value if ‘..’ is the last segment

Issue: https://github.com/pharo-project/pharo/issues/9453
PR: https://github.com/pharo-project/pharo/pull/9454

OSSUnixSubprocess fails when redirecting stdio

Issue: https://github.com/pharo-project/opensmalltalk-vm/issues/233 PR: https://github.com/pharo-project/opensmalltalk-vm/pull/248

git commit crashes the VM

Issue: https://github.com/pharo-project/pharo/issues/5592
PR: https://github.com/pharo-vcs/libgit2-pharo-bindings/pull/32
Feenk: https://github.com/feenkcom/gtoolkit/issues/796

The latest status is in the Feenk issue.

LGitId»hexString doesn’t work with threaded FFI and is susceptible to buffer overrun

Issue: https://github.com/pharo-project/pharo/issues/5379
PR: https://github.com/pharo-vcs/libgit2-pharo-bindings/pull/31

Iceberg method history shows only oldest commit

Issue: https://github.com/pharo-project/pharo/issues/5578
PR: https://github.com/pharo-vcs/iceberg/pull/1341

OSSubprocess should use Unicode from github (not Smalltalkhub)

Issue: https://github.com/pharo-contributions/OSSubprocess/issues/55
PR: https://github.com/pharo-contributions/OSSubprocess/pull/56

Migrate Unicode from SmalltalkHub to github

Repository: https://github.com/pharo-contributions/pharo-unicode

VM memory corruption during GC

Issue: https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/444

Base image contains invalid source pointers

Issue: https://github.com/pharo-project/pharo/issues/4967
PR: https://github.com/pharo-project/pharo/pull/5120

WaitfreeQeue»nextOrNilSuchThat: memory leak

Issue: https://github.com/pharo-project/pharo/issues/3198
PR: https://github.com/pharo-project/pharo/pull/3205

Closed Issues / PRs

Remove the need for storing the callbackStack in image

PR: https://github.com/pharo-project/threadedFFI-Plugin/pull/17