Fork me on GitHub
#figwheel-main
<
2020-05-30
>
bhauman02:05:18

@folcon with the bundle target the bundler cant process the output-to if its not in output-dir

bhauman02:05:09

figwheel does add that message to save you

bhauman02:05:08

@folcon the docs are not complete up to date yet, I’m still working on it

folcon09:05:38

Thank you for all you’ve done on it so far, it’s tons better =)…

Jan K13:05:27

Has someone tried figwheel-main 0.2.6 with vim-fireplace? I can connect with Piggieback but when trying to evaluate I'm getting Not supported: class figwheel.repl.FigwheelReplEnv$fn__16105.

Jan K13:05:32

I'm also seeing this previously fixed problem reappear: https://github.com/bhauman/figwheel-main/issues/145

bhauman14:05:03

hmmm, I don’t think there was a regression here

bhauman14:05:23

oh but the latest clojurescript stopped passing output-to to the repl

Jan K14:05:18

I tried both the older clojurescript 1.10.597 and 1.10.773 with figwheel-main 0.2.6, in both cases the issue #145 seems to be present

bhauman14:05:07

OK yeah I’m looking at it, I don’t see the :output-dir in there hmmm

bhauman14:05:12

Yes this change got reverted!

bhauman14:05:35

I don’t know how, but …

bhauman14:05:32

OK I reverted it on purpose because it was causing the repl to hang on error somehow

bhauman14:05:33

@jkr.sw found the problem should have a fix out shortly

Jan K14:05:04

Excellent, thank you

bhauman15:05:47

@jkr.sw just deployed changes to 0.2.7-SNAPSHOT

bhauman15:05:01

0.2.7-SNAPSHOT also has :bundle-freq which can either be :once , :always or :smart which checks for changes to output-to or npm_deps.js

bhauman15:05:28

:bundle-once is deprecated as :bundle-freq is just a better name

bhauman15:05:47

I’d love to deploy 0.2.7 tomorrow as its the end of month 1 of the Clojurists Together Quarter

Jan K15:05:58

Just tried 0.2.7-SNAPSHOT, both the problems I had before are fixed 👍

Jan K15:05:58

Evaluations are showing #object[cider.piggieback.UnknownTaggedLiteral ...] when returning eg. atom or a function, normally there should be eg.`#object[clojure.lang.Atom ...]`, but I guess that might not be a problem in figwheel-main

bhauman23:05:34

@jkr.sw thanks for reporting back!

folcon23:05:59

Hey, @bhauman =)… I’ve updated the prior thread with the last attempts, and I’m around for a bit if you want me to test stuff.

bhauman23:05:50

@folcon here’s what I would try

bhauman23:05:19

first you don’t need an asset-path because its all bundled in one file