Skip to content

Rustup #15

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
merged 9 commits into from
Jan 4, 2015
Merged

Rustup #15

merged 9 commits into from
Jan 4, 2015

Conversation

Ryman
Copy link
Contributor

@Ryman Ryman commented Dec 21, 2014

This will likely fail travis as it's still pending on a fix in rust-sdl2 but you can use a local override in the meantime.

There's a lot of additional cloning on some of the string additions due to a bug in the stdlib at the moment, e.g. "foo" + "bar".to_string() = "barfoo".

info!(" {:4} subsectors", subsectors.len())
info!(" {:4} nodes", nodes.len())
info!(" {:4} sectors", sectors.len())
info!(" {:4} things", things.len());
Copy link
Owner

Choose a reason for hiding this comment

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

Why didn't I have semicolons here in the first place?....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They're only recently required due to this PR.

Copy link
Owner

Choose a reason for hiding this comment

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

Yeah I know, just frustrated at me for not putting them anyway.

@cristicbz
Copy link
Owner

Again, @Ryman, thanks a lot! Work's not allowing me to keep up with Rust these days.

I'd like to experiment and see if we can't reuse the WadNameCast impl for &[u8] in the case of &[u8, ..8]. I might have a bit of time later today and tomorrow to check it out.

@Ryman
Copy link
Contributor Author

Ryman commented Dec 25, 2014

More breakage! You may want to check the generate_gl_bindings one more carefully, see here for more info.

@Ryman
Copy link
Contributor Author

Ryman commented Dec 26, 2014

2 more minor changes, missed adding a build dependency required for clean builds of gl-rs and the in-tree log & regex crates have been depreciated in favor of cargo versions.

cristicbz added a commit that referenced this pull request Jan 4, 2015
@cristicbz cristicbz merged commit e889820 into cristicbz:master Jan 4, 2015
@cristicbz
Copy link
Owner

Sorry for the delay, Christmas & New Year trip meant no internet access for a while. Once again, thanks a lot for the PR! Now I still need to figure out the remaining rustup problems...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants