Closed frankhale closed 9 years ago
I know I've seen things like this in the past! Unfortunately I'm not able to put much time into maintaining my OSS projects these days, but if you or someone else can investigate the cause and fix it I'm always accepting patches!
I am currently also experiencing this problem; nothing special about mysetup just latest clojurescript
I'm not certain if this is weasel specific, as I've encountered this problem with just figwheel, as well as figwheel+piggieback.
After digging around a little, I think this might be caused by figwheel, and is fixed in figwheel v0.5.0-1, but I'm not 100% certain at this point. I'll update once I know more.
Updating from figwheel v0.4.0 to v0.5.0-1 seems to have fixed the issue.
Thanks for looking into it, @futuro. @hookercookerman and @frankhale does upgrading figwheel resolve the issue for you, too?
Looks like you guys squared it away but I cannot test this right now because it seems upgrading figwheel in the chestnut template fails for me.
Each time I try to reference a var in my namespace I see a warning telling me that I am trying to use an undeclared var. Here is a sample that in fact does work even though I get the warning:
Is this a bug in Weasel? I'm using the Chestnut lein template.