You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lein do clean, figwheel
Figwheel: Cutting some fruit, just a sec ...
Figwheel: Validating the configuration found in project.clj
Figwheel: Configuration Valid :)
Figwheel: Starting server at http://0.0.0.0:3449
Figwheel: Watching build - app
Figwheel: Cleaning build - app
Compiling "target/cljsbuild/public/js/app.js" from ["src/cljs" "src/cljc" "env/dev/cljs"]...
Failed to compile "target/cljsbuild/public/js/app.js" in 15.751 seconds.
---- Could not Analyze src/cljs/foo/core.cljs ----
java.lang.ClassFormatError: Unknown constant tag 99 in class file foo/data$foo_data, compiling:(foo/data.clj:10:1)
---- Analysis Error : Please see src/cljs/foo/core.cljs ----
---- Initial Figwheel ClojureScript Compilation Failed ----
We need a successful initial build for Figwheel to connect correctly.
I noticed it when I tried to double the length of an existing markdown file that was parsing successfully. If I take out a random section from the first half of the file, the parsing works again.
I can't show the exact document I found this in, but I'll try to duplicate it with lorem ipsum.
The text was updated successfully, but these errors were encountered:
I'll be updating this issue as I tease it out, but I think something in the following chain of functions fails when the source markdown is too long:
md-to-html-string
parse
as-hiccup
Trial code
Log
I noticed it when I tried to double the length of an existing markdown file that was parsing successfully. If I take out a random section from the first half of the file, the parsing works again.
I can't show the exact document I found this in, but I'll try to duplicate it with lorem ipsum.
The text was updated successfully, but these errors were encountered: