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

Support .rs.in as a file extension for Rust files. #2807

Merged
merged 1 commit into from Jan 15, 2016

Conversation

Projects
None yet
3 participants
@mrmonday
Contributor

mrmonday commented Jan 11, 2016

When using syntax extensions in stable or beta Rust channels using the syntex package, it is common to use the file extension .rs.in for the source file, and .rs for the generated file.

Support .rs.in as a file extension for Rust files.
When using syntax extensions in stable or beta Rust channels using the syntex package, it is common to use the file extension .rs.in for the source file, and .rs for the generated file.
@pchaigno

This comment has been minimized.

Collaborator

pchaigno commented Jan 11, 2016

There are only 86 repositories using .rs.in among 75 users. At the same time, it seems unlikely it will ever conflict with another language.

@arfon

This comment has been minimized.

Contributor

arfon commented Jan 15, 2016

At the same time, it seems unlikely it will ever conflict with another language.

Agreed.

@arfon arfon closed this Jan 15, 2016

@arfon arfon reopened this Jan 15, 2016

arfon added a commit that referenced this pull request Jan 15, 2016

Merge pull request #2807 from mrmonday/patch-1
Support .rs.in as a file extension for Rust files.

@arfon arfon merged commit 9dd952c into github:master Jan 15, 2016

2 checks passed

GitHub CLA @mrmonday has accepted the GitHub Contributor License Agreement.
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@arfon arfon referenced this pull request Jan 15, 2016

Merged

v4.7.4 release #2809

@mrmonday mrmonday deleted the mrmonday:patch-1 branch Jan 16, 2016

@mrmonday

This comment has been minimized.

Contributor

mrmonday commented Jan 16, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment