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

Move CrateConfig from Crate to ParseSess #37431

Merged
merged 1 commit into from
Oct 30, 2016

Conversation

jseyfried
Copy link
Contributor

This is a syntax-[breaking-change]. Most breakage can be fixed by removing a CrateConfig argument.
r? @eddyb

@jseyfried
Copy link
Contributor Author

jseyfried commented Oct 27, 2016

cc @nnethercote @Manishearth

@eddyb
Copy link
Member

eddyb commented Oct 27, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Oct 27, 2016

📌 Commit 0d4071e has been approved by eddyb

@jseyfried jseyfried force-pushed the refactor_crate_config branch 2 times, most recently from 9482ff7 to faee2cd Compare October 27, 2016 11:01
@arielb1
Copy link
Contributor

arielb1 commented Oct 27, 2016

failures:
    [run-pass] run-pass/ast_stmt_expr_attr.rs
    [run-pass] run-pass/compiler-calls.rs
    [run-pass] run-pass/macro-crate-does-hygiene-work.rs
    [run-pass] run-pass/macro-crate-multi-decorator-literals.rs
    [run-pass] run-pass/macro-crate-multi-decorator.rs
    [run-pass] run-pass/macro-crate.rs
    [run-pass] run-pass/plugin-lib-ok-in-plugin.rs
    [run-pass] run-pass/plugin-plus-extern-crate.rs
    [run-pass] run-pass/qquote.rs

test result: FAILED. 63 passed; 9 failed; 0 ignored; 0 measured

@bors r-

@jseyfried jseyfried force-pushed the refactor_crate_config branch 5 times, most recently from 895afce to 2619ffd Compare October 28, 2016 05:27
@jseyfried
Copy link
Contributor Author

@bors r=eddyb

@bors
Copy link
Contributor

bors commented Oct 28, 2016

📌 Commit 2619ffd has been approved by eddyb

@bors
Copy link
Contributor

bors commented Oct 29, 2016

☔ The latest upstream changes (presumably #37373) made this pull request unmergeable. Please resolve the merge conflicts.

@jseyfried
Copy link
Contributor Author

@bors r=eddyb

@bors
Copy link
Contributor

bors commented Oct 29, 2016

📌 Commit cbd2475 has been approved by eddyb

@bors
Copy link
Contributor

bors commented Oct 30, 2016

⌛ Testing commit cbd2475 with merge 6062e7e...

bors added a commit that referenced this pull request Oct 30, 2016
Move `CrateConfig` from `Crate` to `ParseSess`

This is a syntax-[breaking-change]. Most breakage can be fixed by removing a `CrateConfig` argument.
r? @eddyb
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.

4 participants