Skip to content

support ini#72

Merged
mehcode merged 3 commits intorust-cli:masterfrom
woodgear:feature/ini
Jul 2, 2018
Merged

support ini#72
mehcode merged 3 commits intorust-cli:masterfrom
woodgear:feature/ini

Conversation

@woodgear
Copy link
Copy Markdown

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
Comment thread Cargo.toml Outdated
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
Copy Markdown
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?

Comment thread src/file/format/mod.rs Outdated
/// HJSON (parsed with serde_hjson)
#[cfg(feature = "hjson")]
Hjson,
/// INI (parsed with serde_hjson)
Copy link
Copy Markdown
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
Copy Markdown
Author

@vorner

@vorner
Copy link
Copy Markdown
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
Copy Markdown
Author

:-D

@mehcode
Copy link
Copy Markdown
Collaborator

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 rust-cli: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.

3 participants