File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11#+TITLE: Changelog
22
33* Unreleased
4+ ** Changed
5+ - docs: rewrite `:dev` aliases introduction
46
57* 2023-08-02
68** Changed
Original file line number Diff line number Diff line change 7575 {; ; ---------------------------------------------------
7676 ; ; Development environment
7777
78- ; ; Include `dev` directory on the class path to auto-load `dev/user.clj` on REPL startup
79- ; ; http://practicalli.github.io/clojure/clojure-tools/configure-repl-startup.html
78+ ; ; Custom REPL startup
79+ ; ; A `user` namespace is loaded during REPL startup if found on the class path
80+ ; ; `:dev` aliases include the `dev` directory on the class path
81+ ; ; `dev/user.clj` can define tools and code that runs when starting the REPL
82+ ; ; https://practical.li/clojure/clojure-cli/repl-startup/
8083
81- ; ; clojure -M:dev/env
84+ ; ; -M -X or -T execution options
8285 :dev/env
8386 {:extra-paths [" dev" ]}
8487
88+ ; ; clojure -M:dev/reloaded
8589 :dev/reloaded
8690 {:extra-paths [" dev" " test" ]
8791 :extra-deps {djblue/portal {:mvn/version " 0.42.1" } ; portal data inspector
9498 org.clojure/test.check {:mvn/version " 1.1.1" }
9599 criterium/criterium {:mvn/version " 0.4.6" }}}
96100
101+ ; ; clojure -M:dev/reloaded-cljs
97102 :dev/reloaded-cljs
98103 {:extra-paths [" dev" " test" ]
99104 :extra-deps {djblue/portal {:mvn/version " 0.42.1" } ; portal data inspector
You can’t perform that action at this time.
0 commit comments