Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Use JMESPath queries in source tests #152

Closed
wants to merge 2 commits into from

Conversation

euclio
Copy link
Contributor

@euclio euclio commented Aug 11, 2017

Fixes #98.

I made a compromise between needing to quote strings and allowing arbitrary JSON by rolling my own quoting. Slightly weird logic, but I think it's pretty intuitive.

We are also dependent on my jmespath.rs fork currently. I have two outstanding PRs that impl Error for jmespath::Error and an upgrade to serde 1.0.

The fixes have been merged upstream and released.

@euclio euclio force-pushed the jmespath branch 2 times, most recently from dd21d73 to 742eecf Compare August 26, 2017 21:34
@euclio
Copy link
Contributor Author

euclio commented Aug 26, 2017

Ping @steveklabnik

@steveklabnik
Copy link
Owner

Yeah, sorry; I'll get to this early next week. Still considering JMESPath...

@euclio
Copy link
Contributor Author

euclio commented Aug 27, 2017

No problem. I'm not completely sold either... but it's powerful and I think it's pretty intuitive.

@steveklabnik
Copy link
Owner

I am still not 100% sold on this, and it's getting out of date. Let's close it for now and revisit more later.

@euclio euclio mentioned this pull request Oct 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source test suite should use something more powerful than JSON pointer
2 participants