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
{{ message }}
This repository was archived by the owner on Sep 7, 2023. It is now read-only.
We need infrastructure to emit compiler warnings, e.g. for version mismatch (#245).
Seems like the eresult type could be modified such that a Success includes both the result and a list of warnings. Then by modifying elift appropriately, it shouldn't be hard to integrate this change into the codebase.
The text was updated successfully, but these errors were encountered:
We need infrastructure to emit compiler warnings, e.g. for version mismatch (#245).
Seems like the
eresult
type could be modified such that aSuccess
includes both the result and a list of warnings. Then by modifyingelift
appropriately, it shouldn't be hard to integrate this change into the codebase.The text was updated successfully, but these errors were encountered: