Skip to content

is unicode-math working? #69

@gitPlebian

Description

@gitPlebian

Issue

Interesting looking design. Does this repo still work? I'm likely doing something wrong because this workflow is pretty new to me

I wanted to try a render the only scad files I can see in the things directory after loading the file in the repl are:

  • eggcrate.scad
  • key-place.scad
  • Makefile
  • teensy-holder-a.scad
  • teensy-holder-b.scad
  • teensy-holder.scad
  • test_egghex2.scad

Steps followed

I did the following:

  • Clone
  • Change unicode math dep version (otherwise lein could not find the dependency)
diff --git a/project.clj b/project.clj
index e3eafc3..30ac2a3 100644
--- a/project.clj
+++ b/project.clj
@@ -21,5 +21,5 @@
   :license {:name "AGPLv3"
             :url "https://www.gnu.org/licenses/agpl.html"}
   :dependencies [[org.clojure/clojure "1.10.1"]
-                 [unicode-math "0.2.1"]
+                 [unicode-math "0.2.0"]
                  [scad-clj "0.5.3"]])
  • lein repl
    nREPL server started on port 35389 on host 127.0.0.1 - nrepl://127.0.0.1:35389
    REPL-y 0.5.1, nREPL 1.0.0
    Clojure 1.10.1
    OpenJDK 64-Bit Server VM 21.0.8+9-nixos
    Docs: (doc function-name-here)
    (find-doc "part-of-name-here")
    Source: (source function-name-here)
    Javadoc: (javadoc java-object-or-class-here)
    Exit: Control+D or (exit) or (quit)
    Results: Stored in vars *1, *2, *3, an exception in *e

  • user=>(load-file "src/dactyl_keyboard/dactyl.clj")
    WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.tools.analyzer.utils, being replaced by: #'clojure.tools.analyzer.utils/boolean?
    WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: clojure.tools.analyzer, being replaced by: #'clojure.tools.analyzer.utils/boolean?
    Syntax error macroexpanding clojure.core/ns at (unicode_math/core.clj:1:1).
    ((require [clojure.set :as set])) - failed: Extra input spec: :clojure.core.specs.alpha/ns-form

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions