-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add formatPath function #729
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @robbiemcmichael! Looks great, I added a comment inline.
Exposes functions for formatting a `JSONPath` as a `String` so that they can be used for more than formatting error messages.
9e9861f
to
0ca4679
Compare
@bergmark I've made the changes. The build seems to be failing with some versions of GHC but I don't think it's related to my changes. |
Thanks! I'll try to look into the build failures soon. |
🎉 |
@bergmark Any chance of a Hackage release in the near future? I was hoping to make use |
I'll do it right now, thanks for the reminder! |
That was quick! Thanks 😄 |
* Add section on Development Workflow * Referenced issue #773 to provide additional context, * Add section on Development Workflow Summarize notes discussed at #733 * clean up CONTRIBUTING.md * Update stack-nightly The update required to accommodate changes to version of Diff packages. * rollback changes to stack nightly * update stack-nightly.yaml. Required to be compatible with changes done on issue PR #729 * update CONTRIBUTING.md with accurate listing the yaml files, clarify instructions * add command line details in CONTRIBUTING.md * Add cabal-install instructions Co-authored-by: Adam Bergmark <adam@bergmark.nl>
Exposes a function to format a
JSONPath
as aString
so that it can be used for more than formatting error messages.