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
Hey not sure what happened but this parsed thing appeared several times in my teste :)
./focstest.py:131: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
logger.warn("Unable to parse ocaml output, expected 2 matches, got {}".format(len(matches)))
Unable to parse ocaml output, expected 2 matches, got 4
Skipped test 5 of 5 in suite 9: Unable to parse output
The text was updated successfully, but these errors were encountered:
Yikes, that's not a very helpful warning (my fault).
The DeprecationWarning should be fixed with 75eab53, and #11 is related to improving the warning message.
In this case, it most likely means that there's a syntax error in your ocaml file. The code in focstest that parses test outputs doesn't (yet) recognize that there's been an error or exception, only that it doesn't understand the output.
Hey not sure what happened but this parsed thing appeared several times in my teste :)
./focstest.py:131: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
logger.warn("Unable to parse ocaml output, expected 2 matches, got {}".format(len(matches)))
Unable to parse ocaml output, expected 2 matches, got 4
Skipped test 5 of 5 in suite 9: Unable to parse output
The text was updated successfully, but these errors were encountered: