Paul Whittington
Paul Whittington
I believe something like "rm -rf ~/.m2" might allow reproduction.
I did what you asked: I executed `g++ --std=c++20 -Irange-v3/include/ -Ietl/include/ main.cpp` and got these errors: ``` etl/include/etl/iterator.h:64:51: error: no type named ‘iterator_category’ in ‘struct ranges::common_iterator’ 64 | typedef typename...
I just did a ```git clone``` of site (version 429efcd717fbc7a17f1eb20ca5b964b1915ad34a), and I configured it: 1. Copied ```site/etc/config.edn``` into my ```~/.config/site``` directory 2. Removed the existing ```~/.local/share/site/``` Next I executed the...
Yes. I'm perfectly happy with using ```lein test```, actually ```lein test-refresh````, but I'm trying to get others to adopt Clojure. They are used to looking at the JUnit green bar...