Skip to content

Conversation

@raszi
Copy link

@raszi raszi commented Mar 22, 2025

Earlier the code threw an error like:

Exception in thread "main" java.lang.NumberFormatException: Invalid number: 5d221680e4b0ca44402ef77e, compiling:(/tmp/form-init6097188844169658407.clj:1:73)
        at clojure.lang.Compiler.load(Compiler.java:7391)
        at clojure.lang.Compiler.loadFile(Compiler.java:7317)
        at clojure.main$load_script.invokeStatic(main.clj:275)
        at clojure.main$init_opt.invokeStatic(main.clj:277)
        at clojure.main$init_opt.invoke(main.clj:277)
        at clojure.main$initialize.invokeStatic(main.clj:308)
        at clojure.main$null_opt.invokeStatic(main.clj:342)
        at clojure.main$null_opt.invoke(main.clj:339)
        at clojure.main$main.invokeStatic(main.clj:421)
        at clojure.main$main.doInvoke(main.clj:384)
        at clojure.lang.RestFn.invoke(RestFn.java:421)
        at clojure.lang.Var.invoke(Var.java:383)
        at clojure.lang.AFn.applyToHelper(AFn.java:156)
        at clojure.lang.Var.applyTo(Var.java:700)
        at clojure.main.main(main.java:37)

Because the naive escaping did not work properly with the new data fetched from ClojureDocs.

With the new code I was able to generate a new up-to-date version of the ClojureDocs docset as can be seen here:

Kapeli/Dash-User-Contributions#5382

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant