Skip to content

A small utility package to emulate executing Julia code in a clean `Main` module.

License

Notifications You must be signed in to change notification settings

JuliaDocs/CodeEvaluation.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeEvaluation

Build Status PkgEval

Note

This package is in active development, and not yet registered.

A small utility package to emulate executing Julia code in a clean Main module.

The package uses IOCapture.jl to perform output capture of the evaluated code.

Warning

The code evaluation is not thread-safe. This is because for each evaluation, the code has to change the Julia processe's working directory with cd. This global change will also affect any code running in parallel in other tasks or threads.

About

A small utility package to emulate executing Julia code in a clean `Main` module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages