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
What did you expect to happen?
When running tests and the top level test is not of the right type and/or calling test(..), the compiler should report an error.
What actually happened?
It tried to compile but then monomorphization got wasn't processing that and some dependencies were not resolved. Example:
Symptoms:
What did you expect to happen?
When running tests and the top level test is not of the right type and/or calling
test(..)
, the compiler should report an error.What actually happened?
It tried to compile but then monomorphization got wasn't processing that and some dependencies were not resolved. Example:
from here: https://github.com/brekk/mad-english/blob/8926883a3150bd64609b8a0d06c9dec427f81bf8/src/Integration.spec.mad#L26
Reproduction instructions
madlib test
The text was updated successfully, but these errors were encountered: