[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Add --quiet option to allow an app to own stdout and stderr (#395)

Holger Freyther notifications at github.com
Sat May 4 00:32:03 UTC 2019


I envison to have --quiet and --debugoutput FILENAME as options in the future. For an end-user it is difficult to separate application output/error from VM one (e.g. the infamous thread priority warning).
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/395

-- Commit Summary --

  * debug: Prepare to let the app own stderr
  * debug: Introduce the --quiet VM option to keep things silent

-- File Changes --

    M build.macos32x86/common/Makefile.vm (2)
    M build.macos64x64/common/Makefile.vm (2)
    M platforms/Cross/vm/sq.h (7)
    M platforms/iOS/vm/OSX/sqSqueakOSXApplication.m (5)
    M platforms/unix/misc/threadValidate/sqUnixHeartbeat.c (6)
    M platforms/unix/misc/threadValidate/threadValidate.c (14)
    M platforms/unix/vm/aio.c (27)
    M platforms/unix/vm/debug.c (22)
    M platforms/unix/vm/debug.h (3)
    M platforms/unix/vm/dlfcn-dyld.c (20)
    M platforms/unix/vm/sqUnixCharConv.c (3)
    M platforms/unix/vm/sqUnixExternalPrims.c (46)
    M platforms/unix/vm/sqUnixHeartbeat.c (30)
    M platforms/unix/vm/sqUnixITimerTickerHeartbeat.c (6)
    M platforms/unix/vm/sqUnixMain.c (57)
    M platforms/unix/vm/sqUnixMemory.c (8)
    M platforms/unix/vm/sqUnixSpurMemory.c (4)
    M platforms/unix/vm/sqaio.h (2)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/395.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/395.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/395
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190503/01a30339/attachment-0001.html>


More information about the Vm-dev mailing list