Skip to content

When running Cesium.Compiler with "--ast-dump" then output file is not generated #955

Description

@pkazakov-dev

Steps to repro:

  1. run Compiler against hello.c with "--ast-dump": dotnet run --project Cesium.Compiler -- .\Cesium.Samples\hello.c --out out.exe --nologo --ast-dump
  2. there is no ".\out.exe" file is generated
  3. run Compiler against hello.c without "--ast-dump": dotnet run --project Cesium.Compiler -- .\Cesium.Samples\hello.c --out out.exe --nologo
  4. there is generated ".\out.exe" file

It seems the new output file is not produced when "--ast-dump" is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions