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
Following the discussions about deprecating Pervasives in OCaml, I think it might be beneficial to define/implement a general way to autodetect and autofix deprecations through dune plugin. A good way for this is Rust's cargo fix:
Following the discussions about deprecating
Pervasivesin OCaml, I think it might be beneficial to define/implement a general way to autodetect and autofix deprecations through dune plugin. A good way for this is Rust'scargo fix:See discussions here: