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
Internal error: during type inference of
with_logstate(Main.var"#29#37", Base.CoreLogging.LogState)
Encountered unexpected error in runtime:
ErrorException("too many parameters for type FPGroupElement")
ijl_errorf at /source/src/rtutils.c:77
ijl_apply_type at /source/src/jltypes.c:1365
ijl_apply_type1 at /source/src/jltypes.c:1407
insert_nondiagonal at /source/src/subtype.c:4471
insert_nondiagonal at /source/src/subtype.c:4460
insert_nondiagonal at /source/src/subtype.c:4435
insert_nondiagonal at /source/src/subtype.c:4498
insert_nondiagonal at /source/src/subtype.c:4510
_widen_diagonal at /source/src/subtype.c:4532 [inlined]
widen_diagonal at /source/src/subtype.c:4543
widen_diagonal at /source/src/subtype.c:4541
widen_diagonal at ./essentials.jl:464 [inlined]
instanceof_tfunc at ./compiler/tfuncs.jl:117
MWE:
abstract type AbstractWord{T} endstruct FPGroupElement{Gr<:AbstractWord} endfunctionevaluate!() where T<:FPGroupElement0::NTuple{N,T}endevaluate!()
Internal error: during type inference of
evaluate!()
Encountered unexpected error in runtime:
ErrorException("too many parameters for type FPGroupElement")
ijl_errorf at /cache/build/builder-amdci5-7/julialang/julia-master/src/rtutils.c:77
ijl_apply_type at /cache/build/builder-amdci5-7/julialang/julia-master/src/jltypes.c:1365
ijl_apply_type1 at /cache/build/builder-amdci5-7/julialang/julia-master/src/jltypes.c:1407
insert_nondiagonal at /cache/build/builder-amdci5-7/julialang/julia-master/src/subtype.c:4471
insert_nondiagonal at /cache/build/builder-amdci5-7/julialang/julia-master/src/subtype.c:4435
insert_nondiagonal at /cache/build/builder-amdci5-7/julialang/julia-master/src/subtype.c:4498
insert_nondiagonal at /cache/build/builder-amdci5-7/julialang/julia-master/src/subtype.c:4510
_widen_diagonal at /cache/build/builder-amdci5-7/julialang/julia-master/src/subtype.c:4532 [inlined]
widen_diagonal at /cache/build/builder-amdci5-7/julialang/julia-master/src/subtype.c:4543
widen_diagonal at /cache/build/builder-amdci5-7/julialang/julia-master/src/subtype.c:4541
widen_diagonal at ./essentials.jl:464 [inlined]
instanceof_tfunc at ./compiler/tfuncs.jl:117
Bisected to #52228; cc @N5N3. The commit was back-ported, but it only seems to error on 1.11.
The text was updated successfully, but these errors were encountered:
As seen on PkgEval during testing of Groups.jl: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-01/14/Groups.primary.log
MWE:
Bisected to #52228; cc @N5N3. The commit was back-ported, but it only seems to error on 1.11.
The text was updated successfully, but these errors were encountered: