-
- Downloads
There was an error fetching the commit references. Please try again later.
Loading
-
🇮🇱 @sethhillbrandmentioned in issue #10338 (closed)
-
🚲 @craftyjonOwner@sethhillbrand I haven't studied this closely but it seems kind of dangerous to me.
m_net_name_to_subgraphs_map
is a global, which is fine because it was originally storing resolved net names, which are globally unique. But now you are removing the code that ensures that only the final resolved name lives there, which means that there is the potential for conflicting unresolved net names to try to get into the map. -
🇮🇱 @sethhillbrandAuthor OwnerYeah, that was a mistake leaving a debugging comment in. See df79724133e6ec4c50f51e02f90af2ce997f0c5d
-
🚲 @craftyjonOwnerI think you haven't pushed that commit?
Please register or sign in to comment