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
As of today, we want to ensure Flèche remains transport agnostic, however due to fleche_waterproofYojson is in scope so that can be a bit tricky to ensure as we can pass some callback that expects LSP messages as we did before #513
There are two ways to fix this:
use (implicit_transitive_deps false), but that doesn't work well at all I think
make Fleche_waterproof register with Flèche, but this adds some overhead.
The text was updated successfully, but these errors were encountered:
As of today, we want to ensure Flèche remains transport agnostic, however due to
fleche_waterproof
Yojson
is in scope so that can be a bit tricky to ensure as we can pass some callback that expects LSP messages as we did before #513There are two ways to fix this:
(implicit_transitive_deps false)
, but that doesn't work well at all I thinkFleche_waterproof
register with Flèche, but this adds some overhead.The text was updated successfully, but these errors were encountered: