reprise v0.5.1 Reprise.Runner
Module discovery and reloading.
The main entry point is go/2
function.
Summary
Functions
Returns pairs of beam files and modules which are loaded and belong to the build of current project
Returns all beam files belonging to the build of current project
Attempts to reload all modules which belong to the current mix project and have changed between given time frames
Reloads a single module
Types
Functions
Returns pairs of beam files and modules which are loaded and belong to the build of current project.
Returns all beam files belonging to the build of current project.
Attempts to reload all modules which belong to the current mix project and have changed between given time frames.
If there were any and they reloaded successfully, prints a summary
via Logger.info/1
.
Modules whose reload errored are silently ignored.
Returns :ok
if there were any modules successfully reloaded
or nil
when there were none.