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

support ini #72

Merged
merged 3 commits into from
Jul 2, 2018
Merged

support ini #72

merged 3 commits into from
Jul 2, 2018

Conversation

woodgear
Copy link

No description provided.

@woodgear woodgear force-pushed the feature/ini branch 3 times, most recently from 5528045 to ba60145 Compare June 15, 2018 03:13
@toyg toyg mentioned this pull request Jun 19, 2018
Cargo.toml Outdated
@@ -28,6 +30,7 @@ toml = { version = "^0.4.1", optional = true }
serde_json = { version = "^1.0.2", optional = true }
yaml-rust = { version = "^0.4", optional = true }
serde-hjson = { version = "^0.8.1", optional = true }
rust-ini = "0.12.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason not to make this one optional too?

@@ -36,6 +39,10 @@ pub enum FileFormat {
/// HJSON (parsed with serde_hjson)
#[cfg(feature = "hjson")]
Hjson,
/// INI (parsed with serde_hjson)
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy-pasted comment?

@woodgear
Copy link
Author

@vorner

@vorner
Copy link
Contributor

vorner commented Jun 25, 2018

Thanks for the changes… anyway, I was just walking by and noticed few things, it wasn't a real review (and I'm not in any way related to the project anyway) ‒ so someone from the project will have to have a look too 😇

@woodgear
Copy link
Author

:-D

@mehcode
Copy link
Owner

mehcode commented Jul 2, 2018

Thanks for the PR @woodgear and for the review @vorner. It looks fine to me. Happy INI days.

@mehcode mehcode merged commit aa427d9 into mehcode:master Jul 2, 2018
@woodgear woodgear deleted the feature/ini branch July 16, 2018 01:44
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

3 participants