Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Confusing handling of functions with keyword arguments #180

Open
simonbyrne opened this issue Dec 7, 2016 · 0 comments
Open

Confusing handling of functions with keyword arguments #180

simonbyrne opened this issue Dec 7, 2016 · 0 comments

Comments

@simonbyrne
Copy link

I assume it's to do with how keyword arguments are handled internally, but it does make it very difficult to find the correct method to step into:

julia> @enter rationalize(1.2)
In rational.jl:168
167   end
168   rationalize(x::AbstractFloat; kvs...) = rationalize(Int, x; kvs...)
169   
170   num(x::Integer) = x

About to run: (Array{Any,1})(0)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant