From 11f0e1a566862f6e2753ba391c61bfdf0e8e64cf Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 12 Sep 2021 12:39:53 +0200 Subject: [PATCH] Get rid of single segment namespace --- .../because_patches.clj} | 2 +- src/babashka/main.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{aaaa_this_has_to_be_first_because_patches.clj => aaaa_this_has_to_be_first/because_patches.clj} (72%) diff --git a/src/aaaa_this_has_to_be_first_because_patches.clj b/src/aaaa_this_has_to_be_first/because_patches.clj similarity index 72% rename from src/aaaa_this_has_to_be_first_because_patches.clj rename to src/aaaa_this_has_to_be_first/because_patches.clj index 9dbccb60..e884315a 100644 --- a/src/aaaa_this_has_to_be_first_because_patches.clj +++ b/src/aaaa_this_has_to_be_first/because_patches.clj @@ -1,3 +1,3 @@ -(ns aaaa-this-has-to-be-first-because-patches +(ns aaaa-this-has-to-be-first.because-patches ;; we need pprint loaded first, it patches pprint to not bloat the GraalVM binary (:require [babashka.impl.pprint])) diff --git a/src/babashka/main.clj b/src/babashka/main.clj index b9f5df27..8a264054 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -2,7 +2,7 @@ {:no-doc true} (:refer-clojure :exclude [error-handler]) (:require - [aaaa-this-has-to-be-first-because-patches] + [aaaa-this-has-to-be-first.because-patches] [babashka.fs :as fs] [babashka.impl.bencode :refer [bencode-namespace]] [babashka.impl.cheshire :refer [cheshire-core-namespace]]