You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one target system will ever be instantiated for a compilation. Therefore we should have a single target pointer with accessors that are globally visible. This would eliminate the need for the changes made here: #86 and allow the target plugin factory to hand over ownership of the target after construction.
The text was updated successfully, but these errors were encountered:
Only one target system will ever be instantiated for a compilation. Therefore we should have a single target pointer with accessors that are globally visible. This would eliminate the need for the changes made here: #86 and allow the target plugin factory to hand over ownership of the target after construction.
The text was updated successfully, but these errors were encountered: