libcellml
libcellml copied to clipboard
Importer needs to track when ImportSource URL has changed after resolution
We can segfault the importer by changing the url of a previously-resolved import source. In the short term, we should clear a model's imports before resolving again. In the longer term we should track this with a hash.
Reopening as we only have a temporary fix at present.