diff --git a/content/diary.md b/content/diary.md index 447c3ca..8e3a4be 100644 --- a/content/diary.md +++ b/content/diary.md @@ -21,9 +21,6 @@ summary: diary 6. https://docs.julialang.org/en/v1/devdocs/boundscheck/#Propagating-inbounds TODO 7. Calls annotated `::Union{}` do not return 8. https://hackmd.io/@vtjnash/rkzazi7an TODO -9. `julia> ?REPL.activate` - ```julia - activate(mod::Module=Main) - - Set mod as the default contextual module in the REPL, both for evaluating expressions and printing them. - ``` +9. In REPL, `using REPL; ModuleName `: ["Set mod as the default contextual module in the REPL, both for evaluating expressions and printing them."](https://docs.julialang.org/en/v1/stdlib/REPL/#Changing-the-contextual-module-which-is-active-at-the-REPL) +10. `@allocated` +11.