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
Exception in thread "main" internal error: cannot convert value [ 1, 2, 3, 4 ] to type array U32x4
at fpp.compiler.util.InternalError$.apply(Error.scala:4)
at fpp.compiler.analysis.Analysis$.convertValueToType(Analysis.scala:565)
The text was updated successfully, but these errors were encountered:
When trying to create an array with an alias type I receive an internal error (see below):
Produces the following error:
The text was updated successfully, but these errors were encountered: