Skip to content

Actually check requires / provides fulfillment #7

@jnv

Description

@jnv

I create a data flow with component, which has requires property without any component with corresponding provides. I would expect BakeryJS to check this for me and warn me about missing provides, but instead it happily passes a message without required property:

  name: 'BoxInvocationException',
  jse_shortmsg: 'The box \'wordcount\' in a mapper mode encountered an exception.',
  jse_cause: TypeError: Cannot read property 'split' of undefined

The expected behavior is to check for satisfiability of required properties.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions