Open devurandom opened 1 month ago
Interesting, what kind of use cases did you have in mind for this?
I built a test fixture for portal, so I can tap>
values to IntelliJ from tests.
Since the jvm implementation is the same one that runs on bb, and bb doesn't expose java.lang.AutoCloseable
, I don't think portal can easily do this without forking the implementation a bit.
If
portal.runtime.jvm.client.Portal
would implementjava.lang.AutoCloseable
, I could(with-open [_ (p/open {,,,})] ,,,)
.