Reid D McKenzie

Results 62 issues of Reid D McKenzie

This is a little janky and will work better given #584 which makes splicing in lots of tokens possible, but it would be nice if `'${foo}'` raised a warning and...

This allows me to interleave comments in the `kat.conf` namespaces list for instance to delineate sections or otherwise explain the intent. Needs updated unit tests.

REPL workflows are absolutely central to the Clojure space. Katamari should have a clear story for how users can boot a REPL, and provide custom REPL behaviors such as rebel-readline,...

At present, the `compile` target is really magical and extremely privileged because of how much context the `roll` function needs to behave as desired. The goal of this ticket is...

Right now, my releases of Katamari to Github are entirely manual. It shouldn't be too hard to build a Katamari CI job on CircleCI which for any given branch attempts...

It'd be convenient - at least while Katamari isn't completely to parity with the `clojure` tool - to be able to keep your `deps.edn` file around and have the `clojure-library`...

At present we're depending on an EXTREMELY old version of clj-stacktrace which totally does most of what we want - but it doesn't render `ex-data` when showing causes and stack...

At present, the `:msg` and `{:intent :msg ...}` behavior is really magical and intended only for use by task implementers with specific behavior in mind. "logging" ala `clojure.tools.logging` sucks because...

It should be possible to demote the nREPL development server from being a core part of Katamari to an optional development plugin. Shouldn't be too hard - just move the...

https://www.youtube.com/watch?v=H6gR_Cv4yWI - https://github.com/GoogleContainerTools/jib It looks like Google has (predictably) spent a bunch of time figuring out how to do this well. Turns out there’s a lot of sublties about producing...