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 was trying out 1.0.11 with rescript 11.2-beta.2 and it found a few circular deps that are indeed circular, but aren't causing an error with just rescript.
In the first case I have two modules A and B, both with .resi interfaces. Module A defines a polymorphic variant t, and some private functions inside it that was calling functions in module B, and then B references A.t, but only explicitly in B.resi.