OSSubprocess icon indicating copy to clipboard operation
OSSubprocess copied to clipboard

Forking Operating System Processes from within Pharo Language

Results 28 OSSubprocess issues
Sort by recently updated
recently updated
newest added

.Add option to automatically close all file descriptors but standard streams in the child. OSProcess does this too but it relies on a non portable solution. We should find a...

enhancement

Get more info about the process running the VM (OSSVMProcess) .. see OSProcess method `refreshFromProcessAccessor`

enhancement

Right now, half of the methods that use `childProcessList` do use the `accessProtect` and the other half do not...I check really check which ones should need the protect and which...

From Max Leske The use case I have in mind is again ImageMagick. Imagine I want to kill all processes that invoked ImageMagick, and those invocations are strewn across the...

enhancement

For this we need first #4 Example from Max Leske: One thing I need is a facility to kill all child processes. When I say “child processes” these may be...

enhancement

# addAllEnvVariablesFromParentWithoutOverride method name seems a little long when it might be #environmentInheritAll. Maybe for flexibility also #environmentInherit: #( 'HOME' 'EDITOR' ) and # environmentRemove: #( 'HURTFUL' ).

enhancement

I should add some paragraph explaining about them

documentation

During loading from a baseline with the following spec: ```smalltalk spec baseline: 'OSSubprocess' with: [ spec repository: 'github://marianopeck/OSSubprocess:master/repository' ]; ```