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

Compilation takes almost 20 minutes #1

Closed
Theemuts opened this issue Oct 10, 2016 · 5 comments
Closed

Compilation takes almost 20 minutes #1

Theemuts opened this issue Oct 10, 2016 · 5 comments

Comments

@Theemuts
Copy link

Hi,

I'm not sure if this is a (known) issue, but I've added this library as a dependency yesterday, and if it needs to be compiled it takes nearly 20 minutes on my computer (i5 2550K, 8GB ram, Ubuntu 16.04, rustc 1.12) regardless of the compilation target. Considering that I've not had to deal with compilation times over a minute or two, this seems odd to me.

@meh
Copy link
Owner

meh commented Oct 10, 2016

This must be a regression in rustc, it used to take some time, but not that long.

You should probably open an issue on the Rust repository.

@meh
Copy link
Owner

meh commented Oct 10, 2016

The stuff taking time to compile is every source in event/, it uses the custom_derive crate, so it's probably because of that.

@Theemuts
Copy link
Author

Thanks for the reply, I've opened an issue in the Rust repo.

@oberien
Copy link

oberien commented Jun 5, 2017

For reference: rust-lang/rust/issues/37074

@meh
Copy link
Owner

meh commented Jun 10, 2017

Glory to @Mark-Simulacrum, closed by rust-lang/rust#42533.

@meh meh closed this as completed Jun 10, 2017
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

No branches or pull requests

3 participants