bpmn-io / bpmn-js-differ

A diffing utility for BPMN 2.0 documents.
MIT License
45 stars 17 forks source link

Diff failing with embedded camunda:executionListener #3

Closed nikku closed 2 years ago

nikku commented 6 years ago

Trace from the diff demo:

Uncaught Error: functions are not supported
    at trivialMatchesDiffFilter (app.js:18419)
    at Pipe.process (app.js:18601)
    at Processor.process (app.js:18763)
    at DiffPatcher.diff (app.js:17537)
    at Differ.createDiff (app.js:484)
    at Differ.diff (app.js:529)
    at Function.module.exports.diff (app.js:537)
    at showDiff (app.js:145)
    at diagramLoaded (app.js:117)
    at done (app.js:129)

Test Diagrams

Skaiir commented 2 years ago

@nikku This seems to have been fixed unless I haven't used it properly.

nikku commented 2 years ago

In that case just close the issue :)