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

Misses macros that work on functions #275

Closed
aminya opened this issue Jun 14, 2020 · 1 comment
Closed

Misses macros that work on functions #275

aminya opened this issue Jun 14, 2020 · 1 comment

Comments

@aminya
Copy link

aminya commented Jun 14, 2020

Coverage misses the first line of this function definition

# Union with Nothing
@transform function findcontent(::Type{UN{T}}, name::String, node::Node, argAmlType::Type{allsubtypes(AbsDocOrNode)}) where {T}
    return findcontent(T, name, node, argAmlType)
end

https://codecov.io/gh/aminya/AcuteML.jl/src/master/src/xmlutils/findcontent.jl#L45

seems to be the same as #269

@aminya
Copy link
Author

aminya commented Jun 14, 2020

I created an issue here. JuliaLang/julia#36283

@aminya aminya closed this as completed Jun 14, 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

No branches or pull requests

1 participant