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

Equality is not symmetric? #51

Open
slifin opened this issue Apr 11, 2022 · 2 comments
Open

Equality is not symmetric? #51

slifin opened this issue Apr 11, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@slifin
Copy link

slifin commented Apr 11, 2022

Hiya I found when testing out Missionary that ordering appears to matter when evaluating tasks:

(def task (m/sp 1 2 3))

(tests
  (m/? task) := 3
  nil := (m/? task))

Both these assertions pass ^

It seems like one of them should fail because in normal equality if a = b is true and b = a is also true

I don't believe Missionary should be side-effecting in this case

@slifin
Copy link
Author

slifin commented Apr 11, 2022

@dustingetz
Copy link
Member

Thanks, we had not seen this yet

@dustingetz dustingetz added the bug Something isn't working label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants