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

Switch to tomlrb for TOML parsing #2295

Merged
merged 1 commit into from
Nov 8, 2017
Merged

Conversation

adamleff
Copy link
Contributor

@adamleff adamleff commented Nov 7, 2017

The toml gem has a very strict version dependency on an old version of parslet. This change switches us to use tomlrb instead which has no direct dependencies. This will allow us to bump up to a later version of parslet that has better error handling and insight into parser errors.

The `toml` gem has a very strict version dependency on an old version
of parslet. This change switches us to use `tomlrb` instead which has
no direct dependencies. This will allow us to bump up to a later version
of parslet that has better error handling and insight into parser errors.

Signed-off-by: Adam Leff <adam@leff.co>
@adamleff adamleff requested a review from a team as a code owner November 7, 2017 21:19
Copy link
Contributor

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

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

Thank you @adamleff

@chris-rock chris-rock merged commit 9e9025c into master Nov 8, 2017
@chris-rock chris-rock deleted the adamleff/new-toml-library branch November 8, 2017 10:41
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.

2 participants