Skip to content

Remove error diagnostics uniqueness check and .json generation. #25706

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

Merged

Conversation

pnkfelix
Copy link
Member

Remove error diagnostics uniqueness check and .json generation.

This is yet another revamping of PR #25592, more in line with its original strategy.

As @alexcrichton said on that PR:

the syntax diagnostic validation as it's been plaguing the bots for two separate reasons and needs a quick fix for now:

  • It's possible to read the stale metadata of previous builds, causing spurious failures that can only be solved by blowing away tmp.
  • The code does not currently handle concurrent compilations where JSON files in the metadata directory may be half-written and hence contain invalid JSON when read.

This is meant to be a temporary measure to get the builds to be reliable again; see also Issue #25705.

@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

This is meant to be a temporary measure to get the builds to be
reliable again; see also Issue rust-lang#25705.
@pnkfelix pnkfelix force-pushed the remove-diagnostics-gen-and-check branch from 45f5f6f to deaa117 Compare May 22, 2015 13:40
@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Collaborator

bors commented May 22, 2015

📌 Commit deaa117 has been approved by nikomatsakis

@nikomatsakis
Copy link
Contributor

@bors p=22

this is needed by bots

@brson
Copy link
Contributor

brson commented May 22, 2015

@bors force

@brson
Copy link
Contributor

brson commented May 22, 2015

@bors clean

@bors
Copy link
Collaborator

bors commented May 22, 2015

⌛ Testing commit deaa117 with merge 1725fe4...

@pnkfelix
Copy link
Member Author

@bors force

@pnkfelix
Copy link
Member Author

force merging; AFAICT this passes the tier1 platform tests on buildbot, and something else has gone wrong that is keeping it from being merged. (e.g. perhaps homu is confused.)

pnkfelix added a commit that referenced this pull request May 23, 2015
Remove error diagnostics uniqueness check and .json generation.
@pnkfelix pnkfelix merged commit 38a97be into rust-lang:master May 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants