Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(compiler): generate relative paths only in summary file errors #26759

Closed
wants to merge 1 commit into from

Commits on Oct 25, 2018

  1. fix(compiler): generate relative paths only in summary file errors

    Previously errors in the summary file would include absolute file names.
    This is undesirable as the output of a build should not depend on the
    current working directory. Doing so causes nondeterminism issues in
    builds.
    alxhub committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    08df043 View commit details
    Browse the repository at this point in the history