MDF icon indicating copy to clipboard operation
MDF copied to clipboard

Linting

Open davidt0x opened this issue 2 years ago • 0 comments

Currently, we do not perform any linting of MDF models to ensure they conform to constraints within the specification. We currently accept any model that conforms to MDF's JSON schema (so to speak). I think a first task for this issue might be to itemize these extra constraints that are placed on MDF models based on the specification:

  • Input ports for nodes that have cyclical edges must have default value to initialize the cyclical input.
  • Type compatibility checking between operations

davidt0x avatar Jan 11 '23 18:01 davidt0x