Skip to content

Check for keyword function names differently on 1.4+ #173

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

Merged
merged 1 commit into from
Apr 21, 2020
Merged

Check for keyword function names differently on 1.4+ #173

merged 1 commit into from
Apr 21, 2020

Conversation

christopher-dG
Copy link
Contributor

@christopher-dG christopher-dG commented Apr 20, 2020

In JuliaTesting/SimpleMock.jl#11 I found that the names of keyword wrapper functions follow a different scheme starting with Julia 1.4.
I think we can apply the same thing here!

I was hoping that this change would make the Skipped workaround in the above PR unnecessary, but that doesn't seem to be the case. I'll probably come up with a good MWE and open a new issue about that later.

Closes #161

@vchuravy
Copy link
Member

Thanks! Would be great to also have a test.

@christopher-dG
Copy link
Contributor Author

Lol turns out I botched the last commit -- I put kw## instead of ##kw. This does fix my SimpleMock issue and one of the Cassette tests!

@vchuravy
Copy link
Member

Fantastic!

@vchuravy vchuravy merged commit b433cd8 into JuliaLabs:master Apr 21, 2020
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

Successfully merging this pull request may close these issues.

Subtrace test broken on 1.4
3 participants