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

== dosen't work for WExpr generated by @W_cmd #43

Closed
ho-oto opened this issue May 24, 2020 · 1 comment
Closed

== dosen't work for WExpr generated by @W_cmd #43

ho-oto opened this issue May 24, 2020 · 1 comment

Comments

@ho-oto
Copy link

ho-oto commented May 24, 2020

In REPL, I found some unintuitive behaviour of ==

W"Sin"(1) == W"Sin"(1) # => true
W`Sin[1]` == W`Sin[1]` # => false
W`Sin[1]` == W"Sin"(1) # => false

Is this a bug?

simonbyrne added a commit that referenced this issue May 26, 2020
Also fixes equality comparison (#43)
simonbyrne added a commit that referenced this issue May 26, 2020
Also fixes equality comparison (#43)
@simonbyrne
Copy link
Member

Fixed by #46

fgerick pushed a commit to fgerick/MathLink.jl that referenced this issue Jun 2, 2021
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

2 participants