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

Update to last Emitter update #2074

Merged
merged 1 commit into from
Oct 28, 2017
Merged

Update to last Emitter update #2074

merged 1 commit into from
Oct 28, 2017

Conversation

GuillaumeGomez
Copy link
Member

@GuillaumeGomez GuillaumeGomez commented Oct 20, 2017

Needed for this PR.

However, this'll break until the mentionned PR gets merged, and the mentionned PR requires this one to be merged otherwise tests won't pass. So much fun. :)

src/lib.rs Outdated
@@ -510,6 +510,7 @@ pub fn format_input<T: Write>(
let silent_emitter = Box::new(EmitterWriter::new(
Box::new(Vec::new()),
Some(codemap.clone()),
false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please fix the indentation here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oups, my bad.

@topecongiro
Copy link
Contributor

Created emitter branch.

@GuillaumeGomez
Copy link
Member Author

Thanks! (and updated)

@GuillaumeGomez
Copy link
Member Author

The corresponding rust PR has been merged so tests should be working back again in here. Once this PR merged, I'll re-enable rustfmt in the compiler.

@nrc
Copy link
Member

nrc commented Oct 27, 2017

There hasn't been a new nightly for a few days. I guess we have to wait for that to get fixed before doing anything here.

@nrc nrc merged commit 4022b09 into rust-lang:master Oct 28, 2017
@GuillaumeGomez GuillaumeGomez deleted the emitter branch October 28, 2017 11:24
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.

3 participants