Open lwrage opened 5 years ago
The AADL linking service implementation has a major bug in that it discards proxies returned by the global scope provider. This is wrong. Proxies should be returned. As a result we have to turn off caching (#1009).
This also impacts performance as we resovle all references during linking.
The AADL linking service implementation has a major bug in that it discards proxies returned by the global scope provider. This is wrong. Proxies should be returned. As a result we have to turn off caching (#1009).