diff options
| author | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 18:03:26 +0530 |
|---|---|---|
| committer | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 18:03:26 +0530 |
| commit | 32499638cef3c49ff686b19b5708d6b08712c526 (patch) | |
| tree | 31f09287602d243b22660fe455e5174bdcc280b4 /deps.edn | |
| parent | 277319fa392f5ee9f21eedf2c4d224739f045690 (diff) | |
Refactor into cli and cljcc-compiler folders
Pass all tests.
Fix babashka tasks and build setup.
Repl is behaving in unexpected ways, otherwise working
as expected.
Diffstat (limited to 'deps.edn')
| -rw-r--r-- | deps.edn | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -4,16 +4,12 @@ metosin/malli {:mvn/version "0.16.4"} com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}} :aliases - {:cli - {:extra-paths ["cli/src" "cljcc_compiler/src"] - :main-opts ["-m" "cli.cli"]} - :run-m {:main-opts ["-m" "cljcc.cljcc"]} - :build {:deps {io.github.clojure/tools.build + {:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.3"}} :jvm-opts ["-Dclojure.compiler.direct-linking=true"] :ns-default build} :storm {;; for disabling the official compiler - :extra-paths ["cljcc_compiler/src" "cli/src"] + :extra-paths ["cljcc-compiler/src" "cli/src"] :classpath-overrides {org.clojure/clojure nil} :extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.3"} nrepl/nrepl {:mvn/version "1.3.0"} @@ -27,4 +23,5 @@ :nrepl {:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"} cider/cider-nrepl {:mvn/version "0.50.2"} refactor-nrepl/refactor-nrepl {:mvn/version "3.10.0"}} + :extra-paths ["cljcc-compiler/src" "cli/src"] :main-opts ["-m" "nrepl.cmdline" "--interactive" "--color" "--middleware" "[cider.nrepl/cider-middleware,refactor-nrepl.middleware/wrap-refactor]"]}}} |
