From 2ee92ce5d0e695cc0ea757dc4ebefc323908a8a4 Mon Sep 17 00:00:00 2001 From: Orestis Ousoultzoglou Date: Mon, 1 Jan 2024 02:50:52 +0200 Subject: [PATCH] Diary sync --- content/diary.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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.