noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
764 stars 174 forks source link

For component:source message .library treated as mandatory #411

Open jonnor opened 9 years ago

jonnor commented 9 years ago

https://github.com/noflo/noflo-runtime/blob/master/components/GetSource.coffee#L52

FBP spec says for component:source library: (optional) Component library identifier Futhermore in component:getsource name refers to the fully qualified name (including library). Therefore I propose that we just get rid of library completely.

jonnor commented 9 years ago

Related to #390