Allen Rohner

Results 19 comments of Allen Rohner

Complete speculation, but this might be related to: http://dev.clojure.org/jira/browse/CLJ-1544 I see CLJ-1544 when a namespace containing a protocol manages to get require'd before AOT starts.

I'm hitting this error, and AFAICT I'm using arm64. ``` $ uname -m arm64 $ file $(which qemu-system-x86_64) /opt/homebrew/bin/qemu-system-x86_64: Mach-O 64-bit executable arm64 $ limactl start ? Creating an instance...

> Please make sure you aren’t using Rosetta How would I do that? Doesn't > Mach-O 64-bit executable arm64 prove that I'm using native QEMU?

``` $ which limactl /opt/homebrew/bin/limactl $ file /opt/homebrew/bin/limactl /opt/homebrew/bin/limactl: Mach-O 64-bit executable arm64 ```

I'm pretty sure this is because the S3 client is getting GC'd early. I came here to report that issue, and saw this one. See #65 for links to very...

Sounds good. Patches accepted :-)

I hit this issue as well, when attempting to load grasp into a REPL started using [rules_clojure](https://github.com/griffinbank/rules_clojure). Tools.namespace does not accept circular references ``` {:clojure.main/message "Execution error (ExceptionInfo) at clojure.tools.namespace.dependency.MapDependencyGraph/depend...

You should probably review the docstrings to make sure they're correct.

This patch doesn't apply cleanly, I suspect because of the version number change. I'll apply it when it does cleanly