AmpersandTarski / Ampersand

Build database applications faster than anyone else, and keep your data pollution free as a bonus.
http://ampersandtarski.github.io/
GNU General Public License v3.0
40 stars 8 forks source link

minor, but still a bug. #1313

Closed stefjoosten closed 2 years ago

stefjoosten commented 2 years ago

What happened

I ran an example Archimate file with the refactored Archi parser. I got the fatal error message "Jammer dan".

Diagnosis

It turned out that the root node in Archi does not participate in any view. The error message "Jammer dan" was given by the function vwAts because we (erroneously) assumed that every node participates in a view. So I fixed this error by letting this function ignore all Archi nodes that are not in any view.