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

Success feedback within AST #60

Open
coatezy opened this issue Jul 11, 2019 · 1 comment
Open

Success feedback within AST #60

coatezy opened this issue Jul 11, 2019 · 1 comment
Labels

Comments

@coatezy
Copy link

coatezy commented Jul 11, 2019

Hi,

@solnic and I recently discussed the possibility of adding success feedback to the AST after calling an operation.

I understand success is not currently returned as it will have an effect on the performance of the response. We use dry logic in a rules engine and we'd be willing to forfeit performance a little in exchange for the ability to provide richer feedback to our users.

We discussed the possibility of passing an optional value (possibly to #with along optional hints) to enable success feedback if needed.

If this is something that could be useful to others, I'd love to help implement this functionality.

@solnic solnic added the feature label Jul 16, 2019
@solnic
Copy link
Member

solnic commented Jul 16, 2019

Hey! 😄 Marking this is a feature request. Feel free to send a PR that adds it and let me know if you need help. A draft PR where we could discuss things will work too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants