Fork me on GitHub
#babashka
<
2022-05-24
>
isak17:05:18

I tried using grasp with babashka, but I get this error:

----- Error --------------------------------------------------------------------
Type:     clojure.lang.ExceptionInfo
Message:  Cyclic load dependency: grasp.api->[ grasp.impl ]->[ grasp.impl ]
Here is the file I'm trying to execute with bb:
(ns foo
  (:require 
   [ :as io]
   [clojure.pprint :as pprint]
   [clojure.string :as str]
   [clojure.spec.alpha :as s]
   [grasp.api :as g]))
Here is my bb.edn:
{:deps {io.github.borkdude/grasp {:mvn/version "0.0.3"}
        org.babashka/spec.alpha {:git/url ""
                                 :git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}}}

borkdude17:05:56

grasp is not intended (yet) to be used with bb