Re: Problem upgrading from 1.6.0 to 1.8.0

2016-07-13 Thread Cecil Westerhof
2016-07-13 16:21 GMT+02:00 James Reeves : > You'll need to update your version of Instaparse as well. > ​I added: [instaparse "1.4.2"]​ and problem solved. -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this grou

Re: Problem upgrading from 1.6.0 to 1.8.0

2016-07-13 Thread James Reeves
You'll need to update your version of Instaparse as well. This issue comes because Instaparse has a function called "cat" in one of its namespaces, and Clojure 1.7 introduces a function call "cat" in the core namespace. Clojure's delivers a warning when you override a function a function from anot

Problem upgrading from 1.6.0 to 1.8.0

2016-07-13 Thread Cecil Westerhof
I want to pick up Clojure again. One of the things I wanted to do is to let a program I have written use 1.8.0 instead of 1.6.0. But when doing this I get: WARNING: cat already refers to: #'clojure.core/cat in namespace: instaparse.combinators-source, being replaced by: #'instaparse.combinators-sou