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

ci: drop official support for rustc < 1.7.0 #444

Merged
merged 2 commits into from
Oct 24, 2016

Conversation

posborne
Copy link
Member

Supporting older versions of rust is causing CI to fail and is
a somewhat constant support burden with questionable value. 1.7.0
is the oldest I have seen that people have had a requirement on
supporting in recent history.

It may make sense to work toward a more official policy on
what version of rust we will support in the future. Users of
older version of rust are, of course, welcome to use older versions
of nix and everything else in the ecosystem.

r? @kamalmarhubi @fiveop

@kamalmarhubi
Copy link
Member

I'm ok with this so long as we mention it in the changelog and make it a "major" bump to 0.8.

Copy link
Member

@kamalmarhubi kamalmarhubi left a comment

Choose a reason for hiding this comment

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

Please add a note in the changelong, and bump the version to 0.8.0-pre.

@kamalmarhubi
Copy link
Member

(Seeing how this review business works)

@fiveop
Copy link
Contributor

fiveop commented Oct 24, 2016

As my issue #432 indicates, I'm all for it. Given changes are made as suggested by @kamalmarhubi r=me (or him I suppose :)).

@posborne
Copy link
Member Author

posborne commented Oct 24, 2016

As my issue #432 indicates, I'm all for it. Given changes are made as suggested by @kamalmarhubi r=me (or him I suppose :)).

Ah, missed that. I'm still a big fan of having a minimum supported version that is tested by CI, but I agree that we don't need to support ancient versions. Even 1.7 is older than I think we need to support, but that is where CI is at present. More discussion on that over at rust-embedded/wg#16

Please add a note in the changelong, and bump the version to 0.8.0-pre.

Will do.

Supporting older verisons of rust is causing CI to fail and is
a somewhat constant support burden with questionable value.  1.7.0
is the oldest I have seen that people have had a requirement on
supporting in recent history.

It may make sense to work toward a more official policy on
what version of rust we will support in the future.  Users of
older version of rust are, of course, welcome to use older versions
of nix and everything else in the ecosystem.

Signed-off-by: Paul Osborne <osbpau@gmail.com>
Also, changed author from Carl to being more broad (as we have
many contributors and maintainers now).  This matches what is
used for crates in the rust-lang org.

Signed-off-by: Paul Osborne <osbpau@gmail.com>
@posborne posborne force-pushed the rust-1.7-minimum-supported-version branch from ae517b1 to 360f7aa Compare October 24, 2016 16:56
@posborne
Copy link
Member Author

@homu r=kamalmarhubi

@homu
Copy link
Contributor

homu commented Oct 24, 2016

📌 Commit 360f7aa has been approved by kamalmarhubi

homu added a commit that referenced this pull request Oct 24, 2016
…amalmarhubi

ci: drop official support for rustc < 1.7.0

Supporting older versions of rust is causing CI to fail and is
a somewhat constant support burden with questionable value.  1.7.0
is the oldest I have seen that people have had a requirement on
supporting in recent history.

It may make sense to work toward a more official policy on
what version of rust we will support in the future.  Users of
older version of rust are, of course, welcome to use older versions
of nix and everything else in the ecosystem.

r? @kamalmarhubi @fiveop
@homu
Copy link
Contributor

homu commented Oct 24, 2016

⌛ Testing commit 360f7aa with merge bf1e6b2...

@posborne
Copy link
Member Author

As a note, I have now also enabled nightly builds via https://nightli.es/ which I have been using on other projects for some time. This will give us a better indication of when things may be broken on a new stable/beta/nightly release without having a contributor bump into it first.

@homu
Copy link
Contributor

homu commented Oct 24, 2016

☀️ Test successful - status

@homu homu merged commit 360f7aa into nix-rust:master Oct 24, 2016
@kamalmarhubi
Copy link
Member

@posborne does nightlies have a dashboard?

@posborne
Copy link
Member Author

@posborne does nightlies have a dashboard?

They have a page called the dashboard when logged in. It basically just shows rust projects under your account and whether nightli.es has setup webhooks or not. Code is here: https://github.com/coderanger/nightlies. It is quite barebones but will get us notifications via travis when things start failing.

@posborne posborne deleted the rust-1.7-minimum-supported-version branch October 25, 2016 03:51
@kamalmarhubi
Copy link
Member

Thought of an additional benefit bumping tro 1.7 is that we get AsRef<CStr> impls (rust-lang/rust#30616). This will make the solution to #230 nicer.

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.

None yet

4 participants