Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quality improvement for recompile_invalidations (#36)
* quality improvement for recompile_invalidations The previous implementation was unnecessarily forcing compilation of the wrapper code for each use of the macro, and was assuming that hygiene rules do not apply to a gensym in a toplevel block and assuming that the internal tryfinally syntax is legal to generate directly. This change tries to avoid all of those assumptions, and should therefore also give better backtraces too. * Update invalidations.jl
- Loading branch information