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

Should we get rid of the Harmony Generators requirement? #1

Closed
JonGretar opened this issue May 25, 2014 · 2 comments
Closed

Should we get rid of the Harmony Generators requirement? #1

JonGretar opened this issue May 25, 2014 · 2 comments

Comments

@JonGretar
Copy link
Owner

This version of Resource Machine currently depends on Harmony Generators.

This is only because that this was the first method I could think of that allows me to traverse the decision tree without making the stack trace look insane. Debuggability is important to me and having a usable stack trace is a strong requirement.

@jmar777
Copy link

jmar777 commented May 29, 2014

It's probably worth noting that with v0.12.0 being so close to release, avoiding generators as a dependency is becoming increasingly less important. #twocents

@JonGretar
Copy link
Owner Author

Yes it's less important.
It will not be enabled by default though. You will still need to use the --harmony flag until V8 enables it by default.

However one might just go with it and commit to it. Other parts in the library could benefit from Harmony magic.

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

No branches or pull requests

2 participants