-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade to NoFlo 0.7.x #90
Conversation
@jonnor green now |
@@ -48,8 +47,8 @@ | |||
"TestDelayOrError": "components/TestDelayOrError.coffee" | |||
}, | |||
"graphs": { | |||
"RepeatTest": "spec/fixtures/repeat.fbp", | |||
"IIPKickTest": "spec/fixtures/kickiip.fbp" | |||
"RepeatTest": "graphs/repeat.fbp", |
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.
Why is this? Fine to have a convention, but to have hardcoded expectations is not cool - especially when it used to not be.
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.
Yes, this is because we're now using fbp-manifest instead of list-installed.
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.
Why can't one have graphs whereever one would like with fbp-manifest?
This breaking change is also not mentioned in https://github.com/noflo/noflo/blob/master/CHANGES.md
Needed for #68