Thanks @justone for the better name [skip ci]
This commit is contained in:
parent
403dd8fb3d
commit
f058463685
2 changed files with 2 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
(ns a1
|
(ns aaaa-this-has-to-be-first-because-patches
|
||||||
;; we need pprint loaded first, it patches pprint to not bloat the GraalVM binary
|
;; we need pprint loaded first, it patches pprint to not bloat the GraalVM binary
|
||||||
(:require [babashka.impl.pprint]))
|
(:require [babashka.impl.pprint]))
|
||||||
|
|
@ -2,9 +2,7 @@
|
||||||
{:no-doc true}
|
{:no-doc true}
|
||||||
(:refer-clojure :exclude [error-handler])
|
(:refer-clojure :exclude [error-handler])
|
||||||
(:require
|
(:require
|
||||||
;; we name this ns a01 to always have it on top and sorting won't mess with it
|
[aaaa-this-has-to-be-first-because-patches]
|
||||||
;; it loads patches
|
|
||||||
[a1]
|
|
||||||
[babashka.fs :as fs]
|
[babashka.fs :as fs]
|
||||||
[babashka.impl.bencode :refer [bencode-namespace]]
|
[babashka.impl.bencode :refer [bencode-namespace]]
|
||||||
[babashka.impl.cheshire :refer [cheshire-core-namespace]]
|
[babashka.impl.cheshire :refer [cheshire-core-namespace]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue