Clouds
                                            Clouds
                                        
                                    1. No, we could not override only by return type in Java. I thought you mean convertible parameter types like * `void org.apache.spark.sql.Dataset.show(int)` * `void org.apache.spark.sql.Dataset.show(boolean)` they have different parameter...
**TL; DR** `JProxy` is heavy while `jdcall` is light. `JProxy` provides a completely new way to interact with java object `jdcall` is just a improvement to `jcall` (and is still...
Interesting point. I think the limit would also apply to `JProxy` since it also uses listmethods to find methods. I wonder how it would handle this. And more than that,...
I realized that the dispatch/findmethod relies on `hasmethod(convert, ...)`, which means the founded method may differ if more `convert` function defined and thus `jdcall_cached` goes stale. Even worse, as introducing...
There still an option 4 that use global `Dict{Tuple{JavaObject{T}, Symbol}, Any}` to store cached functions. Not sure if the performance would be better/worse than `Base.invokelatest`. I think the issue also...
I love the idea that use macro to do static dispatch. I'm working with ClassLoader now and found that caching would mess things up. Two classes with the same name/identity...
There do have core dumped, but `bt` doesn't work. > (gdb) bt #0 0x00007f2cbed0f1c9 in ?? () Backtrace stopped: Cannot access memory at address 0x7ffcc68a7a10 I've tried `valgrind julia -e...
@sobolevn I believe all checks have passed, what's blocking?
> Was that when building the Julia manual? Locally or on CI? On CI, just use the master julia and master Document.jl would repro this Before the change: https://buildkite.com/julialang/julia-master/builds/15556#018313da-c7ff-4313-903a-e52390834827 after...
The key is julia is not installed at prefix it build, so it would trying to find file (/cache/build/**default-amdci5-1**/julialang/julia-master/usr/share/julia/stdlib/v1.9/CRC32c/src) but there's only /cache/build/**default-amdci4-6**/julialang/julia-master/doc/deps/packages/Documenter/GS7EF/src