Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results are inconsistent, particularly between Scala 2.12 and 2.13 #69

Open
kwalcock opened this issue May 20, 2023 · 0 comments
Open

Comments

@kwalcock
Copy link
Member

I think this has to do with this kind of warning that is found in the output of EvaluatorTest. The order of the parses comes out differently on consecutive runs (of different Scala versions) and a different winner may be chosen depending on that order.

WARNING: Expected no more than 2 parses for "el 25 de febrero", found:
  FindLater(Present,Map(MonthOfYear -> 2, DayOfMonth -> 25))
  FindEnclosed(FindLater(Present,Map(MonthOfYear -> 2)),Map(DayOfMonth -> 25))
  FindEnclosed(FindAtOrEarlier(Present,Map(MonthOfYear -> 2)),Map(DayOfMonth -> 25))
  FindAtOrEarlier(Present,Map(MonthOfYear -> 2, DayOfMonth -> 25))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant