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
Currently we have some deadcode in the repository: #976 (comment).
We colud check on CI that no deadcode is kept in the repository in general, though it may not be as effective as we think because many functions are reported as dead because they're called with reflective dispatch, for example exec_*** functions in the __main__.py.
The text was updated successfully, but these errors were encountered:
Currently we have some deadcode in the repository: #976 (comment).
We colud check on CI that no deadcode is kept in the repository in general, though it may not be as effective as we think because many functions are reported as dead because they're called with reflective dispatch, for example
exec_***
functions in the__main__.py
.The text was updated successfully, but these errors were encountered: