Releases: pharo-contributions/OSSubprocess
Releases · pharo-contributions/OSSubprocess
Version 1.0.0
- 64bits support
- Issues Working on both Pharo 6 and 7
- Issue #34: Adding tests to validate that the return code is correctly handled
- Issue #27: Cleanup: remove OSSubprocess-Tests package
- PR #26: Add stress tests
Detailed log v0.2.5...v1.0.0
Bugfix and improvements release
Bugfix release for Pharo 5.0
v0.2.4 (2016-05-30)
Implemented enhancements:
- Migrate from our custom Travis CI scripts to smalltalk-ci
Closed issues: - Childs processes never finished (Pharo delaySchedulerClass bug) [NOW FOR REAL] #19
Bugfix release for Pharo 5.0
Bugfix release for Pharo 5.0
Bugfix release and for latest Pharo 5.0
v0.2.1 (2016-01-31)
Implemented enhancements:
- Added Travis CI integration
- Added dependency to FFICHeaderExtractor, needed by issue #15
- Update to new
registerToolClassNamed:
mechanisim rather thanaddToStartUpList:
andaddToShutDownList:
as for Pharo 50558.
Closed issues:
- Use FFICHeaderExtractor to minimize usage of OSProcss #15
upToEnd
may fail when child process is writing #16
Merged pull requests:
Fixed bugs:
- Fix random test failures that used
fork
.
Documentation updates
- Re-organization of the main README
- Added section for Future Work
- Added section for Running Tests
Second official release v0.2.0
v0.2.0 (2016-01-19)
Implemented enhancements:
- Improve
#bashCommand
to rely on $SHELL if defined #13 - Add OS signal sending to process (
sigterm
,sigkill
, etc) #4 - Added API for processing streams while process is running (
#runAndWaitPollingEvery:doing:onExitDo:
) - Added option
#terminateOnShutdown
to terminate running processes on Pharo shutdown - Move creation of temp files to class side
Fixed bugs:
- VM Crash when forking infinitive process and image restart (added new
#stopWaiting
called from#shutDown:
) #12
Closed issues:
- Double check
ExternalAddress allocate
andfree
#9
Merged pull requests:
- typos, small edits in first 200 lines #1 (StephanEggermont)
Documentation updates
- Better explanation of synchronism vs asynchronous
- Add a section specially for asynchronous with a
tail -f
example - Add new doc for all new features and enchacements
- Added a ChangeLog file to doc.
Trying to make it work
v0.1.4 trying to make it work