eclipse-sprotty / sprotty-server

Server implementation for the Sprotty diagramming framework
https://eclipse.org/sprotty
Eclipse Public License 2.0
23 stars 19 forks source link

Validate all resources represented in the diagram #32

Open JanKoehnlein opened 5 years ago

JanKoehnlein commented 5 years ago

A diagram currently only validates the root resource. Consequently, the IssueProvider doesn't provides issues for elements of other resources.

We should maybe change the IssueProvider to validate resources on demand. OTOH, it is hard to make an assumption whether the diagram can be generated before knowing whether all resources are fine.