tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.22k stars 88 forks source link

prevent reloading of mount.core ns - fix https://github.com/tolitius/mount/issues/106 #107

Closed krajj7 closed 5 years ago

krajj7 commented 5 years ago

Instead of using alter-meta! I put the reload-preventing metadata into the ns form. If you prefer the alter-meta! way I can change it. This way feels more in the spirit of immutability (mount-lite also does it, they prevent unload too but it is redundant).

Also bumped project.clj version to match build.boot.