Fork me on GitHub
#clojure-uk
<
2016-05-04
>
David08:05:22

👋 (& a big thank you to mccraigmccraig for demo last night)

otfrom08:05:59

probably going to run nixos on my old one

otfrom08:05:15

thx for the talk last night mccraigmccraig

mccraigmccraig08:05:35

i even half-enjoyed it (which is an increased enjoyment-proportion over last time simple_smile ) @otfrom - hope some of y'all found it useful

otfrom08:05:02

I found it very useful

mccraigmccraig09:05:30

i got some use from writing it too - i've had the side-channel stuff in my head for a while now, but not actually implemented it... until now !

otfrom09:05:17

cool (I need to rewatch that bit)

yogidevbear11:05:34

@mccraigmccraig: Thanks for sharing the all-async stuff

yogidevbear11:05:04

Quick question. I've done a clone of the repo and ran lein dev, but I get the following error: Exception in thread "main" java.lang.RuntimeException: No such var: ctn/clear, compiling:(bounce/core.cljc:202:30)

yogidevbear11:05:17

Any ideas how I can fix it?

mccraigmccraig11:05:09

@yogidevbear: hmm - afaics ctn/clear is from org.clojure/tools.namespace which is being resolved as [org.clojure/tools.namespace "0.2.11"] in my project... what version of org.clojure/tools.namespace are you seeing ? are you pulling in a different version in your ~/.lein/profiles.clj perhaps ?

yogidevbear11:05:40

org.clojure/tools.namespace "0.2.3"

mccraigmccraig11:05:22

that's probably the problem then - get rid of that old dependency wherever it's coming from and try again

yogidevbear11:05:28

lein seems to be thinking about it some more simple_smile

glenjamin11:05:42

if you add :pedantic? :abort into project.clj / profiles.clj you’ll get really annoyed at it

glenjamin11:05:51

but you won’t get any dependency surprises

yogidevbear11:05:17

Sorry, was on a call

mccraigmccraig11:05:31

@glenjamin: i use that on all my real projects... i tried it out on this project, but realised that the time spent on fixing the warnings would be better spent writing some code and slides, given that it worked fine simple_smile

yogidevbear11:05:40

I've removed all the deps from my lein project file and trying again

yogidevbear11:05:11

Looking promising

yogidevbear11:05:29

Working :thumbsup:

agile_geek15:05:32

@glenjamin: I could do with a :pedantic? :abort in real life!

mccraigmccraig15:05:51

@agile_geek: which would indicate which people and situations you have to exclude to be compatible with existence ? i like it

agile_geek15:05:12

@mccraigmccraig: yes, although I was thinking of it more as a constraint on my own thought process and it's direct connection to my mouth!

mccraigmccraig15:05:12

huh, weird - i spent a couple of decades figuring out how to connect my thoughts more directly to my mouth simple_smile

mccraigmccraig15:05:06

(ideally in a manner which doesn't cause others to either want to kill me or hide behind a wall and cry)

agile_geek15:05:13

I have no governor between them though

otfrom16:05:42

I spend about 99% of my time filtering out the silliness in my head. Most people don't know they are getting the serious grown up filtered version of me

agile_geek19:05:54

@otfrom: I know, I know 😄