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

Convert ivec type syntax from T[] to [T] #806

Closed
wants to merge 6 commits into from

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Aug 5, 2011

This is the first attempt at converting the ivec type syntax from T[] to [T]. It seems to work with a check-full, so I expect no problems. There are three phases to this commit. First is adding support for the syntax [T]. Then, all the code is converted over to the [T] syntax. Finally, support for T[] is removed.
As a word of caution, the commit 4ea04c9 (Change the ivec type syntax to [T]) needs a stage 3 snapshot made before the rest of the commits can be committed.

Please let me know if you need any tweaks.

@brson
Copy link
Contributor

brson commented Aug 5, 2011

This looks great. Working on integrating it now.

@brson
Copy link
Contributor

brson commented Aug 5, 2011

I don't think I'm going to get to this today. The windows build is broken so we can't snapshot.

@erickt
Copy link
Contributor Author

erickt commented Aug 6, 2011

No rush, thanks for looking into this :)

On Fri, Aug 5, 2011 at 4:53 PM, brson
reply@reply.github.com
wrote:

I don't think I'm going to get to this today. The windows build is broken so we can't snapshot.

Reply to this email directly or view it on GitHub:
https://github.com/graydon/rust/pull/806#issuecomment-1740015

@erickt
Copy link
Contributor Author

erickt commented Aug 6, 2011

By the way, I re-rebased this patch on top of the graydon/master.

@brson
Copy link
Contributor

brson commented Aug 9, 2011

I've pushed the pre-snapshot commits. Still waiting for the right conditions to do the snapshot.

@brson
Copy link
Contributor

brson commented Aug 9, 2011

Integrated.

@brson brson closed this Aug 9, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this pull request Dec 12, 2017
define SYS_renameat2 + flags on linux

Motivation: there is no glibc wrapper for this syscall
bjorn3 added a commit to bjorn3/rust that referenced this pull request Mar 5, 2021
bjorn3 added a commit to bjorn3/rust that referenced this pull request Mar 20, 2022
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this pull request Mar 7, 2023
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
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.

2 participants