Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Problem with stepping over @pack macro from Parameters module #18

Open
TsurHerman opened this issue Feb 4, 2018 · 1 comment
Open

Comments

@TsurHerman
Copy link

MWE:

d1= Dict("a"=>1,"b"=>2,"c"=>3)
f(d) = begin
    @unpack a,b,c = d
    a+b+c
end
@enter f(d1)
@KristofferC
Copy link
Member

Works with #37.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants