Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Diary sync
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Jan 1, 2024
1 parent 1bb0722 commit 2ee92ce
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions content/diary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Alt+m>`: ["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.

0 comments on commit 2ee92ce

Please sign in to comment.