Norman Richards

Results 2 issues of Norman Richards

The sut can choose the wrong namespace when there are multiple partial matches. For example, given a source tree with: ``` src/advent/day1.clj src/advent/day10.clj ``` Creating a new buffer named `test/advent/day10_test.clj`...

``` WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat ``` It looks like the latest parsley excludes `clojure.core/cat` to quiet this warning: https://github.com/cgrand/parsley/blob/master/src/net/cgrand/parsley/fold.clj#L11