osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
39 stars 8 forks source link

AADL name resolution implementation violates linking service contract #1836

Open lwrage opened 5 years ago

lwrage commented 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).

lwrage commented 4 years ago

This also impacts performance as we resovle all references during linking.