Invalid precompile statement referencing GenericMemory
#52175
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:precompilation
Precompilation of modules
display and printing
Aesthetics and correctness of printed representations of objects.
I'm not sure which function this was actually coming from, but our service in production running with
--trace-compile
produces the following two precompile statements referencing "GenericMemory," which is of course undefined in Main:Any ideas what this is coming from? We're running Julia v1.9.2. I don't see any reference to
GenericMemory
in the julia codebase on either v1.9 or master.Related:
The text was updated successfully, but these errors were encountered: