Tim Lossen
Tim Lossen
i added some debug output -- it turns out that `ClojureObject.getVariable(-1)` is called.
the actual use case be an object graph that also includes collections (PersistentVector, for example) of ClojureObjects. i just tried to boil it down as far as possible to nail...
so, are you saying that a Clojure::Object does not belong in a ref, charlie? can you elaborate why not?
yes, same error with jruby-head. BTW, did you have a look a my bug fix? i simply copied two guard clauses over from RubyBasicObject, and for me this works.
(there is a `[postgresql]` section, though.)
for comparison, grafana does it like this instead: ``` mkdir -p /etc/apt/keyrings/ wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/null ```