Withdrawn: WIP repalce stdout by configurable object

Leonid Kuskov lkuskov at openjdk.org
Wed Aug 31 17:49:27 UTC 2022


On Mon, 29 Aug 2022 08:14:30 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:

> Hello!
> 
> This is initial draft of stdout/-d unification, which will allow to use asmtools as universal library, where user will be able to set up his custom ToolInput, ToolOutput and ToolLog implementations
> 
> To do that, I should unify stdout and err of the tools. 
> Disassembelrs are now logging to stderr and can print to stdout.
> Assemblers are now logging to stderr and stdout and stdout only to -d dir
> 
> Main question before continuing - why are Assemblers  using both streams for logging? Can I unify them, so they log only to stderr?

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/asmtools/pull/38


More information about the asmtools-dev mailing list