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
When running report_package on a project of mine I run into this error being thrown:
ERROR: TypeError: in typeassert, expected DataType, got Type{Tuple{Type{StaticArraysCore.SizedArray{Tuple{3}, T, 1, 1, Vector{T}}}, Tuple{Tuple{Any, Any, Any}}} where T}
I'm not sure how to dig deeper into this issue to produce a an minimal working example, I've enabled additional logging. If there is additionnal instrumentation or analysis that can be done I'm happy to dig a bit deeper into this issue.
Analysis
Running the same workload against two different julia versions shows this is a regression due to a julia version upgrade. Both tests are run against [email protected].
A private project, I can't share the code for it. It's also pretty large so it's not clear to me where things are going wrong. If you have some ideas on how I can narrow down the problem I'm happy to go and create a representative example.
When running
report_package
on a project of mine I run into this error being thrown:I'm not sure how to dig deeper into this issue to produce a an minimal working example, I've enabled additional logging. If there is additionnal instrumentation or analysis that can be done I'm happy to dig a bit deeper into this issue.
Analysis
Running the same workload against two different julia versions shows this is a regression due to a julia version upgrade. Both tests are run against
[email protected]
.v1.11.0
v1.11.1
The text was updated successfully, but these errors were encountered: