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

Rust runtime should show rustc versions #534

Closed
Jess3Jane opened this issue Oct 6, 2019 · 1 comment
Closed

Rust runtime should show rustc versions #534

Jess3Jane opened this issue Oct 6, 2019 · 1 comment

Comments

@Jess3Jane
Copy link

As can be seen on many pages (example) the current behavior when talking about the rust runtime is to show the version of cargo but this is nearly useless. A much better approach would be to list the version of rustc the server supports as this actually informs what language features you have available.

The version of rustc used should also be updated from whatever version it's currently running as a fair few things have changed since early 2018. Ideally this should track rustc stable (currently 1.38) as this is what most people will expect.

@Xyene Xyene transferred this issue from DMOJ/online-judge Oct 8, 2019
@Xyene
Copy link
Member

Xyene commented Oct 8, 2019

Thanks for reporting!

I've fixed this in #536, and it'll be reflected on the site after it is merged. I've also updated the Rust version on dmoj.ca to 1.38.

Ideally this should track rustc stable (currently 1.38) as this is what most people will expect.

While we try to keep runtimes recently up-to-date, always tracking the latest version of > 50 fast-moving languages requires manpower we unfortunately don't have.

@Xyene Xyene closed this as completed in 520bc89 Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants