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

Find examples of this not working due to dynamic dispatch #2

Open
oxinabox opened this issue Oct 20, 2019 · 4 comments
Open

Find examples of this not working due to dynamic dispatch #2

oxinabox opened this issue Oct 20, 2019 · 4 comments

Comments

@oxinabox
Copy link
Owner

oxinabox commented Oct 20, 2019

Jameson says this doesn't work for a bunch of cases.
Because of the fact that dynamic calls do not get edges attached.

But I am not sure it is possible to use this in a way that that matters.
I haven't been able to find any.

I need to create a few examples of them.for the docs

@oxinabox oxinabox changed the title Find examples of this not working Find examples of this not working due to dynamic dispatch May 18, 2020
Repository owner deleted a comment from aminya May 18, 2020
@clarkevans
Copy link

clarkevans commented Dec 7, 2020

Does it work with @generated functions? or within macros more generally? Specifically, the @generated documentation calls out has_method as not being something you should use.

@oxinabox
Copy link
Owner Author

oxinabox commented Dec 7, 2020

Should work in macros.
It won't work with in @generated functions, I don't think.
But it should work inside StagedFunctions.jl's staged functions.

@zsunberg

This comment has been minimized.

@gafter
Copy link

gafter commented Jul 7, 2023

See #39 "Reproducible case of static_methods not working"

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

4 participants