PythonBridge icon indicating copy to clipboard operation
PythonBridge copied to clipboard

Upgrades OSSubprocess for Pharo 9

Open sebastianconcept opened this issue 2 years ago • 2 comments

OSSubprocess:v1.3.0 is needed for loading it in Pharo 9

sebastianconcept avatar Feb 08 '23 21:02 sebastianconcept

Sorry for the late response~ @sebastianconcept Is there a proper way to load your branch in Metacello? Screenshot from 2023-02-17 22-02-06

capsulecorplab avatar Feb 18 '23 05:02 capsulecorplab

@capsulecorplab sorry for that. I've forgot that Iceberg doesn't know how to parse bugifx/. I've just pushed the same commit without that prefix.

Please use this:

Metacello new
	baseline: 'PythonBridge';
	repository: 'github://sebastianconcept/PythonBridge:load-issue-in-P9-with-OSSubprocess';
	load.

sebastianconcept avatar Mar 06 '23 19:03 sebastianconcept