pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
**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....
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
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...
…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...
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....
* 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...
Replacing : - CommandLineTestRunner - VTermTestRunner By NewCommandLineRunner. This One covers their behaviors by using reporters (XmlReporter, StdReporter, XTermReporter)
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...