You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I brewed this - jeah probably fine. The issue is that the output format of jdeps is not fixed. Maybe one can do ? instead of adding just a space?
I tried it on 1.8 and 17 JDK and there is a space on both...
And another problem after it finally worked is not all the transitive .class included, need some jdeps tuning I think, going to deep in it later. For example, HelloWorld with only Int2IntArrayMap map = new Int2IntArrayMap(); Int2FloatMap map1 = new Int2FloatArrayMap(); is getting "class file for it.unimi.dsi.fastutil.ints.AbstractInt2FloatFunction not found".
Empty output for "find" and no classes list for "minimize".
There is a space after "->" in jdeps output so changing $2 to $3 argument in awk should fix the problem:
fastutil/find-deps.sh
Line 123 in 9361932
fastutil/find-deps.sh
Line 179 in 9361932
The text was updated successfully, but these errors were encountered: