figwheel-main

figwheel-main http://figwheel.org
beders 2020-08-11T00:42:27.247300Z

good evening. I have this weird behavior with figwheel-main 0.2.11 (in conjunction with clojure 1.10.1.645)

beders 2020-08-11T00:42:48.247800Z

with .645 the classpath order of clj -Spath has changed.

beders 2020-08-11T00:43:07.248400Z

any path in deps.edn :paths is now somewhere in the classpath and not at the very beginning

beders 2020-08-11T00:43:23.248900Z

as a consequence, trying to load index.html via the classpath is now a gamble

beders 2020-08-11T00:43:45.249400Z

and - in fact - I'm getting one that just says "Debux Test Page". Not sure where it is coming from yet 😉

beders 2020-08-11T00:43:55.249700Z

that said: I added a ring handler (the same from the tutorial)

beders 2020-08-11T00:44:20.250300Z

and configured it. I added (println request) to check if it is called

beders 2020-08-11T00:44:34.250900Z

the ring handler is called, but never for :uri "/"

beders 2020-08-11T00:45:03.251500Z

this Debux Test Page tries to load js/mainjs and that's the request I'm seeing in the ring handler.

beders 2020-08-11T00:45:16.251800Z

the effect is that I can't serve my own index.html anymore

beders 2020-08-11T00:45:26.252Z

any ideas?

johanatan 2020-08-11T02:22:05.253900Z

hi, with figwheel main, auto-testing, is it possible to filter the tests to just the one or two that one is working on currently (for hot loading)? I am starting to accumulate a large number of tests and it's becoming prohibitive to wait for the entire test suite on every file save ...

johanatan 2020-08-11T18:23:13.254700Z

@channel anyone?

Adriaan Callaerts 2020-08-11T18:55:14.254800Z

not that I'm aware of, sorry 😕