Alex Miller

Results 98 comments of Alex Miller

Seems like a surprising expectation to me. Really, there are a range of behaviors you might want (log4j config files are notoriously weird for example). tools.build abstracts this into an...

If you call `clean` in the repl, you can see it will fail at runtime. Found this while doing some regression testing on Clojure 1.12 stuff (where it gets found...

I tried many things to modify the deps.edn, disable plugins (like Copilot which I weirdly see there) etc, clear caches, etc. Could not get the REPL to run so I...

I don’t understand either why it’s trying to access that, or why it can’t.

I assume it is somehow related to the maven local repo, but I don’t think I have anything unusual in how my system is set up.

The repo I was using is now public at https://github.com/puredanger/flow-example if that helps to repro anything - I was just trying to create and run a Clojure REPL there.

I checked and that file is also out of date for me, matches a much older machine's setup. @keithharper I think your guess is likely correct.

I don't understand the question - how would I be using ~/Library/Application Support/JetBrains/IdeaIC2025.1/options/path.macros.xml from the command line?

I guess the question is, why do you want to know? The nature of core.async dispatch threads are going to change as we open up possibilities to leverage Java 21...

That helps. I think the tests are going a bit overboard in checking things they probably shouldn't be checking by relying on internals of core.async, and there may just be...