You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.
everything will be fine. But then add the following
(defprotocolIFoo)
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.
The text was updated successfully, but these errors were encountered:
mfikes
changed the title
Can define protocols in test namespaces
Can't define protocols in test namespaces
Dec 5, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you run
everything will be fine. But then add the following
as the first form in the
aoc.y2017.d01.borkdude
namespace (after thens
form).This will result in
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.
The text was updated successfully, but these errors were encountered: