https://github.com/JuliaLang/julia
Revision d6e1e86bccf11924c7a495db958a666bac3c11b2 authored by Rory Finnegan on 27 July 2017, 14:50:56 UTC, committed by Curtis Vogt on 27 July 2017, 14:50:56 UTC
* Added kwargs to invokelatest.

* Cleaned up invokelatest tests.

* Replaced the `eval` with a module to help with readability.
* Added a test case to demonstrate the failure condition that invokelatest fixes.

* Moved `f` and `args` inside closure rather than passing them in.
1 parent 29c78b7
Raw File
Tip revision: d6e1e86bccf11924c7a495db958a666bac3c11b2 authored by Rory Finnegan on 27 July 2017, 14:50:56 UTC
Added kwargs to invokelatest. (#22646)
Tip revision: d6e1e86
ackrc
--type-set=julia=.jl
--type-add=julia:firstlinematch:/^#!.*\bjulia/
back to top