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

**Describe the bug** Latest Image 1168 and VM. There is no Chinese character input prompter box. Pharo 80 Chinese character input works fine. Use 80X64 VM to open Pharo 90....

Bug

There is already a coverage runner in DrTests (see DTTestCoveragePlugin) and the one removed can't do anything newer. It is more interesting to improve DTTestCoveragePlugin.

As suggested #11263 , improvement of the printing of symbolic bytecodes with variables names for temps, remote temps, & instances variables

CompiledCode >> bytecode "Deprecated use bytecodes" ^ self bytecodes

Cleanup

Once the newTestRunner is integrated it would be good to migrate the following logic of DrTests to call it ``` DTTestsRunnerPlugin >> runSuite: aTestSuite withResult: aResult [ aTestSuite when: TestAnnouncement...

Cleanup

…o finish its last cycle and terminate automatically when replaced by a new UI. This change could allow UI processes blocked on custom semaphores to continue waiting for a signal...

Status: Need more work

I am not exactly sure what is the source of the problem, but all Pharo CI/CD on Linux and Mac stopped working in last 24 hours. Win builds seem unaffected....

Bug
IMPORTANT ISSUE

* Update README.md links to 11.0 * Use defaults for BUILD_NUMBER and BOOTSTRAP_ARCH if not provided (no need to require them) * Provide Dockerfile example * Remove instructions for adding...

tests passed please review!

Replacing : - CommandLineTestRunner - VTermTestRunner By NewCommandLineRunner. This One covers their behaviors by using reporters (XmlReporter, StdReporter, XTermReporter)

Status: Need more work

1. PR makes OpalCompiler stateless (with temp state deprecation): With the recent changes to the compiler it is now clear that we can easily remove #source and #ast variables and...

tests passed please review!