Thread overview
[Issue 18368] -X should print all static information on stdout if no files are given
Feb 04, 2018
Timothee Cour
Dec 17, 2022
Iain Buclaw
February 04, 2018
https://issues.dlang.org/show_bug.cgi?id=18368

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2@gmail.com

--- Comment #1 from Timothee Cour <timothee.cour2@gmail.com> ---
behavior should be defined in:

https://github.com/dlang/dmd/pull/7838#issuecomment-362949178

-Xf=- => stdout
-Xf=file => file
-X => inferredoutputfile.json (requires some input files)

what it outputs:
if no input file => static compiler info
if input file => module info (cf same as before)

if -Xq=query also given:
what's generated depends on query

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18368

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 13
https://issues.dlang.org/show_bug.cgi?id=18368

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19378

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--