Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Can't define protocols in test namespaces #39

Open
mfikes opened this issue Dec 5, 2018 · 0 comments
Open

Can't define protocols in test namespaces #39

mfikes opened this issue Dec 5, 2018 · 0 comments

Comments

@mfikes
Copy link
Contributor

mfikes commented Dec 5, 2018

If you run

script/test-one 2017 1 borkdude

everything will be fine. But then add the following

(defprotocol IFoo)

as the first form in the aoc.y2017.d01.borkdude namespace (after the ns form).

This will result in

WARNING - incomplete alias created for namespace aoc.y2017.d01.borkdude

where otherwise everything else works.

In the end, this is likely going to be an issue in the ClojureScript compiler itself (presuming we can come up with a minimal repro), but logging it here as it may be occuring due to some arrangement in the Advent of CLJC project.

@mfikes mfikes changed the title Can define protocols in test namespaces Can't define protocols in test namespaces Dec 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant