hodur-org / hodur-visualizer-schema

Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API or use one of the many plugins to help you achieve mechanical results faster and in a purely functional manner.
MIT License
21 stars 7 forks source link

Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server #8

Open andrerichards opened 5 years ago

andrerichards commented 5 years ago

When starting up hodur-visualizer-schema I get:

Exception in thread "main" clojure.lang.ExceptionInfo: Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server {:not-loaded figwheel.server.jetty-websocket/run-server}

This looks like it could be related to Figwheel Jetty Conflicts. hodur-visualizer-schema uses figwheel-main 0.1.9 but the issue is fixed from 0.2.1 on. I will try with latest version 0.2.3 and open pull request if it fixes the issue

andrerichards commented 5 years ago

I have tested with figwheel-main 0.2.3 and this resolves the issue.

hodur-visualizer-schema now starts up fine and works as expected.