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

Quote repo names to ensure valid TOML #580

Merged
merged 1 commit into from Jan 22, 2017

Conversation

@aneeshusa
Copy link
Member

aneeshusa commented Jan 22, 2017

Otherwise repos like download.servo.org
which contain dots in their name are not parsed correctly;
using quotes ensures the repo name is parsed as a single string.

Discovered while trying to merge servo/download.servo.org#16.
I have little TOML experience, so I'm not sure if this actually works or will break our cfg.toml entirely.


This change is Reviewable

Otherwise repos like `download.servo.org`
which contain dots in their name are not parsed correctly;
using quotes ensures the repo name is parsed as a single string.
@aneeshusa aneeshusa mentioned this pull request Jan 22, 2017
2 of 3 tasks complete
@notriddle
Copy link
Contributor

notriddle commented Jan 22, 2017

Unless the repo name contains a ", this should be right.

@notriddle
Copy link
Contributor

notriddle commented Jan 22, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jan 22, 2017

📌 Commit 515a14b has been approved by notriddle

@bors-servo
Copy link
Contributor

bors-servo commented Jan 22, 2017

Test exempted - status

@bors-servo bors-servo merged commit 515a14b into servo:master Jan 22, 2017
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test exempted
Details
bors-servo added a commit that referenced this pull request Jan 22, 2017
Quote repo names to ensure valid TOML

Otherwise repos like `download.servo.org`
which contain dots in their name are not parsed correctly;
using quotes ensures the repo name is parsed as a single string.

Discovered while trying to merge servo/download.servo.org#16.
I have little TOML experience, so I'm not sure if this actually works or will break our `cfg.toml` entirely.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/580)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.