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
It seems that this libraryClassName key in the zinc config picks a random class from each jar to store in the analysis file, and which class gets picked differs every time
expectation
I would expect the zinc files to contain the same contents every time. I already have custom ReadWriteMappers that successfully normalize all the file paths, but this class-based non-determinism doesn't seem related to any files
notes
It seems like libraryClassName should contain a list of every class available in each library, but somehow it's only containing a single class per library, presumably picked arbitrarily. Not sure if we're configuring zinc incorrectly or something
The text was updated successfully, but these errors were encountered:
steps
zinc
analysis files viaproblem
This results in two different files
Attached
zinc-1.txt
zinc-2.txt
It seems that this
libraryClassName
key in the zinc config picks a random class from each jar to store in the analysis file, and which class gets picked differs every timeexpectation
I would expect the zinc files to contain the same contents every time. I already have custom
ReadWriteMappers
that successfully normalize all the file paths, but this class-based non-determinism doesn't seem related to any filesnotes
It seems like
libraryClassName
should contain a list of every class available in each library, but somehow it's only containing a single class per library, presumably picked arbitrarily. Not sure if we're configuring zinc incorrectly or somethingThe text was updated successfully, but these errors were encountered: