OSSubprocess icon indicating copy to clipboard operation
OSSubprocess copied to clipboard

Fix tests and example code to run under Pharo 14

Open belaroesener opened this issue 5 months ago • 1 comments

Many tests failed, and the first code example in the README did not work in Pharo 14. These changes fix both.

Summary of changes:

  • OSSUnixSubprocess >> #defaultEncoding: Use OSPlatform instead of OSEnvironment to retrieve the default encoding.
  • OSSUnixSubprocessTest >> #withNonAsciiDirectoryDo:: Use UUID class >> #new instead of UUIDGenerator class >> #next, as the latter does not exist anymore.

belaroesener avatar Sep 20 '25 16:09 belaroesener

When running the tests, a lot of automatic code changes are made (because of Object >> #deprecated:transformWith:), should I create a commit with these changes?

belaroesener avatar Sep 20 '25 16:09 belaroesener