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

bug in deprecated.jl:mapreduce #27871

Closed
stevengj opened this issue Jun 29, 2018 · 2 comments
Closed

bug in deprecated.jl:mapreduce #27871

stevengj opened this issue Jun 29, 2018 · 2 comments
Labels
deprecation This change introduces or involves a deprecation

Comments

@stevengj
Copy link
Member

stevengj commented Jun 29, 2018

julia> mapreduce(string, *, "z", [1 2; 3 4])
ERROR: UndefVarError: dims not defined
Stacktrace:
 [1] mapreduce(::Function, ::Function, ::String, ::Array{Int64,2}) at ./deprecated.jl:54
 [2] top-level scope at none:0

(This is causing Compat.jl tests to fail.)

@stevengj
Copy link
Member Author

stevengj commented Jun 29, 2018

Looks like it may stem from #27711, cc @andyferris

@stevengj stevengj added the deprecation This change introduces or involves a deprecation label Jun 29, 2018
@fredrikekre
Copy link
Member

Likely caused by #27862, party fixed by #27867 but that does not yet fix the deprecation of the deprecation...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation This change introduces or involves a deprecation
Projects
None yet
Development

No branches or pull requests

2 participants