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
Do you know how to fix this issue. I quickly took a look to our codebase and Dolmen and we have no mechanism to disable Typer extension like bv2nat. We could disable bv2nat and ae.round only with the CLI flag --strict before the initialization of the typer.
If there is a way to create a local environment for the typer, we could add bv2nat in this environment when we process (set-option :strict-mode true) and remove it when we process (set-option :strict-mode false).
What's your opinion @Gbury ?
I think we can disable typer extensions, it should just be a matter of resetting the appropriate key on the state (it might not be exposed but we can expose it). Did not think about it more than that because this is likely one of the lowest priority issues we have.
See #1133:
The text was updated successfully, but these errors were encountered: