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
I think we can simplify the code and logic. My proposal is to make spec ad all types only support SignalRefs. Then we use a generic type to replace all SignalRefs with ExprRefs for the types we export. When we compile a spec, we replace all ExprRefs with SignalRefs (#7445).
Do you see any issues with this approach?
The text was updated successfully, but these errors were encountered:
I think we can simplify the code and logic. My proposal is to make spec ad all types only support
SignalRef
s. Then we use a generic type to replace allSignalRef
s withExprRef
s for the types we export. When we compile a spec, we replace allExprRef
s withSignalRef
s (#7445).Do you see any issues with this approach?
The text was updated successfully, but these errors were encountered: